Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv4/
Dautoip.c285 autoip->state = AUTOIP_STATE_OFF; in autoip_start()
337 if (autoip && (autoip->state != AUTOIP_STATE_OFF)) { in autoip_network_changed()
355 autoip->state = AUTOIP_STATE_OFF; in autoip_stop()
481 if ((autoip != NULL) && (autoip->state != AUTOIP_STATE_OFF)) { in autoip_arp_reply()
/third_party/lwip/src/include/lwip/prot/
Dautoip.h68 AUTOIP_STATE_OFF = 0, enumerator