Searched refs:htobe64 (Results 1 – 3 of 3) sorted by relevance
90 #define htobe64(x) __bswap64((x)) macro104 #define htobe64(x) ((__uint64_t)(x)) macro
107 #define htobe64(x) (x) macro109 #define htobe64(x) __DARWIN_OSSwapInt64(x)112 #define be64toh(x) htobe64(x)
1523 s->id = htobe64(pf_status.stateid++); in pf_insert_state()