Home
last modified time | relevance | path

Searched defs:netshort (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/src/core/lib/iomgr/
Dsocket_utils_windows.cc32 uint16_t grpc_ntohs(uint16_t netshort) { return ntohs(netshort); } in grpc_ntohs()
Dsocket_utils_uv.cc34 uint16_t grpc_ntohs(uint16_t netshort) { return ntohs(netshort); } in grpc_ntohs()
Dsocket_utils_common_posix.cc499 uint16_t grpc_ntohs(uint16_t netshort) { return ntohs(netshort); } in grpc_ntohs()
/third_party/nghttp2/lib/
Dnghttp2_net.h81 STIN uint16_t ntohs(uint16_t netshort) { in ntohs()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_net.h81 STIN uint16_t ntohs(uint16_t netshort) { in ntohs()