#include <net/inet.h>
#include <net/ip_protocols.h>
#include <sys/types.h>
Go to the source code of this file.
Data Structures | |
| struct | in_addr |
| INET address. More... | |
| struct | sockaddr_in |
| INET socket address. More... | |
Defines | |
| #define | INET_ADDRSTRLEN (4 * 3 + 3 + 1) |
| INET string address maximum length. | |
Typedefs | |
| typedef in_addr | in_addr_t |
| Type definition of the INET address. | |
| typedef sockaddr_in | sockaddr_in_t |
| Type definition of the INET socket address. | |
Definition in file in.h.
1.4.7