Searched refs:IP6_ADDR_TENTATIVE (Results 1 - 3 of 3) sorted by relevance

/barrelfish-2018-10-04/include/lwip2/lwip/
H A Dip6_addr.h226 #define IP6_ADDR_TENTATIVE 0x08 macro
241 #define ip6_addr_istentative(addr_state) (addr_state & IP6_ADDR_TENTATIVE)
/barrelfish-2018-10-04/lib/lwip2/src/core/
H A Dnetif.c1207 netif_ip6_addr_set_state(netif, 0, IP6_ADDR_TENTATIVE);
1242 netif_ip6_addr_set_state(netif, i, IP6_ADDR_TENTATIVE);
/barrelfish-2018-10-04/lib/lwip2/src/core/ipv6/
H A Dnd6.c846 netif_ip6_addr_set_state(prefix_list[i].netif, j, IP6_ADDR_TENTATIVE);
2087 old_member = (old_state != IP6_ADDR_INVALID && old_state != IP6_ADDR_TENTATIVE);
2088 new_member = (new_state != IP6_ADDR_INVALID && new_state != IP6_ADDR_TENTATIVE);

Completed in 37 milliseconds