Home
last modified time | relevance | path

Searched defs:netlong (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.cc37 uint32_t grpc_ntohl(uint32_t netlong) { return ntohl(netlong); } in grpc_ntohl()
Dsockaddr_utils_posix.cc53 uint32_t grpc_ntohl(uint32_t netlong) { return ntohl(netlong); } in grpc_ntohl()
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/
H A Dsockaddr_utils_posix.cc53 uint32_t grpc_ntohl(uint32_t netlong) { return ntohl(netlong); } in grpc_ntohl()
H A Dsocket_utils_windows.cc37 uint32_t grpc_ntohl(uint32_t netlong) { return ntohl(netlong); } in grpc_ntohl()
/aosp_15_r20/external/oj-libjdwp/src/solaris/transport/socket/
H A Dsocket_md.c179 dbgsysNetworkToHostLong(uint32_t netlong) { in dbgsysNetworkToHostLong()