/vbox/src/VBox/Devices/Network/lwip/src/core/ |
H A D | netif.c | 56 * @param gw default gateway IP address for the new netif 66 struct ip_addr *gw, 76 netif->gw.addr = 0; 87 netif_set_addr(netif, ipaddr, netmask, gw); 104 LWIP_DEBUGF(NETIF_DEBUG, (" gw ")); 105 ip_addr_debug_print(NETIF_DEBUG, gw); 112 struct ip_addr *gw) 116 netif_set_gw(netif, gw); 235 netif_set_gw(struct netif *netif, struct ip_addr *gw) argument 237 ip_addr_set(&(netif->gw), g 65 netif_add(struct netif *netif, struct ip_addr *ipaddr, struct ip_addr *netmask, struct ip_addr *gw, void *state, err_t (* init)(struct netif *netif), err_t (* input)(struct pbuf *p, struct netif *netif)) argument 111 netif_set_addr(struct netif *netif,struct ip_addr *ipaddr, struct ip_addr *netmask, struct ip_addr *gw) argument [all...] |
/vbox/src/VBox/Devices/Network/lwip-new/src/api/ |
H A D | netifapi.c | 50 msg->msg.add.gw, 70 msg->msg.add.gw); 101 ip_addr_t *gw, 111 msg.msg.msg.add.gw = gw; 129 ip_addr_t *gw) 136 msg.msg.msg.add.gw = gw; 98 netifapi_netif_add(struct netif *netif, ip_addr_t *ipaddr, ip_addr_t *netmask, ip_addr_t *gw, void *state, netif_init_fn init, netif_input_fn input) argument 126 netifapi_netif_set_addr(struct netif *netif, ip_addr_t *ipaddr, ip_addr_t *netmask, ip_addr_t *gw) argument
|
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/ |
H A D | netif.h | 79 struct ip_addr gw; member in struct:netif 140 struct ip_addr *gw, 147 struct ip_addr *gw); 160 void netif_set_gw(struct netif *netif, struct ip_addr *gw);
|
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/ |
H A D | netifapi.h | 57 ip_addr_t *gw; member in struct:netifapi_msg_msg::__anon14914::__anon14915 79 ip_addr_t *gw, 87 ip_addr_t *gw );
|
H A D | netif.h | 164 ip_addr_t gw; member in struct:netif 311 ip_addr_t *gw, void *state, netif_init_fn init, netif_input_fn input); 315 ip_addr_t *gw); 328 void netif_set_gw(struct netif *netif, ip_addr_t *gw);
|
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ |
H A D | netif.c | 165 * @param gw default gateway IP address for the new netif 175 ip_addr_t *gw, void *state, netif_init_fn init, netif_input_fn input) 186 ip_addr_set_zero(&netif->gw); 240 netif_set_addr(netif, ipaddr, netmask, gw); 264 LWIP_DEBUGF(NETIF_DEBUG, (" gw ")); 265 ip_addr_debug_print(NETIF_DEBUG, gw); 277 * @param gw the new default gateway 281 ip_addr_t *gw) 285 netif_set_gw(netif, gw); 446 * @param gw th 174 netif_add(struct netif *netif, ip_addr_t *ipaddr, ip_addr_t *netmask, ip_addr_t *gw, void *state, netif_init_fn init, netif_input_fn input) argument 280 netif_set_addr(struct netif *netif, ip_addr_t *ipaddr, ip_addr_t *netmask, ip_addr_t *gw) argument 451 netif_set_gw(struct netif *netif, ip_addr_t *gw) argument [all...] |
/vbox/src/VBox/Devices/Network/ |
H A D | DevINIP.cpp | 508 struct ip_addr ipaddr, netmask, gw; local 547 memcpy(&gw, &ip, sizeof(gw)); 552 ret = netif_add(&pThis->IntNetIF, &ipaddr, &netmask, &gw, NULL,
|
/vbox/src/VBox/Devices/Network/lwip/src/netif/ |
H A D | etharp.c | 688 if (netif->gw.addr != 0) { 690 ipaddr = &(netif->gw);
|
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv4/ |
H A D | autoip.c | 299 ip_addr_set_zero(&netif->gw);
|
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ |
H A D | etharp.c | 959 if (!ip_addr_isany(&netif->gw)) { 961 dst_addr = &(netif->gw);
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/ |
H A D | pxe_api.h | 757 IP4_t gw; /**< Relay agent IP address */ member in struct:s_PXENV_UDP_WRITE
|
/vbox/src/libs/xpcom18a4/python/src/ |
H A D | VariantUtils.cpp | 1922 PyXPCOM_GatewayVariantHelper::PyXPCOM_GatewayVariantHelper( PyG_Base *gw, int method_index, const nsXPTMethodInfo *info, nsXPTCMiniVariant* params ) 1928 m_gateway = gw;
|
/vbox/src/VBox/Devices/Network/lwip/src/core/snmp/ |
H A D | mib2.c | 3188 *dst = netif->gw;
|
/vbox/src/VBox/Devices/Network/lwip-new/src/core/snmp/ |
H A D | mib2.c | 3298 *dst = netif->gw;
|
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/ |
H A D | VBoxNetCfg.cpp | 1472 /* win API allows to set gw metrics as well, we are not setting them */ 1517 /* win API allows to set gw metrics as well, we are not setting them */ 1530 /* win API allows to set gw metrics as well, we are not setting them */ 1721 aGw[0].S_un.S_addr = gw;
|