Searched defs:grpc_inet_ntop (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | socket_utils_windows.cc | 43 const char* grpc_inet_ntop(int af, const void* src, char* dst, size_t size) { in grpc_inet_ntop() function
|
D | sockaddr_utils_posix.cc | 59 const char* grpc_inet_ntop(int af, const void* src, char* dst, size_t size) { in grpc_inet_ntop() function
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/ |
H A D | sockaddr_utils_posix.cc | 59 const char* grpc_inet_ntop(int af, const void* src, char* dst, size_t size) { in grpc_inet_ntop() function
|
H A D | socket_utils_windows.cc | 43 const char* grpc_inet_ntop(int af, const void* src, char* dst, size_t size) { in grpc_inet_ntop() function
|