Searched refs:grpc_ntohl (Results 1 – 5 of 5) sorted by relevance
39 uint32_t grpc_ntohl(uint32_t netlong);
36 uint32_t grpc_ntohl(uint32_t netlong) { return ntohl(netlong); } in grpc_ntohl() function
38 uint32_t grpc_ntohl(uint32_t netlong) { return ntohl(netlong); } in grpc_ntohl() function
434 uint32_t grpc_ntohl(uint32_t netlong) { return ntohl(netlong); } in grpc_ntohl() function
160 gpr_asprintf(client_ip_string, "%08x", grpc_ntohl(addr4->sin_addr.s_addr)); in GetCensusSafeClientIpString()168 grpc_ntohl(*addr6_next_long++)); in GetCensusSafeClientIpString()