Home
last modified time | relevance | path

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

/dflybsd-src/contrib/dhcpcd/src/
H A Dauth.c55 #define ntohll macro
69 #define ntohll(x) ((uint64_t)ntohl((uint32_t)((x) >> 32)) | \ macro
72 #define ntohll(x) (x) macro