Searched defs:gateway (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dip.h70 struct in_addr gateway; member in struct:ipv4_miniroute
H A Dibft.h172 /** Default gateway */
173 struct ibft_ipaddr gateway; member in struct:ibft_nic
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dipv6.c38 struct in6_addr gateway; member in struct:ipv6_miniroute
50 * @v gateway Gateway address (or ::0 for no gateway)
56 struct in6_addr gateway ) {
66 miniroute->gateway = gateway;
69 if ( !IP6_EQUAL ( gateway, ip6_none ) ) {
96 * @v gateway Gateway address (or ::0 for no gateway)
100 struct in6_addr gateway ) {
[all...]
H A Dipv4.c45 * @v gateway Gateway address (if any)
50 struct in_addr netmask, struct in_addr gateway ) {
55 if ( gateway.s_addr )
56 DBGC ( netdev, "gw %s ", inet_ntoa ( gateway ) );
70 miniroute->gateway = gateway;
72 /* Add to end of list if we have a gateway, otherwise
75 if ( gateway.s_addr ) {
94 if ( miniroute->gateway.s_addr )
95 DBGC ( netdev, "gw %s ", inet_ntoa ( miniroute->gateway ) );
670 struct in_addr gateway = { 0 }; local
[all...]
/vbox/src/libs/xpcom18a4/python/src/
H A DPyGBase.cpp66 void AddDefaultGateway(PyObject *instance, nsISupports *gateway);
228 // Check we _now_ have a default gateway
231 NS_ABORT_IF_FALSE(CheckDefaultGateway(ob, iid, &temp), "Auto-wrapped object didnt get a default gateway!");
245 // the object to actually use as the gateway parameter for this interface.
315 PyXPCOM_LogError("Wrapping an interface object for the gateway failed\n");
438 // always delegate back to the "base" gateway for the object, as this tear-off
748 weak reference, and use that gateway.
815 void AddDefaultGateway(PyObject *instance, nsISupports *gateway) argument
822 nsCOMPtr<nsISupportsWeakReference> swr( do_QueryInterface((nsISupportsWeakReference *)(gateway)) );
823 NS_ABORT_IF_FALSE(swr, "Our gateway faile
[all...]
/vbox/src/VBox/Main/src-server/
H A DNATNetworkImpl.cpp759 LogFunc(("gateway: %s, dhcpserver:%s, dhcplowerip:%s, dhcpupperip:%s\n",
917 RTNETADDRIPV4 gateway = network; local
918 gateway.u += m->offGateway;
919 gateway.u = RT_H2N_U32(gateway.u);
921 RTStrPrintf(szTmpIp, sizeof(szTmpIp), "%RTnaipv4", gateway);
957 LogFlowFunc(("getaway:%RTnaipv4, netmask:%RTnaipv4\n", gateway, netmask));
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageList.cpp1142 Bstr gateway; local
1143 net->COMGETTER(Gateway)(gateway.asOutParam());
1144 RTPrintf("IP: %ls\n", gateway.raw());

Completed in 54 milliseconds