Searched defs:netlong (Results 1 – 7 of 7) sorted by relevance
38 uint32_t grpc_ntohl(uint32_t netlong) { return ntohl(netlong); } in grpc_ntohl()
36 uint32_t grpc_ntohl(uint32_t netlong) { return ntohl(netlong); } in grpc_ntohl()
505 uint32_t grpc_ntohl(uint32_t netlong) { return ntohl(netlong); } in grpc_ntohl()
434 uint32_t grpc_ntohl(uint32_t netlong) { return ntohl(netlong); } in grpc_ntohl()
179 dbgsysNetworkToHostLong(uint32_t netlong) { in dbgsysNetworkToHostLong()