Home
last modified time | relevance | path

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

/dflybsd-src/contrib/dhcpcd/src/
H A Dauth.c54 #define htonll macro
60 #define htonll(x) ((uint64_t)htonl((uint32_t)((x) >> 32)) | \ macro
63 #define htonll(x) (x) macro