Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dsocket_utils_windows.cc33 uint16_t grpc_ntohs(uint16_t netshort) { return ntohs(netshort); } in grpc_ntohs() function
Dsockaddr_utils_posix.cc49 uint16_t grpc_ntohs(uint16_t netshort) { return ntohs(netshort); } in grpc_ntohs() function
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dsockaddr_utils_posix.cc49 uint16_t grpc_ntohs(uint16_t netshort) { return ntohs(netshort); } in grpc_ntohs() function
Dsocket_utils_windows.cc33 uint16_t grpc_ntohs(uint16_t netshort) { return ntohs(netshort); } in grpc_ntohs() function