Searched refs:ntoh (Results 1 – 5 of 5) sorted by relevance
52 template <typename IntType> inline IntType ntoh(const IntType& value) { in ntoh() function
426 template <typename IntType> inline IntType ntoh(const IntType& value) { in ntoh() function
481 uint32_t token_auth_type = ntoh(auth_token.authenticator_type); in AuthTokenMatches()
215 template <typename T> T ntoh(T t) { in ntoh() function
55 return current_time_ > ntoh(token.timestamp) + timeout; in auth_token_timed_out()