Searched defs:NTOHL (Results 1 - 5 of 5) sorted by relevance

/external/libpcap/
H A Dnametoaddr.c89 #ifndef NTOHL
90 #define NTOHL(x) (x) = ntohl(x) macro
112 NTOHL(hp->h_addr);
116 NTOHL(**p);
/external/tcpdump/
H A Dinterface.h103 #ifndef NTOHL
104 #define NTOHL(x) (x) = ntohl(x) macro
H A Dnetdissect.h186 #ifndef NTOHL
187 #define NTOHL(x) (x) = ntohl(x) macro
/external/qemu/slirp/
H A Dip.h37 # ifndef NTOHL
38 # define NTOHL(d) macro
50 # ifndef NTOHL
51 # define NTOHL(d) ((d) = ntohl((d))) macro
/external/qemu/slirp-android/
H A Dip.h39 # ifndef NTOHL
40 # define NTOHL(d) macro
52 # ifndef NTOHL
53 # define NTOHL(d) ((d) = ntohl((d))) macro

Completed in 208 milliseconds