Home
last modified time | relevance | path

Searched refs:NTOHL (Results 1 – 10 of 10) sorted by relevance

/external/qemu/slirp-android/
Dip.h39 # ifndef NTOHL
40 # define NTOHL(d) macro
52 # ifndef NTOHL
53 # define NTOHL(d) ((d) = ntohl((d))) macro
Dtcp_input.c350 NTOHL(ti->ti_seq); in tcp_input()
351 NTOHL(ti->ti_ack); in tcp_input()
/external/qemu/slirp/
Dip.h37 # ifndef NTOHL
38 # define NTOHL(d) macro
50 # ifndef NTOHL
51 # define NTOHL(d) ((d) = ntohl((d))) macro
Dtcp_input.c350 NTOHL(ti->ti_seq); in tcp_input()
351 NTOHL(ti->ti_ack); in tcp_input()
/external/libpcap/
Dnametoaddr.c89 #ifndef NTOHL
90 #define NTOHL(x) (x) = ntohl(x) macro
112 NTOHL(hp->h_addr); in pcap_nametoaddr()
116 NTOHL(**p); in pcap_nametoaddr()
/external/tcpdump/
Dnetdissect.h186 #ifndef NTOHL
187 #define NTOHL(x) (x) = ntohl(x) macro
Dinterface.h103 #ifndef NTOHL
104 #define NTOHL(x) (x) = ntohl(x) macro
Daddrtoname.c181 NTOHL(addr); in intoa()
Dprint-nfs.c458 NTOHL(len); in parsefn()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-068027 … [BREWMP] Replace HTONL, HTONS, NTOHL and NTOHS with byte order conversion functions from AEEstd.h
8030 …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.