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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ripd/
H A Drip_snmp.c405 else if (ri->ri_send & RIPv1)
411 else if (rip->version == RIPv1)
432 else if (ri->ri_receive & RIPv1)
H A Dripd.h26 #define RIPv1 1 macro
H A Dripd.c1183 /* RIPv1 does not have nexthop value. */
1184 if (packet->version == RIPv1 && rte->nexthop.s_addr != 0)
1187 zlog_info ("RIPv1 packet with nexthop value %s",
1256 /* For RIPv1, there won't be a valid netmask.
1266 if ((packet->version == RIPv1 && rte->prefix.s_addr != 0)
1773 packet should be treated as RIPv1 ignoring must be zero field. */
1807 if (packet->version == RIPv1)
1808 if (! (ri->ri_receive & RIPv1))
1864 if (packet->version == RIPv1 && packet->rte->family == 0xffff)
2131 if (version == RIPv1)
[all...]
H A Drip_interface.c220 /* RIPv1 and non multicast interface. */
278 if (rip->version == RIPv1)
279 rip_request_interface_send (ifp, RIPv1);
286 if (ri->ri_send & RIPv1)
287 rip_request_interface_send (ifp, RIPv1);

Completed in 65 milliseconds