IPv4 socket address.
More...
#include <socket.h>
|
| uint16_t | sa_family |
| | address family (e.g.
|
| |
| uint8_t | sa_data [14] |
| | protocol specific address information
|
| |
IPv4 socket address.
Definition at line 82 of file socket.h.
◆ sa_data
| uint8_t sockaddr::sa_data[14] |
protocol specific address information
Definition at line 85 of file socket.h.
◆ sa_family
| uint16_t sockaddr::sa_family |
address family (e.g.
AF_INET)
Definition at line 84 of file socket.h.
The documentation for this struct was generated from the following file: