62const char *
inet_ntop(
int af, 
const void *__restrict src, 
char *__restrict dst,
 
Global UNIX address family definitions.
 
System-internal byte operations.
 
uint32_t socklen_t
socket address length
 
const char * inet_ntop(int af, const void *__restrict src, char *__restrict dst, socklen_t size)
Converts an IP address to its string representation.
 
int inet_pton(int af, const char *src, void *dst)
Converts an IP address string representation to a byte-represented IP address.