Searched refs:netlong (Results 1 – 11 of 11) sorted by relevance
68 static uint32_t ntohl(uint32_t netlong) { in ntohl() argument69 return (((netlong & 0xFF) << 24) | ((netlong & 0xFF00) << 8) | in ntohl()70 ((netlong & 0xFF0000) >> 8) | ((netlong & 0xFF000000) >> 24)); in ntohl()
36 uint32_t grpc_ntohl(uint32_t netlong) { return ntohl(netlong); } in grpc_ntohl() argument
38 uint32_t grpc_ntohl(uint32_t netlong) { return ntohl(netlong); } in grpc_ntohl() argument
39 uint32_t grpc_ntohl(uint32_t netlong);
434 uint32_t grpc_ntohl(uint32_t netlong) { return ntohl(netlong); } in grpc_ntohl() argument
179 dbgsysNetworkToHostLong(uint32_t netlong) { in dbgsysNetworkToHostLong() argument180 return ntohl(netlong); in dbgsysNetworkToHostLong()
57 uint32_t dbgsysNetworkToHostLong(uint32_t netlong);
576 extern UWORD32 osal_ntohl(IN UWORD32 netlong);
771 /// uint32_t ntohl(uint32_t netlong);
965 /// uint32_t ntohl(uint32_t netlong);
2380 ntohl(netlong int32)