Searched refs:htobe64 (Results 1 – 5 of 5) sorted by relevance
49 #define htobe64(x) bswap64((x)) macro63 #define htobe64(x) ((uint64_t)(x)) macro
29 __be64 beAppId = htobe64(appId.id); in operator <<()
53 __be64 beAppId = htobe64(appId.id); in operator <<()
596 htobe64((uint64_t)ts.tv_sec * 1000 + ts.tv_nsec / 1000000); in send_scan_notice()
116 auth_token->timestamp = htobe64(authToken.timestamp); in injectAuthToken()