Home
last modified time | relevance | path

Searched defs:htonll (Results 1 – 2 of 2) 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/iproute2/include/
Dutils.h206 #define htonll(x) ((1==htonl(1)) ? (x) : ((uint64_t)htonl((x) & 0xFFFFFFFF) << 32) | htonl((x) >> 3… macro