Searched defs:route (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/usr/
H A Droute.c24 #include <usr/route.h>
32 void route ( void ) { function
/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...]

Completed in 41 milliseconds