Searched refs:htobe64 (Results 1 – 6 of 6) sorted by relevance
78 #ifndef htobe6479 # define htobe64(x) swap64(x) macro85 #define HTOBE64(x) (x) = htobe64(x)125 # define htobe64a(a,x) *(uint64_t*)(a) = htobe64(x)
67 #ifndef htobe6468 # define htobe64(x) (x) macro
31 # define htobe64(x) __bswap_64 (x) macro46 # define htobe64(x) (x) macro
257 #ifndef htobe64258 # define htobe64(x) (x)304 #ifndef htobe64305 # define htobe64(x) swap64(x)311 #define HTOBE64(x) (x) = htobe64(x)361 # define htobe64a(a,x) *(uint64_t*)(a) = htobe64(x)
240 #define htobe64(x) (x)270 #define htobe64(x) swap64(x)273 #define HTOBE64(x) (x) = htobe64(x)306 #define htobe64a(a,x) *(uint64_t*)(a) = htobe64(x)
280 nla_put_u64(msg, NFACCT_PKTS, htobe64(pkts)); in _nfacct_cmd_add()281 nla_put_u64(msg, NFACCT_BYTES, htobe64(bytes)); in _nfacct_cmd_add()