Home
last modified time | relevance | path

Searched defs:netshort (Results 1 – 4 of 4) 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()
Dsocket_utils_uv.cc34 uint16_t grpc_ntohs(uint16_t netshort) { return ntohs(netshort); } in grpc_ntohs()
Dsocket_utils_common_posix.cc430 uint16_t grpc_ntohs(uint16_t netshort) { return ntohs(netshort); } in grpc_ntohs()
/external/oj-libjdwp/src/solaris/transport/socket/
Dsocket_md.c169 dbgsysNetworkToHostShort(unsigned short netshort) { in dbgsysNetworkToHostShort()