Searched defs:htonl (Results 1 - 8 of 8) sorted by relevance

/external/syslinux/com32/include/netinet/
H A Din.h13 #define htonl(x) cpu_to_be32(x) macro
/external/syslinux/core/lwip/src/include/lwip/
H A Ddef.h71 #ifdef htonl
72 #undef htonl macro
73 #endif /* htonl */
83 #define htonl(x) lwip_htonl(x) macro
/external/iproute2/include/
H A Dbpf_api.h51 #ifndef htonl
52 # define htonl(X) __constant_htonl((X)) macro
/external/syslinux/gpxe/src/include/
H A Dbig_bswap.h5 #define htonl(x) (x) macro
H A Dlittle_bswap.h7 #define htonl(x) __bswap_32(x) macro
/external/tcpdump/
H A Dtcpdump-stdinc.h259 #undef htonl macro
267 #define htonl(x) __ntohl(x) macro
/external/valgrind/coregrind/
H A Dm_libcfile.c936 UInt VG_(htonl) ( UInt x ) function
1007 servAddr.sin_addr.s_addr = VG_(htonl)(ip);
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx1y.cpp103 constexpr int htonl(int x) { // expected-error {{never produces a constant expression}} function

Completed in 220 milliseconds