Searched refs:NTOHL (Results 1 – 7 of 7) sorted by relevance
147 #ifndef NTOHL148 #define NTOHL(x) (x) = ntohl(x) macro185 NTOHL(hp->h_addr); in pcap_nametoaddr()189 NTOHL(**p); in pcap_nametoaddr()
58 #define NTOHL(n) (((((unsigned long)(n) & 0xFF)) << 24) | \ macro
310 #define NTOHL ntohl macro
480 ouisubtype = NTOHL(tlv->ouisubtype); in ice_parse_ieee_tlv() 654 ouisubtype = NTOHL(tlv->ouisubtype); in ice_parse_cee_tlv() 712 ouisubtype = NTOHL(tlv->ouisubtype); in ice_parse_org_tlv()
317 runtest ntohl NTOHL || true
75 #define bswap32 NTOHL
354 #define NTOHL(x) (x) = ntohl((__uint32_t)(x)) macro