Embedded TCP/IP stack: fnet_netif_ip6_addr_state_t

FNET

Possible IPv6 address states.

See also
fnet_netif_get_ip6_addr(), fnet_netif_ip6_addr_info
Enumerator
FNET_NETIF_IP6_ADDR_STATE_NOT_USED 

Not used.

FNET_NETIF_IP6_ADDR_STATE_TENTATIVE 

Tentative address - (RFC4862) an address whose uniqueness on a link is being verified, prior to its assignment to an interface. A tentative address is not considered assigned to an interface in the usual sense. An interface discards received packets addressed to a tentative address, but accepts Neighbor Discovery packets related to Duplicate Address Detection for the tentative address.

FNET_NETIF_IP6_ADDR_STATE_PREFERRED 

Preferred address - (RFC4862) an address assigned to an interface whose use by upper-layer protocols is unrestricted. Preferred addresses may be used as the source (or destination) address of packets sent from (or to) the interface.

Definition at line 96 of file fnet_netif.h.


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