Searched refs:REF_NET_USHORT (Results 1 – 2 of 2) sorted by relevance
166 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()
457 #define REF_NET_USHORT(lvalue) (ntohs(lvalue)) macro462 #define REF_NET_USHORT(lvalue) \ macro