Embedded TCP/IP stack: fnet_sockaddr_in6 Struct Reference

FNET

fnet_sockaddr_in6 Struct Reference

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...
 

Detailed Description

IPv6 Socket address structure.

See also
fnet_sockaddr

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 250 of file fnet_socket.h.


The documentation for this struct was generated from the following file:

© 2005-2018 by Andrey Butok. http://fnet.sourceforge.net