#include <sys/types.h>
#include <byteorder.h>
Go to the source code of this file.
Data Structures | |
struct | sockaddr |
Socket address. More... | |
Typedefs | |
typedef addrinfo | addrinfo_t |
Type definition of the address information. | |
typedef sockaddr | sockaddr_t |
Type definition of the socket address. | |
Functions | |
int | inet_ntop (uint16_t family, const uint8_t *data, char *address, size_t length) |
Prints the address into the character buffer. | |
int | inet_pton (uint16_t family, const char *address, uint8_t *data) |
Parses the character string into the address. |
Definition in file inet.h.