Symbol: dl_capability_sub_t
usr/src/uts/common/inet/ip/ip_if.c
1416
size += sizeof (dl_capability_sub_t) +
usr/src/uts/common/inet/ip/ip_if.c
1421
size += sizeof (dl_capability_sub_t) +
usr/src/uts/common/inet/ip/ip_if.c
1426
size += sizeof (dl_capability_sub_t) +
usr/src/uts/common/inet/ip/ip_if.c
1455
ill_capability_id_ack(ill_t *ill, mblk_t *mp, dl_capability_sub_t *outers)
usr/src/uts/common/inet/ip/ip_if.c
1459
dl_capability_sub_t *inners;
usr/src/uts/common/inet/ip/ip_if.c
1504
dl_capability_sub_t *dl_subcap;
usr/src/uts/common/inet/ip/ip_if.c
1513
dl_subcap = (dl_capability_sub_t *)mp->b_wptr;
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
1521
ill_capability_dispatch(ill_t *ill, mblk_t *mp, dl_capability_sub_t *subp)
usr/src/uts/common/inet/ip/ip_if.c
1560
ill_capability_vrrp_ack(ill_t *ill, mblk_t *mp, dl_capability_sub_t *isub)
usr/src/uts/common/inet/ip/ip_if.c
1599
ill_capability_hcksum_ack(ill_t *ill, mblk_t *mp, dl_capability_sub_t *isub)
usr/src/uts/common/inet/ip/ip_if.c
1690
sizeof (dl_capability_sub_t) + isub->dl_length;
usr/src/uts/common/inet/ip/ip_if.c
1705
sizeof (dl_capability_sub_t) +
usr/src/uts/common/inet/ip/ip_if.c
1740
dl_capability_sub_t *dl_subcap;
usr/src/uts/common/inet/ip/ip_if.c
1747
dl_subcap = (dl_capability_sub_t *)mp->b_wptr;
usr/src/uts/common/inet/ip/ip_if.c
1759
ill_capability_zerocopy_ack(ill_t *ill, mblk_t *mp, dl_capability_sub_t *isub)
usr/src/uts/common/inet/ip/ip_if.c
1832
sizeof (dl_capability_sub_t) +
usr/src/uts/common/inet/ip/ip_if.c
1846
oc->dl_sub_length = sizeof (dl_capability_sub_t) +
usr/src/uts/common/inet/ip/ip_if.c
1874
dl_capability_sub_t *dl_subcap;
usr/src/uts/common/inet/ip/ip_if.c
1881
dl_subcap = (dl_capability_sub_t *)mp->b_wptr;
usr/src/uts/common/inet/ip/ip_if.c
1899
ill_capability_dld_ack(ill_t *ill, mblk_t *mp, dl_capability_sub_t *isub)
usr/src/uts/common/inet/ip/ip_if.c
202
static void ill_capability_dispatch(ill_t *, mblk_t *, dl_capability_sub_t *);
usr/src/uts/common/inet/ip/ip_if.c
203
static void ill_capability_id_ack(ill_t *, mblk_t *, dl_capability_sub_t *);
usr/src/uts/common/inet/ip/ip_if.c
204
static void ill_capability_vrrp_ack(ill_t *, mblk_t *, dl_capability_sub_t *);
usr/src/uts/common/inet/ip/ip_if.c
205
static void ill_capability_hcksum_ack(ill_t *, mblk_t *, dl_capability_sub_t *);
usr/src/uts/common/inet/ip/ip_if.c
208
dl_capability_sub_t *);
usr/src/uts/common/inet/ip/ip_if.c
212
dl_capability_sub_t *);
usr/src/uts/common/inet/ip/ip_if.c
2277
dl_capability_sub_t *subp, *endp;
usr/src/uts/common/inet/ip/ip_if.c
2319
#define SC(base, offset) (dl_capability_sub_t *)(((uchar_t *)(base))+(offset))
usr/src/uts/common/inet/ip/ip_if.c
2327
subp = SC(subp, sizeof (dl_capability_sub_t) + subp->dl_length)) {
usr/src/uts/common/io/dld/dld_proto.c
1062
dl_capability_sub_t *sp;
usr/src/uts/common/io/dld/dld_proto.c
1103
sp = (dl_capability_sub_t *)(mp->b_rptr + off);
usr/src/uts/common/io/dld/dld_proto.c
1104
size = sizeof (dl_capability_sub_t) + sp->dl_length;
usr/src/uts/common/io/dld/dld_proto.c
1601
dl_capability_sub_t *dlsp;
usr/src/uts/common/io/dld/dld_proto.c
1629
subsize += sizeof (dl_capability_sub_t) +
usr/src/uts/common/io/dld/dld_proto.c
1642
subsize += sizeof (dl_capability_sub_t) +
usr/src/uts/common/io/dld/dld_proto.c
1652
subsize += sizeof (dl_capability_sub_t) +
usr/src/uts/common/io/dld/dld_proto.c
1662
subsize += sizeof (dl_capability_sub_t) +
usr/src/uts/common/io/dld/dld_proto.c
1690
dlsp = (dl_capability_sub_t *)ptr;
usr/src/uts/common/io/dld/dld_proto.c
1694
ptr += sizeof (dl_capability_sub_t);
usr/src/uts/common/io/dld/dld_proto.c
1706
dlsp = (dl_capability_sub_t *)ptr;
usr/src/uts/common/io/dld/dld_proto.c
1710
ptr += sizeof (dl_capability_sub_t);
usr/src/uts/common/io/dld/dld_proto.c
1725
dlsp = (dl_capability_sub_t *)ptr;
usr/src/uts/common/io/dld/dld_proto.c
1728
ptr += sizeof (dl_capability_sub_t);
usr/src/uts/common/io/dld/dld_proto.c
1741
dlsp = (dl_capability_sub_t *)ptr;
usr/src/uts/common/io/dld/dld_proto.c
1744
ptr += sizeof (dl_capability_sub_t);
usr/src/uts/common/io/gld.c
3410
dl_capability_sub_t *dlsp;
usr/src/uts/common/io/gld.c
3415
subsize += sizeof (dl_capability_sub_t) +
usr/src/uts/common/io/gld.c
3418
subsize += sizeof (dl_capability_sub_t) +
usr/src/uts/common/io/gld.c
3429
dlsp = (dl_capability_sub_t *)&dlap[1];
usr/src/uts/common/io/gld.c
3450
dlsp = (dl_capability_sub_t *)&dlhp[1];
usr/src/uts/common/io/gld.c
3462
dlsp = (dl_capability_sub_t *)&dlzp[1];
usr/src/uts/common/io/gld.c
3473
dl_capability_sub_t *dlsp;
usr/src/uts/common/io/gld.c
3491
dlsp = (dl_capability_sub_t *)(mp->b_rptr + off);
usr/src/uts/common/io/gld.c
3492
size = sizeof (dl_capability_sub_t) + dlsp->dl_length;
usr/src/uts/common/io/softmac/softmac_capab.c
218
dl_capability_sub_t *subcapb;
usr/src/uts/common/io/softmac/softmac_capab.c
228
size += sizeof (dl_capability_sub_t) +
usr/src/uts/common/io/softmac/softmac_capab.c
258
size = sizeof (dl_capability_sub_t) +
usr/src/uts/common/io/softmac/softmac_capab.c
262
subcapb = (dl_capability_sub_t *)(capb + 1);
usr/src/uts/common/io/softmac/softmac_capab.c
376
dl_capability_sub_t *sub, *end;
usr/src/uts/common/io/softmac/softmac_capab.c
392
sub = (dl_capability_sub_t *)((caddr_t)cap + cap->dl_sub_offset);
usr/src/uts/common/io/softmac/softmac_capab.c
393
end = (dl_capability_sub_t *)((caddr_t)cap + cap->dl_sub_length
usr/src/uts/common/io/softmac/softmac_capab.c
404
sub = (dl_capability_sub_t *)((caddr_t)sub + sizeof (*sub)
usr/src/uts/common/io/softmac/softmac_capab.c
413
i_capab_id_ack(mblk_t *mp, dl_capability_sub_t *outers,
usr/src/uts/common/io/softmac/softmac_capab.c
417
dl_capability_sub_t *inners;
usr/src/uts/common/io/softmac/softmac_capab.c
45
static int i_capab_id_ack(mblk_t *, dl_capability_sub_t *, queue_t *,
usr/src/uts/common/io/softmac/softmac_capab.c
452
i_capab_sub_ack(mblk_t *mp, dl_capability_sub_t *sub, queue_t *q,
usr/src/uts/common/io/softmac/softmac_capab.c
47
static int i_capab_sub_ack(mblk_t *, dl_capability_sub_t *, queue_t *,
usr/src/uts/common/io/softmac/softmac_fp.c
310
dl_capability_sub_t *dlsp;
usr/src/uts/common/io/softmac/softmac_fp.c
332
subsize += sizeof (dl_capability_sub_t) +
usr/src/uts/common/io/softmac/softmac_fp.c
341
subsize += sizeof (dl_capability_sub_t) +
usr/src/uts/common/io/softmac/softmac_fp.c
350
subsize += sizeof (dl_capability_sub_t) +
usr/src/uts/common/io/softmac/softmac_fp.c
380
dlsp = (dl_capability_sub_t *)ptr;
usr/src/uts/common/io/softmac/softmac_fp.c
383
ptr += sizeof (dl_capability_sub_t);
usr/src/uts/common/io/softmac/softmac_fp.c
401
dlsp = (dl_capability_sub_t *)ptr;
usr/src/uts/common/io/softmac/softmac_fp.c
405
ptr += sizeof (dl_capability_sub_t);
usr/src/uts/common/io/softmac/softmac_fp.c
421
dlsp = (dl_capability_sub_t *)ptr;
usr/src/uts/common/io/softmac/softmac_fp.c
425
ptr += sizeof (dl_capability_sub_t);
usr/src/uts/common/io/softmac/softmac_fp.c
443
dl_capability_sub_t *sp;
usr/src/uts/common/io/softmac/softmac_fp.c
484
sp = (dl_capability_sub_t *)(mp->b_rptr + off);
usr/src/uts/common/io/softmac/softmac_fp.c
485
size = sizeof (dl_capability_sub_t) + sp->dl_length;
usr/src/uts/common/sys/dlpi.h
638
dl_capability_sub_t id_subcap; /* sub-capability */