Symbol: ipoib_ptxhdr_t
usr/src/stand/lib/inet/ibd.c
293
ipoib_ptxhdr_t *eh;
usr/src/stand/lib/inet/ibd.c
330
bzero(mac_state.mac_buf, sizeof (ipoib_ptxhdr_t));
usr/src/stand/lib/inet/ibd.c
378
eh = (ipoib_ptxhdr_t *)mac_state.mac_buf;
usr/src/stand/lib/inet/ibd.c
380
len >= (sizeof (ipoib_ptxhdr_t) + sizeof (struct ip))) {
usr/src/stand/lib/inet/ibd.c
393
offset = sizeof (ipoib_ptxhdr_t);
usr/src/stand/lib/inet/ibd.c
427
sizeof (ipoib_ptxhdr_t));
usr/src/stand/lib/inet/ibd.c
486
ipoib_ptxhdr_t eh;
usr/src/stand/lib/inet/ibd.c
98
ipoib_ptxhdr_t arp_eh;
usr/src/uts/common/io/gldutil.c
588
ipoib_ptxhdr_t *gldp;
usr/src/uts/common/io/gldutil.c
634
gldp = (ipoib_ptxhdr_t *)mp->b_rptr;
usr/src/uts/common/io/gldutil.c
638
if (pktinfo->pktLen < sizeof (ipoib_ptxhdr_t))
usr/src/uts/common/io/gldutil.c
642
if (MBLKL(mp) < sizeof (ipoib_ptxhdr_t)) {
usr/src/uts/common/io/gldutil.c
807
ipoib_ptxhdr_t *gldp = IPOIBDLSAP(dlp, dlp->dl_dest_addr_offset);
usr/src/uts/common/io/gldutil.c
825
hdrlen = sizeof (ipoib_ptxhdr_t);
usr/src/uts/common/io/gldutil.c
848
nmp->b_rptr -= sizeof (ipoib_ptxhdr_t);
usr/src/uts/common/io/gldutil.c
849
gldp = (ipoib_ptxhdr_t *)nmp->b_rptr;
usr/src/uts/common/io/gldutil.c
862
ipoib_ptxhdr_t *gldp = IPOIBDLSAP(dlp, dlp->dl_dest_addr_offset);
usr/src/uts/common/io/gldutil.c
865
ipoib_ptxhdr_t *tgldp;
usr/src/uts/common/io/gldutil.c
877
hdrlen = sizeof (ipoib_ptxhdr_t);
usr/src/uts/common/io/gldutil.c
886
nmp->b_rptr -= sizeof (ipoib_ptxhdr_t);
usr/src/uts/common/io/gldutil.c
887
tgldp = (ipoib_ptxhdr_t *)nmp->b_rptr;
usr/src/uts/common/io/mac/plugins/mac_ib.c
237
ipoib_ptxhdr_t *orig_hp;
usr/src/uts/common/io/mac/plugins/mac_ib.c
240
if (MBLKL(mp) < sizeof (ipoib_ptxhdr_t))
usr/src/uts/common/io/mac/plugins/mac_ib.c
254
mp->b_rptr += sizeof (ipoib_ptxhdr_t);
usr/src/uts/common/sys/ib/clients/ibd/ibd.h
472
#define IPOIBDLSAP(p, offset) ((ipoib_ptxhdr_t *)((caddr_t)(p)+offset))