Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/prot/
Dautoip.h71 AUTOIP_STATE_BOUND = 3 enumerator
/third_party/lwip/src/core/ipv4/
Dautoip.c427 autoip->state = AUTOIP_STATE_BOUND; in autoip_tmr()
515 return (autoip->state == AUTOIP_STATE_BOUND) || (autoip->state == AUTOIP_STATE_ANNOUNCING); in autoip_supplied_address()