#include <sock.h>
For internal use only.
This is the implementation of the ev_sockaddr_t type.
Definition at line 184 of file sock.h.
Data Fields | |
ev_satype_t | sa_type |
union { | |
struct { | |
unsigned char saai_addrbuf [SOCK_ADDRBUFV6_LEN] | |
unsigned short saai_port | |
} saa_ipaddr | |
char saa_localaddr [SOCK_LOCALADDR_LEN] | |
} | sa_addr |
|
Socket address. Referenced by sa_ipaddrbuf_set(), sa_ipaddrport_set(), sa_localaddr_set(), sockaddr_import(), and sockaddr_ptoa(). |
|
Address type. Definition at line 185 of file sock.h. Referenced by sa_ipaddrbuf_set(), sa_ipaddrport_set(), sa_localaddr_set(), sa_type_set(), sockaddr_atop(), sockaddr_export(), sockaddr_import(), and sockaddr_ptoa(). |
|
Full IP address. |
|
Local domain address. |
|
Address buffer. |
|
Socket port. |