Searched refs:HTONL (Results 1 – 7 of 7) 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()
189 #define HTONL(x) (x) = htonl(x) macro
106 #define HTONL(x) (x) = htonl(x) macro
8027 … [BREWMP] Replace HTONL, HTONS, NTOHL and NTOHS with byte order conversion functions from AEEstd.h8030 …HTONL, HTONS, NTOHL and NTOHS macros are prohibited in Mod1. Use byte order conversion functions p…86556 … In BREWMP, AEEStdLib.h provides macros for byte order conversion: HTONL, HTONS, NTOHL and NTOHS.