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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ripd/
H A Dripd.c764 if (packet->version == RIPv2)
877 zlog_info ("RIPv2 simple password authentication from %s",
928 zlog_info ("RIPv2 MD5 authentication from %s", inet_ntoa (from->sin_addr));
1138 /* RIPv2 authentication check. */
1144 if (packet->version == RIPv2 &&
1198 if (packet->version == RIPv2 && rte->nexthop.s_addr != 0)
1267 || (packet->version == RIPv2
1292 /* In case of RIPv2, if prefix in RTE is not netmask applied one
1294 if ((packet->version == RIPv2)
1299 zlog_warn ("RIPv2 addres
[all...]
H A Drip_snmp.c39 /* RIPv2-MIB. */
43 RIPv2-MIB to SNMP agent under SMUX protocol. */
46 /* RIPv2-MIB rip2Globals values. */
50 /* RIPv2-MIB rip2IfStatEntry. */
53 /* RIPv2-MIB rip2IfStatTable. */
60 /* RIPv2-MIB rip2IfConfTable. */
71 /* RIPv2-MIB rip2PeerTable. */
403 if (ri->ri_send & RIPv2)
409 if (rip->version == RIPv2)
430 else if (ri->ri_receive & RIPv2)
[all...]
H A Dripd.h27 #define RIPv2 2 macro
229 /* RIPv2 authentication type. */
236 /* RIPv2 authentication string. */
239 /* RIPv2 authentication key chain. */
H A Drip_interface.c209 /* RIPv2 support multicast. */
210 if (version == RIPv2 && if_is_multicast (ifp))
281 rip_request_interface_send (ifp, RIPv2);
288 if (ri->ri_send & RIPv2)
289 rip_request_interface_send (ifp, RIPv2);
1696 vty_out (vty, "%% RIPv2 authentication string must be shorter than 16%s",

Completed in 114 milliseconds