Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/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()
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/
H A Dsockaddr_utils_posix.cc49 uint16_t grpc_ntohs(uint16_t netshort) { return ntohs(netshort); } in grpc_ntohs()
H A Dsocket_utils_windows.cc33 uint16_t grpc_ntohs(uint16_t netshort) { return ntohs(netshort); } in grpc_ntohs()
/aosp_15_r20/external/oj-libjdwp/src/solaris/transport/socket/
H A Dsocket_md.c169 dbgsysNetworkToHostShort(unsigned short netshort) { in dbgsysNetworkToHostShort()