Home
last modified time | relevance | path

Searched defs:netshort (Results 1 – 5 of 5) 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()
Dsockaddr_utils_posix.cc49 uint16_t grpc_ntohs(uint16_t netshort) { return ntohs(netshort); } in grpc_ntohs()
/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()
Dsocket_utils_windows.cc33 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()