Searched refs:HTONL (Results 1 – 3 of 3) sorted by relevance
124 #define HTONL(x) (x) = (x)160 #define HTONL(x) (x) = htonl((__uint32_t)x)
90 #define HTONL(x) (x) = htonl((unsigned long)x) macro
6165 HTONL(th->th_seq); in tcp_input()6166 HTONL(th->th_ack); in tcp_input()