Home
last modified time | relevance | path

Searched defs:htonll (Results 1 – 3 of 3) sorted by relevance

/external/dhcpcd-6.8.2/
Dauth.c46 #define htonll macro
53 htonll(uint64_t x) in htonll() function
60 #define htonll(x) (x) macro
/external/libnl/lib/netfilter/
Dct.c38 static uint64_t htonll(uint64_t x) in htonll() function
47 static uint64_t htonll(uint64_t x) in htonll() function
/external/iproute2/include/
Dutils.h206 #define htonll(x) ((1==htonl(1)) ? (x) : ((uint64_t)htonl((x) & 0xFFFFFFFF) << 32) | htonl((x) >> 3… macro