Searched refs:netif_set_gw (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dnetif.h160 void netif_set_gw(struct netif *netif, struct ip_addr *gw);
/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dnetif.c116 netif_set_gw(netif, gw);
235 netif_set_gw(struct netif *netif, struct ip_addr *gw) function
H A Ddhcp.c816 netif_set_gw(netif, &gw_addr);
978 netif_set_gw(netif, IP_ADDR_ANY);
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h187 #define netif_set_gw lwip_netif_set_gw macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dnetif.h328 void netif_set_gw(struct netif *netif, ip_addr_t *gw);
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h86 #define netif_set_gw lwip_netif_set_gw macro
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dnetif.c285 netif_set_gw(netif, gw);
451 netif_set_gw(struct netif *netif, ip_addr_t *gw) function
H A Ddhcp.c206 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 Dautoip.c271 netif_set_gw(netif, &gw_addr);

Completed in 61 milliseconds