Symbol: dl_capab_dld_t
usr/src/uts/common/inet/ip/ip_if.c
1427
sizeof (dl_capab_dld_t);
usr/src/uts/common/inet/ip/ip_if.c
1515
dl_subcap->dl_length = sizeof (dl_capab_dld_t);
usr/src/uts/common/inet/ip/ip_if.c
1517
mp->b_wptr += sizeof (dl_capability_sub_t) + sizeof (dl_capab_dld_t);
usr/src/uts/common/inet/ip/ip_if.c
1901
dl_capab_dld_t *dld_ic, dld;
usr/src/uts/common/inet/ip/ip_if.c
1922
dld_ic = (dl_capab_dld_t *)(isub + 1);
usr/src/uts/common/inet/ip/ip_if.c
1940
bcopy(dld_ic, &dld, sizeof (dl_capab_dld_t));
usr/src/uts/common/io/dld/dld_proto.c
1131
dl_capab_dld_t *dldp;
usr/src/uts/common/io/dld/dld_proto.c
1132
dl_capab_dld_t dld;
usr/src/uts/common/io/dld/dld_proto.c
1134
dldp = (dl_capab_dld_t *)&sp[1];
usr/src/uts/common/io/dld/dld_proto.c
1138
bcopy(dldp, &dld, sizeof (dl_capab_dld_t));
usr/src/uts/common/io/dld/dld_proto.c
1140
bcopy(&dld, dldp, sizeof (dl_capab_dld_t));
usr/src/uts/common/io/dld/dld_proto.c
1603
dl_capab_dld_t dld;
usr/src/uts/common/io/dld/dld_proto.c
1653
sizeof (dl_capab_dld_t);
usr/src/uts/common/io/dld/dld_proto.c
1743
dlsp->dl_length = sizeof (dl_capab_dld_t);
usr/src/uts/common/io/dld/dld_proto.c
1746
bzero(&dld, sizeof (dl_capab_dld_t));
usr/src/uts/common/io/dld/dld_proto.c
1752
bcopy(&dld, ptr, sizeof (dl_capab_dld_t));
usr/src/uts/common/io/dld/dld_proto.c
1753
ptr += sizeof (dl_capab_dld_t);
usr/src/uts/common/io/softmac/softmac_fp.c
333
sizeof (dl_capab_dld_t);
usr/src/uts/common/io/softmac/softmac_fp.c
378
dl_capab_dld_t dld;
usr/src/uts/common/io/softmac/softmac_fp.c
382
dlsp->dl_length = sizeof (dl_capab_dld_t);
usr/src/uts/common/io/softmac/softmac_fp.c
385
bzero(&dld, sizeof (dl_capab_dld_t));
usr/src/uts/common/io/softmac/softmac_fp.c
391
bcopy(&dld, ptr, sizeof (dl_capab_dld_t));
usr/src/uts/common/io/softmac/softmac_fp.c
392
ptr += sizeof (dl_capab_dld_t);