Home
last modified time | relevance | path

Searched refs:REF_NET_USHORT (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dgldutil.c165 pktinfo->ethertype = REF_NET_USHORT(mh->ether_type); in gld_interpret_ether()
202 typelen = REF_NET_USHORT(mh->ether_type); in gld_interpret_ether()
222 tci = REF_NET_USHORT(evhp->ether_tci); in gld_interpret_ether()
322 pktinfo->ethertype = REF_NET_USHORT(snaphdr->type); in gld_interpret_ether()
616 pktinfo->ethertype = REF_NET_USHORT(ihp->ipoib_type); in gld_interpret_ib()
791 pktinfo->ethertype = REF_NET_USHORT(((ipoib_hdr_t *) in gld_interpret_ib()
1044 pktinfo->ethertype = REF_NET_USHORT(snaphdr->type); in gld_interpret_fddi()
1445 pktinfo->ethertype = REF_NET_USHORT(snaphdr->type); in gld_interpret_tr()
2391 REF_NET_USHORT(*(unsigned short *) in gld_sr_dump()
/illumos-gate/usr/src/uts/common/sys/
H A Dgldpriv.h444 #define REF_NET_USHORT(lvalue) (ntohs(lvalue)) macro
449 #define REF_NET_USHORT(lvalue) \ macro