_nib-slaac.h

Definions related to SLAAC functionality of the NIB.

_remove_tentative_addr( netif, addr)
1
(void)netif; (void)addr
_handle_dad( addr)
1
(void)addr
_handle_valid_addr( addr)
1
(void)addr
void _auto_configure_addr(gnrc_netif_t * netif, const ipv6_addr_t * pfx, uint8_t pfx_len)

Auto-configures an address from a given prefix.

Parameters

netif:The network interface the address should be added to.
pfx:The prefix for the address.
pfx_len:Length of pfx in bits.