Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dendian.h90 #define htobe64(x) __bswap64((x)) macro
104 #define htobe64(x) ((__uint64_t)(x)) macro
/xnu-12377.41.6/bsd/net/
H A Dpfvar.h107 #define htobe64(x) (x) macro
109 #define htobe64(x) __DARWIN_OSSwapInt64(x)
112 #define be64toh(x) htobe64(x)
H A Dpf.c1523 s->id = htobe64(pf_status.stateid++); in pf_insert_state()