Definitions for internet operations. More...
Definitions for internet operations.
Definition in file inet.h.
Go to the source code of this file.
Macros | |
#define | INADDRSZ (4) |
Size in byte of an IPv4 address. | |
#define | IN6ADDRSZ (16) |
Size in byte of an IPv6 address. | |
Functions | |
const char * | inet_ntop (int af, const void *restrict src, char *restrict dst, socklen_t size) |
Converts an IP address to its string representation. More... | |
int | inet_pton (int af, const char *src, void *dst) |
Converts an IP address string representation to a byte-represented IP address. More... | |