19 #ifndef GRPC_CORE_LIB_IOMGR_SOCKET_UTILS_H
20 #define GRPC_CORE_LIB_IOMGR_SOCKET_UTILS_H
uint16_t grpc_htons(uint16_t hostshort)
uint32_t grpc_htonl(uint32_t hostlong)
int grpc_inet_pton(int af, const char *src, void *dst)
uint16_t grpc_ntohs(uint16_t netshort)
uint32_t grpc_ntohl(uint32_t netlong)
const char * grpc_inet_ntop(int af, const void *src, char *dst, size_t size)