Home
last modified time | relevance | path

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

/openbsd/usr.sbin/unbound/cachedb/
H A Dcachedb.c74 # define be64toh(x) OSSwapBigToHostInt64(x) macro
79 # define be64toh(n) (n) macro
82 # define be64toh(n) (((uint64_t)htonl((n) & 0xFFFFFFFF) << 32) | htonl((n) >> 32)) macro
/openbsd/sys/sys/
H A Dendian.h63 #define be64toh(x) __htobe64(x) macro