Searched refs:htobe64 (Results 1 – 2 of 2) sorted by relevance
102 #define htobe64(x) (x) macro104 #define htobe64(x) __DARWIN_OSSwapInt64(x)107 #define be64toh(x) htobe64(x)
1482 s->id = htobe64(pf_status.stateid++); in pf_insert_state()