Home
last modified time | relevance | path

Searched refs:netif_set_up (Results 1 – 6 of 6) sorted by relevance

/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dnetifapi.h91 #define netifapi_netif_set_up(n) netifapi_netif_common(n, netif_set_up, NULL)
H A Dnetif.h468 void netif_set_up(struct netif *netif);
/btstack/platform/lwip/
H A Dbnep_lwip.c290 netif_set_up(&btstack_netif); in bnep_lwip_netif_up()
/btstack/3rd-party/lwip/core/src/apps/snmp/
H A Dsnmp_mib2_interfaces.c304 netif_set_up(netif); in interfaces_Table_set_value()
/btstack/3rd-party/lwip/core/src/core/
H A Dnetif.c213 netif_set_up(&loop_netif); in netif_init()
859 netif_set_up(struct netif *netif) in netif_set_up() function
/btstack/3rd-party/lwip/core/
H A DCHANGELOG537 ATTENTION: netif_set_up() now always has to be called, even when dhcp/autoip
2052 * netif.c: Don't call the link-callback from netif_set_up/down() since
3204 Support for IPv4" section 4.6) when interface is "up" with netif_set_up().
4099 * netif.*: Added netif_set_up()/down().