Home
last modified time | relevance | path

Searched defs:grpc_ntohs (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dsocket_utils_uv.cc34 uint16_t grpc_ntohs(uint16_t netshort) { return ntohs(netshort); } in grpc_ntohs() function
Dsocket_utils_windows.cc32 uint16_t grpc_ntohs(uint16_t netshort) { return ntohs(netshort); } in grpc_ntohs() function
Dsocket_utils_common_posix.cc501 uint16_t grpc_ntohs(uint16_t netshort) { return ntohs(netshort); } in grpc_ntohs() function
/external/grpc-grpc/src/core/lib/iomgr/
Dsocket_utils_windows.cc32 uint16_t grpc_ntohs(uint16_t netshort) { return ntohs(netshort); } in grpc_ntohs() function
Dsocket_utils_uv.cc34 uint16_t grpc_ntohs(uint16_t netshort) { return ntohs(netshort); } in grpc_ntohs() function
Dsocket_utils_common_posix.cc430 uint16_t grpc_ntohs(uint16_t netshort) { return ntohs(netshort); } in grpc_ntohs() function