Embedded TCP/IP stack
4.7.0
|
IPv4 Socket address structure. More...
Data Fields | |
fnet_address_family_t | sin_family |
Specifies the address family. It must ne set to AF_INET. More... | |
fnet_uint16_t | sin_port |
16-bit port number used to demultiplex the transport-level messages (in network byte order). More... | |
fnet_scope_id_t | sin_scope_id |
Scope zone index, defining network interface. More... | |
struct fnet_in_addr | sin_addr |
32-bit internet address. More... | |
IPv4 Socket address structure.
To make manipulation of the fnet_sockaddr structure easier, the TCP/IPv4 stack also defines the equivalent structure fnet_sockaddr_in ("in" means "Internet").
Definition at line 210 of file fnet_socket.h.