Home
last modified time | relevance | path

Searched refs:grpc_ntohl (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dsocket_utils.h39 uint32_t grpc_ntohl(uint32_t netlong);
Dsocket_utils_windows.cc36 uint32_t grpc_ntohl(uint32_t netlong) { return ntohl(netlong); } in grpc_ntohl() function
Dsocket_utils_uv.cc38 uint32_t grpc_ntohl(uint32_t netlong) { return ntohl(netlong); } in grpc_ntohl() function
Dsocket_utils_common_posix.cc434 uint32_t grpc_ntohl(uint32_t netlong) { return ntohl(netlong); } in grpc_ntohl() function
/external/grpc-grpc/src/core/ext/filters/load_reporting/
Dserver_load_reporting_filter.cc160 gpr_asprintf(client_ip_string, "%08x", grpc_ntohl(addr4->sin_addr.s_addr)); in GetCensusSafeClientIpString()
168 grpc_ntohl(*addr6_next_long++)); in GetCensusSafeClientIpString()