Definitions for internet operations. More...
Definitions for internet operations.
Definition in file inet.h.
 Include dependency graph for inet.h:
 This graph shows which files directly or indirectly include this file: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... | |