Searched refs:netif_set_gw (Results 1 - 9 of 9) sorted by relevance
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/ |
H A D | netif.h | 160 void netif_set_gw(struct netif *netif, struct ip_addr *gw);
|
/vbox/src/VBox/Devices/Network/lwip/src/core/ |
H A D | netif.c | 116 netif_set_gw(netif, gw); 235 netif_set_gw(struct netif *netif, struct ip_addr *gw) function
|
H A D | dhcp.c | 816 netif_set_gw(netif, &gw_addr); 978 netif_set_gw(netif, IP_ADDR_ANY);
|
/vbox/src/VBox/Devices/Network/lwip/vbox/include/ |
H A D | lwipopts.h | 187 #define netif_set_gw lwip_netif_set_gw macro
|
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/ |
H A D | netif.h | 328 void netif_set_gw(struct netif *netif, ip_addr_t *gw);
|
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/ |
H A D | lwip-namespace.h | 86 #define netif_set_gw lwip_netif_set_gw macro
|
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ |
H A D | netif.c | 285 netif_set_gw(netif, gw); 451 netif_set_gw(struct netif *netif, ip_addr_t *gw) function
|
H A D | dhcp.c | 206 netif_set_gw(netif, IP_ADDR_ANY); 1007 netif_set_gw(netif, &gw_addr); 1209 netif_set_gw(netif, IP_ADDR_ANY);
|
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv4/ |
H A D | autoip.c | 271 netif_set_gw(netif, &gw_addr);
|
Completed in 58 milliseconds