Searched refs:htobe64 (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dpfvar.h95 #define htobe64(x) (x) macro
97 #define htobe64(x) __DARWIN_OSSwapInt64(x) macro
100 #define be64toh(x) htobe64(x)
H A Dpf.c1439 s->id = htobe64(pf_status.stateid++);

Completed in 78 milliseconds