Searched refs:NTOHL (Results 1 – 6 of 6) sorted by relevance
52 #ifndef NTOHL53 #define NTOHL(x) (x) = ntohl(x) macro75 NTOHL(hp->h_addr); in pcap_nametoaddr()79 NTOHL(**p); in pcap_nametoaddr()
348 NTOHL(seq); in tcp_trace()349 NTOHL(ack); in tcp_trace()
118 #ifndef NTOHL119 #define NTOHL(x) (x) = ntohl(x) macro
119 NTOHL(addr); in intoa()
371 NTOHL(len); in parsefn()
102 #define NTOHL(x) (x) = ntohl((u_int32_t)(x)) macro