Home
last modified time | relevance | path

Searched refs:be64toh (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/bsd/sys/
H A Dendian.h97 #define be64toh(x) __bswap64((x)) macro
111 #define be64toh(x) ((__uint64_t)(x)) macro
/xnu-12377.1.9/bsd/net/
H A Dpfvar.h112 #define be64toh(x) htobe64(x) macro
H A Dpf.c1530 be64toh(s->id), ntohl(s->creatorid)); in pf_insert_state()