Home
last modified time | relevance | path

Searched defs:htonl (Results 1 – 6 of 6) sorted by relevance

/external/libnfc-nci/src/gki/common/
Dgki_inet.h24 #define htonl ntohl macro
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
Dgki_inet.h24 #define htonl ntohl macro
/external/iproute2/include/
Dbpf_api.h52 # define htonl(X) __constant_htonl((X)) macro
/external/tcpdump/
Dtcpdump-stdinc.h267 #define htonl(x) __ntohl(x) macro
/external/valgrind/coregrind/
Dm_libcfile.c936 UInt VG_(htonl) ( UInt x ) in VG_() argument
/external/clang/test/SemaCXX/
Dconstant-expression-cxx1y.cpp103 constexpr int htonl(int x) { // expected-error {{never produces a constant expression}} in htonl() function