Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dnetif.h428 struct netif *netif_add(struct netif *netif,
434 struct netif *netif_add(struct netif *netif, void *state, netif_init_fn init, netif_input_fn input);
/btstack/3rd-party/lwip/core/src/core/
H A Dnetif.c202 netif_add(&loop_netif, LOOPIF_ADDRINIT NULL, netif_loopif_init, ip_input); in netif_init()
204 netif_add(&loop_netif, LOOPIF_ADDRINIT NULL, netif_loopif_init, tcpip_input); in netif_init()
252 return netif_add(netif, in netif_add_noaddr()
287 netif_add(struct netif *netif, in netif_add() function
/btstack/platform/lwip/
H A Dbnep_lwip.c520netif_add(&btstack_netif, &fsl_netif0_ipaddr, &fsl_netif0_netmask, &fsl_netif0_gw, NULL, bnep_lwip… in bnep_lwip_init()
/btstack/3rd-party/lwip/core/src/api/
H A Dnetifapi.c67 if (!netif_add( msg->netif, in netifapi_do_netif_add()
/btstack/3rd-party/lwip/core/src/netif/ppp/
H A Dppp.c701 if (!netif_add(pcb->netif, in ppp_new()
/btstack/3rd-party/lwip/core/
H A DCHANGELOG1463 * netif.c: fixed bug #34121 netif_add/netif_set_ipaddr fail on NULL ipaddr
2944 Initialize igmp_mac_filter to NULL in netif_add (this field should be set in
2962 igmp_start is call inside netif_add. Now, igmp initialization is in the same
3932 * netif.c: In netif_add() fixed missing clear of ip_addr, netmask, gw and flags.