Home
last modified time | relevance | path

Searched refs:netif_set_link_up (Results 1 – 5 of 5) sorted by relevance

/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dnetifapi.h103 #define netifapi_netif_set_link_up(n) netifapi_netif_common(n, netif_set_link_up, NULL)
H A Dnetif.h482 void netif_set_link_up(struct netif *netif);
/btstack/3rd-party/lwip/core/src/netif/ppp/
H A Dppp.c1162 netif_set_link_up(pcb->netif); in sifup()
1270 netif_set_link_up(pcb->netif); in sif6up()
/btstack/3rd-party/lwip/core/src/core/
H A Dnetif.c212 netif_set_link_up(&loop_netif); in netif_init()
1006 netif_set_link_up(struct netif *netif) in netif_set_link_up() function
/btstack/3rd-party/lwip/core/
H A DCHANGELOG2008 * netif.c: netif_set_link_up/down: only do something if the link state
2168 to netif_set_link_up().
2904 igmp_report_groups() is now called inside netif_set_link_up() (need to have