#include <net/inet.h>
#include <net/ip_protocols.h>
#include <sys/types.h>
Go to the source code of this file.
Data Structures | |
struct | in6_addr |
INET6 address. More... | |
struct | sockaddr_in6 |
INET6 socket address. More... | |
Defines | |
#define | INET6_ADDRSTRLEN (8 * 4 + 7 + 1) |
INET6 string address maximum length. | |
Typedefs | |
typedef in6_addr | in6_addr_t |
Type definition of the INET6 address. | |
typedef sockaddr_in6 | sockaddr_in6_t |
Type definition of the INET6 socket address. |
Definition in file in6.h.