Lines Matching full:route

56  *		of a new route does not wait 30-60 seconds.
96 #include <net/route.h>
127 * to the received metric and discarded the route if the total was 16
189 RO_LOOPBCK, /* loopback route */
190 RO_PTOPT, /* point-to-point route */
191 RO_NET_SYN, /* fake net route for subnet */
192 RO_IF, /* interface route */
223 #define RS_NET_INT 0x0002 /* authority route */
224 #define RS_NET_SYN 0x0004 /* fake net route for subnet */
226 #define RS_SUBNET 0x0008 /* subnet route from any source */
230 #define RS_NOPROPAGATE 0x0080 /* route which must not be propagated */
231 #define RS_BADIF 0x0100 /* route through dead ifp */
250 * Determine if a route should be aged. Age all routes that are:
269 * - A is not a poisoned route
275 * - or A is a host route advertised by a system for itself
346 uint8_t int_d_metric; /* for faked default route */
381 #define IS_NEED_NET_SYN 0x00002000 /* need RS_NET_SYN route */
465 #define AGS_PASSIVE 0x400 /* passive "remote" interface route */
468 /* some bits are set if they are set on either route */
482 time_t k_redirect_time; /* when redirected route 1st seen */
487 #define KS_DELETE 0x0002 /* need to delete the route */
489 #define KS_CHANGE 0x0008 /* tell kernel to change the route */
497 #define KS_IF 0x0800 /* interface route */
498 #define KS_PASSIVE 0x1000 /* passive remote interface route */
499 #define KS_DEPRE_IF 0x2000 /* IPMP deprecated interface route */
588 extern boolean_t mhome; /* 1=want multi-homed host route */
603 extern boolean_t rdisc_ok; /* using solicited route */
617 extern uint32_t update_seqno; /* a route has changed */