Searched refs:ipoib_type (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_ib.c190 ibhp->ipib_rhdr.ipoib_type = htons(sap);
224 sap = ntohs(ibhp->ipib_rhdr.ipoib_type);
247 ntohs(orig_hp->ipoib_rhdr.ipoib_type), pdata, NULL, 0);
/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);
/illumos-gate/usr/src/uts/common/io/
H A Dgldutil.c617 pktinfo->ethertype = REF_NET_USHORT(ihp->ipoib_type);
793 (mp->b_rptr))->ipoib_type);
832 hptr->ipoib_type = pktinfo->ethertype;
873 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);
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
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h445 ushort_t ipoib_type; member in struct:ipoib_header
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ether.c1616 ethertype = ntohs(hdr->ipoib_type);
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c201 sap = ntohs(((ipoib_hdr_t *)mp->b_rptr)->ipoib_type);
245 ibha->ipib_rhdr.ipoib_type = htons(sap);
1545 if (ntohs(ipibp->ipoib_type) == ETHERTYPE_IPV6) {
H A Dibd.c7111 if (ntohs(ipibp->ipib_rhdr.ipoib_type) == ETHERTYPE_IPV6) {
8022 if (ntohs(ipibp->ipoib_type) == ETHERTYPE_IPV6) {

Completed in 77 milliseconds