Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/ !
H A Dpfvar.h102 #define htobe64(x) (x) macro
104 #define htobe64(x) __DARWIN_OSSwapInt64(x)
107 #define be64toh(x) htobe64(x)
H A Dpf.c1482 s->id = htobe64(pf_status.stateid++); in pf_insert_state()