Searched refs:ipoib_rhdr (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/stand/lib/inet/
H A Dibd.c187 if (in->arp_eh.ipoib_rhdr.ipoib_type !=
236 out.arp_eh.ipoib_rhdr.ipoib_type = htons(ETHERTYPE_ARP);
379 if (eh->ipoib_rhdr.ipoib_type == ntohs(ETHERTYPE_IP) &&
415 if (eh->ipoib_rhdr.ipoib_type == ntohs(ETHERTYPE_ARP) &&
515 eh.ipoib_rhdr.ipoib_type = htons(ETHERTYPE_IP);
516 eh.ipoib_rhdr.ipoib_mbz = 0;
/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_ib.c247 ntohs(orig_hp->ipoib_rhdr.ipoib_type), pdata, NULL, 0);
/illumos-gate/usr/src/uts/common/io/
H A Dgldutil.c873 ipoib_rhdr.ipoib_type);
903 REF_HOST_USHORT(gldp->ipoib_rhdr.ipoib_type) != 0)
904 type = REF_HOST_USHORT(gldp->ipoib_rhdr.ipoib_type);
933 SET_NET_USHORT(gldp->ipoib_rhdr.ipoib_type, type);
934 gldp->ipoib_rhdr.ipoib_mbz = 0;
955 REF_HOST_USHORT(gldp->ipoib_rhdr.ipoib_type) != 0)
956 type = REF_HOST_USHORT(gldp->ipoib_rhdr.ipoib_type);
971 tgldp->ipoib_rhdr.ipoib_type = htons(type);
972 tgldp->ipoib_rhdr.ipoib_mbz = 0;
/illumos-gate/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h469 ipoib_hdr_t ipoib_rhdr; member in struct:ipoib_ptxhdr

Completed in 56 milliseconds