Embedded TCP/IP stack
4.7.0
|
IPv6 Socket address structure. More...
Data Fields | |
fnet_address_family_t | sin6_family |
Specifies the address family. It must ne set to AF_INET6. More... | |
fnet_uint16_t | sin6_port |
16-bit port number used to demultiplex the transport-level messages (in network byte order). More... | |
fnet_scope_id_t | sin6_scope_id |
Scope zone index, defining network interface. More... | |
struct fnet_in6_addr | sin6_addr |
128-bit IPv6 internet address. More... | |
IPv6 Socket address structure.
To make manipulation of the fnet_sockaddr structure easier, the TCP/IPv6 stack also defines the equivalent structure fnet_sockaddr_in6 ("in" means "Internet").
Definition at line 248 of file fnet_socket.h.