Searched refs:NTOHL (Results 1 – 10 of 10) sorted by relevance
39 # ifndef NTOHL40 # define NTOHL(d) macro52 # ifndef NTOHL53 # define NTOHL(d) ((d) = ntohl((d))) macro
350 NTOHL(ti->ti_seq); in tcp_input()351 NTOHL(ti->ti_ack); in tcp_input()
37 # ifndef NTOHL38 # define NTOHL(d) macro50 # ifndef NTOHL51 # define NTOHL(d) ((d) = ntohl((d))) macro
89 #ifndef NTOHL90 #define NTOHL(x) (x) = ntohl(x) macro112 NTOHL(hp->h_addr); in pcap_nametoaddr()116 NTOHL(**p); in pcap_nametoaddr()
186 #ifndef NTOHL187 #define NTOHL(x) (x) = ntohl(x) macro
103 #ifndef NTOHL104 #define NTOHL(x) (x) = ntohl(x) macro
181 NTOHL(addr); in intoa()
458 NTOHL(len); in parsefn()
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.