Searched refs:route (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/usr/
H A Droute.h12 extern void route ( void );
/vbox/src/VBox/Devices/PC/ipxe/src/hci/commands/
H A Droute_cmd.c25 #include <usr/route.h>
33 /** "route" options */
36 /** "route" option list */
39 /** "route" command descriptor */
44 * The "route" command
58 route();
66 .name = "route",
/vbox/src/VBox/Devices/PC/ipxe/src/usr/
H A Droute.c24 #include <usr/route.h>
32 void route ( void ) { function
H A Dautoboot.c36 #include <usr/route.h>
351 route();
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/net/
H A Droute.h33 * @(#)route.h 8.3 (Berkeley) 4/19/94
34 * $Id: route.h,v 1.1.1.1 2006/05/30 06:12:46 hhzhou Exp $
51 * A route consists of a destination address and a reference
55 struct route { struct
68 u_long rmx_expire; /* lifetime for route, e.g. redirect */
74 u_long rmx_pksent; /* packets sent using this route */
93 * preferring the former if available. For each route we infer
95 * the route was entered. Routes that forward packets through
119 struct rtentry *rt_parent; /* cloning parent of this route */
139 #define RTF_UP 0x1 /* route usabl
[all...]
/vbox/src/VBox/NetworkServices/NAT/
H A Drtmon_bsd.c3 * NAT Network - IPv6 default route monitor for BSD routing sockets.
27 #include <net/route.h>
44 * there's no default IPv6 route, write(2) will fail with ESRCH
52 * of this is that when manually configured route (e.g. teredo) is
53 * deleted, the system will lose its default route even when KAME IPv6
106 /* there's no default route */
/vbox/src/VBox/Main/src-server/linux/
H A DNetIf-linux.cpp30 #include <net/route.h>
51 FILE *fp = fopen("/proc/net/route", "r");
/vbox/src/VBox/HostDrivers/VBoxNetAdp/freebsd/
H A DVBoxNetAdp-freebsd.c49 #include <net/route.h>
/vbox/src/VBox/Devices/PC/BIOS/
H A Dpcibios.inc252 out dx, ax ;; reset PIRQ route control
/vbox/src/VBox/Main/src-server/freebsd/
H A DNetIf-freebsd.cpp35 #include <net/route.h>
37 * route.h includes net/radix.h which for some reason defines Free as a wrapper
186 /* Get the index of the interface associated with default route. */
/vbox/src/VBox/Main/src-server/darwin/
H A DNetIf-darwin.cpp45 #include <net/route.h>
284 /* Get the index of the interface associated with default route. */
/vbox/src/VBox/Devices/Network/testcase/
H A DtstIntNet-1.cpp601 #include <net/route.h>
613 FILE *fp = fopen("/proc/net/route", "r");

Completed in 228 milliseconds