Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/core/ipv4/
Dautoip.c327 autoip->state = AUTOIP_STATE_OFF; in autoip_start()
377 if (netif->autoip && netif->autoip->state != AUTOIP_STATE_OFF) { in autoip_network_changed()
391 netif->autoip->state = AUTOIP_STATE_OFF; in autoip_stop()
489 if ((netif->autoip != NULL) && (netif->autoip->state != AUTOIP_STATE_OFF)) { in autoip_arp_reply()
/external/syslinux/core/lwip/src/include/ipv4/lwip/
Dautoip.h76 #define AUTOIP_STATE_OFF 0 macro