Searched defs:netif_add (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Devices/Network/lwip/src/core/ |
H A D | netif.c | 65 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 D | netif.c | 141 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 D | lwipopts.h | 177 #define netif_add lwip_netif_add macro
|
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/ |
H A D | lwip-namespace.h | 77 #define netif_add lwip_netif_add macro
|
Completed in 86 milliseconds