Used to define the socket address. More...
Used to define the socket address.
This structure is is forced to be aligned as uint32_t, as e.g. the IPv4 address is stored as uint32_t 
#include <socket.h>
Data Fields | |
| sa_family_t | sa_family | 
| Address family.  | |
| char | sa_data [SOCKADDR_MAX_DATA_LEN] | 
| Socket address (variable length data)  | |