Searched defs:grpc_ntohl (Results 1 – 4 of 4) sorted by relevance
37 uint32_t grpc_ntohl(uint32_t netlong) { return ntohl(netlong); } in grpc_ntohl() function
53 uint32_t grpc_ntohl(uint32_t netlong) { return ntohl(netlong); } in grpc_ntohl() function