Home
last modified time | relevance | path

Searched defs:grpc_ntohl (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dsocket_utils_windows.cc37 uint32_t grpc_ntohl(uint32_t netlong) { return ntohl(netlong); } in grpc_ntohl() function
Dsockaddr_utils_posix.cc53 uint32_t grpc_ntohl(uint32_t netlong) { return ntohl(netlong); } in grpc_ntohl() function
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/
H A Dsockaddr_utils_posix.cc53 uint32_t grpc_ntohl(uint32_t netlong) { return ntohl(netlong); } in grpc_ntohl() function
H A Dsocket_utils_windows.cc37 uint32_t grpc_ntohl(uint32_t netlong) { return ntohl(netlong); } in grpc_ntohl() function