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

/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki_inet.h24 #define htonl ntohl
31 #define ntohl(n) (n) macro
38 extern UINT32 ntohl(UINT32 n);
/external/libnfc-nci/src/gki/common/
H A Dgki_inet.h24 #define htonl ntohl
31 #define ntohl(n) (n) macro
38 extern UINT32 ntohl(UINT32 n);
/external/iproute2/include/
H A Dbpf_api.h55 #ifndef ntohl
56 # define ntohl(X) __constant_ntohl((X)) macro
/external/tcpdump/
H A Dtcpdump-stdinc.h257 #undef ntohl macro
265 #define ntohl(x) __ntohl(x) macro
/external/valgrind/coregrind/
H A Dm_libcfile.c947 UInt VG_(ntohl) ( UInt x ) function

Completed in 401 milliseconds