HomeSort by: relevance | last modified time | path
    Searched defs:ripv2 (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/routed/rtquery/
rtquery.c 42 #define RIPVERSION RIPv2
115 int ripv2 = 1; /* use RIP version 2 */ variable in typeref:typename:int
166 ripv2 = 0;
339 if (ripv2) {
340 OMSG.rip_vers = RIPv2;
392 if (ripv2) {
393 OMSG.rip_vers = RIPv2;
647 (IMSG.rip_vers != RIPv1 && IMSG.rip_vers != RIPv2) ? " ?" : "",
rtquery.c 42 #define RIPVERSION RIPv2
115 int ripv2 = 1; /* use RIP version 2 */ variable in typeref:typename:int
166 ripv2 = 0;
339 if (ripv2) {
340 OMSG.rip_vers = RIPv2;
392 if (ripv2) {
393 OMSG.rip_vers = RIPv2;
647 (IMSG.rip_vers != RIPv1 && IMSG.rip_vers != RIPv2) ? " ?" : "",

Completed in 29 milliseconds