Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/unbound/cachedb/
H A Dcachedb.c75 # define htobe64(x) OSSwapHostToBigInt64(x) macro
82 # define htobe64(n) (n) macro
85 # define htobe64(n) (((uint64_t)htonl((n) & 0xFFFFFFFF) << 32) | htonl((n) >> 32)) macro
/openbsd-src/sys/sys/
H A Dendian.h55 #define htobe64(x) __htobe64(x) macro