Searched defs:netif_add (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dnetif.c65 netif_add(struct netif *netif, struct ip_addr *ipaddr, struct ip_addr *netmask, function
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dnetif.c141 netif_add(&loop_netif, &loop_ipaddr, &loop_netmask, &loop_gw, NULL, netif_loopif_init, ip_input);
143 netif_add(&loop_netif, &loop_ipaddr, &loop_netmask, &loop_gw, NULL, netif_loopif_init, tcpip_input);
174 netif_add(struct netif *netif, ip_addr_t *ipaddr, ip_addr_t *netmask, function
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h177 #define netif_add lwip_netif_add macro
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h77 #define netif_add lwip_netif_add macro

Completed in 50 milliseconds