Searched refs:netif_set_up (Results 1 – 6 of 6) sorted by relevance
91 #define netifapi_netif_set_up(n) netifapi_netif_common(n, netif_set_up, NULL)
468 void netif_set_up(struct netif *netif);
290 netif_set_up(&btstack_netif); in bnep_lwip_netif_up()
304 netif_set_up(netif); in interfaces_Table_set_value()
213 netif_set_up(&loop_netif); in netif_init()859 netif_set_up(struct netif *netif) in netif_set_up() function
537 ATTENTION: netif_set_up() now always has to be called, even when dhcp/autoip2052 * netif.c: Don't call the link-callback from netif_set_up/down() since3204 Support for IPv4" section 4.6) when interface is "up" with netif_set_up().4099 * netif.*: Added netif_set_up()/down().