Searched refs:RIPv2 (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/include/protocols/
H A Drouted.h50 #define RIPv2 2 macro
73 u_int16_t n_tag; /* optional in RIPv2 */
76 u_int32_t n_mask; /* netmask in RIPv2 */
77 u_int32_t n_nhop; /* optional next hop in RIPv2 */
82 /* RIPv2 authentication */
/freebsd-9.3-release/sbin/routed/
H A Doutput.c62 #define WS_ST_RIP2_ALL 0x002 /* send full featured RIPv2 */
70 /* A buffer for what can be heard by both RIPv1 and RIPv2 listeners */
74 /* Another for only RIPv2 listeners */
88 rip_v2_buf.rip.rip_vers = RIPv2;
357 /* If we are sending RIPv2 packets that cannot (or must not) be
366 /* use the RIPv2-only buffer */
370 /* use the RIPv1-or-RIPv2 buffer */
416 * in the hybrid RIPv1/RIPv2 mode.
561 * networks. If possible, multicast them by RIPv2.
728 v2buf.type = (vers == RIPv2)
[all...]
H A Dinput.c174 } else if (rip->rip_vers > RIPv2) {
175 rip->rip_vers = RIPv2;
189 * RIPv2 messages, but only if configured for that silliness.
191 * RIPv2 authentication is lame. Why authenticate queries?
192 * Why should a RIPv2 implementation with authentication disabled
193 * not be able to listen to RIPv2 packets with authentication, while
197 && rip->rip_vers == RIPv2
200 "RIPv2 message with authentication from %s discarded",
265 if (rip->rip_vers == RIPv2
267 v12buf.buf->rip_vers = RIPv2;
[all...]
H A Ddefs.h38 /* Definitions for RIPv2 routing process.
42 * RIPv2, including variable length subnet masks.
55 * is no likelihood that IETF RIPv1 or RIPv2 will ever be used with
98 #define RIPVERSION RIPv2
333 #define IS_NO_RIPV2_IN 0x0020000 /* no RIPv2 input at all */
337 #define IS_NO_RIPV2_OUT 0x0080000 /* no RIPv2 output at all */
342 #define IS_NO_RIP_MCAST 0x0100000 /* broadcast RIPv2 */
380 #define AGS_RIPV2 0x040 /* send only as RIPv2 */
/freebsd-9.3-release/sbin/routed/rtquery/
H A Drtquery.c38 #define RIPVERSION RIPv2
335 OMSG.rip_vers = RIPv2;
386 OMSG.rip_vers = RIPv2;
635 (IMSG.rip_vers != RIPv1 && IMSG.rip_vers != RIPv2) ? " ?" : "",

Completed in 107 milliseconds