Searched refs:HTONL (Results 1 – 6 of 6) sorted by relevance
43 # ifndef HTONL44 # define HTONL(d) macro56 # ifndef HTONL57 # define HTONL(d) ((d) = htonl((d))) macro
681 HTONL(ti->ti_seq); /* restore tcp header */ in tcp_input()682 HTONL(ti->ti_ack); in tcp_input()
45 # ifndef HTONL46 # define HTONL(d) macro58 # ifndef HTONL59 # define HTONL(d) ((d) = htonl((d))) macro
687 HTONL(ti->ti_seq); /* restore tcp header */ in tcp_input()688 HTONL(ti->ti_ack); in tcp_input()
100 #define HTONL(x) (x) = htonl(x) macro
228 #define HTONL(x) (x) = htonl(x) macro