Searched defs:netlong (Results 1 – 5 of 5) sorted by relevance
36 uint32_t grpc_ntohl(uint32_t netlong) { return ntohl(netlong); } in grpc_ntohl()
38 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()
68 static uint32_t ntohl(uint32_t netlong) { in ntohl()
179 dbgsysNetworkToHostLong(uint32_t netlong) { in dbgsysNetworkToHostLong()