Home
last modified time | relevance | path

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

/external/grpc-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()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dsockaddr_utils_posix.cc53 uint32_t grpc_ntohl(uint32_t netlong) { return ntohl(netlong); } in grpc_ntohl()
Dsocket_utils_windows.cc37 uint32_t grpc_ntohl(uint32_t netlong) { return ntohl(netlong); } in grpc_ntohl()
/external/oj-libjdwp/src/solaris/transport/socket/
Dsocket_md.c179 dbgsysNetworkToHostLong(uint32_t netlong) { in dbgsysNetworkToHostLong()