Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dsocket_utils_uv.cc38 uint32_t grpc_ntohl(uint32_t netlong) { return ntohl(netlong); } in grpc_ntohl()
Dsocket_utils_windows.cc36 uint32_t grpc_ntohl(uint32_t netlong) { return ntohl(netlong); } in grpc_ntohl()
Dsocket_utils_common_posix.cc505 uint32_t grpc_ntohl(uint32_t netlong) { return ntohl(netlong); } in grpc_ntohl()
/external/grpc-grpc/src/core/lib/iomgr/
Dsocket_utils_windows.cc36 uint32_t grpc_ntohl(uint32_t netlong) { return ntohl(netlong); } in grpc_ntohl()
Dsocket_utils_uv.cc38 uint32_t grpc_ntohl(uint32_t netlong) { return ntohl(netlong); } in grpc_ntohl()
Dsocket_utils_common_posix.cc434 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()