Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv4/
Dautoip.c303 autoip->state = AUTOIP_STATE_PROBING; in autoip_start_probing()
373 if ((autoip->state == AUTOIP_STATE_PROBING) || in autoip_tmr_tick()
411 case AUTOIP_STATE_PROBING: in autoip_tmr()
497 if (autoip->state == AUTOIP_STATE_PROBING) { in autoip_arp_reply()
/third_party/lwip/src/include/lwip/prot/
Dautoip.h69 AUTOIP_STATE_PROBING = 1, enumerator