Home
last modified time | relevance | path

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

/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