Home
last modified time | relevance | path

Searched refs:autoip_start (Results 1 - 4 of 4) sorted by relevance

/third_party/lwip/src/include/lwip/
H A Dautoip.h81 err_t autoip_start(struct netif *netif);
H A Dnetifapi.h151 * @see autoip_start()
153 #define netifapi_autoip_start(n) netifapi_netif_common(n, NULL, autoip_start)
/third_party/lwip/src/core/ipv4/
H A Dautoip.c20 * - Call autoip_start() after netif_add().
100 * Using this prevents autoip_start to allocate it using mem_malloc.
129 autoip_start(netif); in autoip_restart()
255 autoip_start(struct netif *netif) in autoip_start() function
269 ("autoip_start(netif=%p) %c%c%"U16_F"\n", (void *)netif, netif->name[0], in autoip_start()
274 ("autoip_start(): starting new AUTOIP client\n")); in autoip_start()
278 ("autoip_start(): could not allocate autoip\n")); in autoip_start()
283 LWIP_DEBUGF(AUTOIP_DEBUG | LWIP_DBG_TRACE, ("autoip_start(): allocated autoip")); in autoip_start()
H A Ddhcp.c1097 autoip_start(netif);

Completed in 5 milliseconds