Searched refs:AUTOIP_STATE_OFF (Results 1 – 2 of 2) sorted by relevance
319 autoip->state = AUTOIP_STATE_OFF; in autoip_start()369 if (netif->autoip && netif->autoip->state != AUTOIP_STATE_OFF) { in autoip_network_changed()383 netif->autoip->state = AUTOIP_STATE_OFF; in autoip_stop()481 if ((netif->autoip != NULL) && (netif->autoip->state != AUTOIP_STATE_OFF)) { in autoip_arp_reply()
76 #define AUTOIP_STATE_OFF 0 macro
Completed in 3 milliseconds