Searched refs:IP6_ADDR_TENTATIVE (Results 1 – 3 of 3) sorted by relevance
284 #define IP6_ADDR_TENTATIVE 0x08 macro300 #define ip6_addr_istentative(addr_state) (addr_state & IP6_ADDR_TENTATIVE)
276 netif_ip6_addr_set_state(netif, free_idx, IP6_ADDR_TENTATIVE); in nd6_process_autoconfig_prefix()2420 …_state != IP6_ADDR_INVALID && old_state != IP6_ADDR_DUPLICATED && old_state != IP6_ADDR_TENTATIVE); in nd6_adjust_mld_membership()2421 …_state != IP6_ADDR_INVALID && new_state != IP6_ADDR_DUPLICATED && new_state != IP6_ADDR_TENTATIVE); in nd6_adjust_mld_membership()
1565 netif_ip6_addr_set_state(netif, 0, IP6_ADDR_TENTATIVE); in netif_create_ip6_linklocal_address()1606 netif_ip6_addr_set_state(netif, i, IP6_ADDR_TENTATIVE); in netif_add_ip6_address()