Home
last modified time | relevance | path

Searched refs:AUTOIP_STATE_ANNOUNCING (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/core/ipv4/
Dautoip.c374 (autoip->state == AUTOIP_STATE_ANNOUNCING)) { in autoip_tmr_tick()
415 autoip->state = AUTOIP_STATE_ANNOUNCING; in autoip_tmr()
442 case AUTOIP_STATE_ANNOUNCING: in autoip_tmr()
538 return (autoip->state == AUTOIP_STATE_BOUND) || (autoip->state == AUTOIP_STATE_ANNOUNCING); in autoip_supplied_address()
/third_party/lwip/src/include/lwip/prot/
Dautoip.h70 AUTOIP_STATE_ANNOUNCING = 2, enumerator