Searched refs:NTOHL (Results 1 – 10 of 10) sorted by relevance
146 #ifndef NTOHL147 #define NTOHL(x) (x) = ntohl(x) macro168 NTOHL(hp->h_addr); in pcap_nametoaddr()172 NTOHL(**p); in pcap_nametoaddr()
59 #define NTOHL(n) (((((unsigned long)(n) & 0xFF)) << 24) | \ macro
478 ouisubtype = NTOHL(tlv->ouisubtype); in ice_parse_ieee_tlv()652 ouisubtype = NTOHL(tlv->ouisubtype); in ice_parse_cee_tlv()710 ouisubtype = NTOHL(tlv->ouisubtype); in ice_parse_org_tlv()
309 #define NTOHL ntohl macro
273 #ifndef NTOHL274 #define NTOHL(x) (x) = ntohl(x) macro
191 NTOHL(addr); in intoa()
485 NTOHL(len); in parsefn()
314 runtest ntohl NTOHL || true
78 #define bswap32 NTOHL
308 #define NTOHL(x) (x) = ntohl((__uint32_t)(x)) macro