Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/
H A Dgldutil.c166 pktinfo->ethertype = REF_NET_USHORT(mh->ether_type); in gld_interpret_ether()
203 typelen = REF_NET_USHORT(mh->ether_type); in gld_interpret_ether()
223 tci = REF_NET_USHORT(evhp->ether_tci); in gld_interpret_ether()
323 pktinfo->ethertype = REF_NET_USHORT(snaphdr->type); in gld_interpret_ether()
617 pktinfo->ethertype = REF_NET_USHORT(ihp->ipoib_type); in gld_interpret_ib()
792 pktinfo->ethertype = REF_NET_USHORT(((ipoib_hdr_t *) in gld_interpret_ib()
872 pktinfo->ethertype = REF_NET_USHORT(dlap-> in gld_interpret_mdt_ib()
1127 pktinfo->ethertype = REF_NET_USHORT(snaphdr->type); in gld_interpret_fddi()
1528 pktinfo->ethertype = REF_NET_USHORT(snaphdr->type); in gld_interpret_tr()
2474 REF_NET_USHORT(*(unsigned short *) in gld_sr_dump()
/titanic_44/usr/src/uts/common/sys/
H A Dgldpriv.h457 #define REF_NET_USHORT(lvalue) (ntohs(lvalue)) macro
462 #define REF_NET_USHORT(lvalue) \ macro