Lines Matching full:route
29 * Route-related (RTM_<NEW|DEL|GET>ROUTE) message header and attributes.
43 unsigned char rtm_scope; /* Route distance (RT_SCOPE_) */
44 unsigned char rtm_type; /* Route type (RTN_) */
45 unsigned rtm_flags; /* Route flags (RTM_F_) */
49 * RFC 3549, 3.1.1, route type (rtm_type field).
53 RTN_UNICAST, /* Unicast route */
57 RTN_MULTICAST, /* Multicast route */
69 * RFC 3549, 3.1.1, protocol (Identifies what/who added the route).
74 #define RTPROT_REDIRECT 1 /* Route installed by ICMP redirect */
75 #define RTPROT_KERNEL 2 /* Route installed by kernel */
76 #define RTPROT_BOOT 3 /* Route installed during boot */
77 #define RTPROT_STATIC 4 /* Route installed by administrator */
99 * RFC 3549 3.1.1 Route scope (valid distance to destination).
114 * RFC 3549 3.1.1 Route flags (rtm_flags).
137 * FreeBSD route table numbering starts from 0, where 0 is a valid default
230 /* route attribute header */