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

/freebsd-10.3-release/sbin/routed/
H A Dparms.c564 #define PARS(str) (!strcasecmp(tgt, str)) macro
697 } else if (PARS("no_ag")) {
700 } else if (PARS("no_super_ag")) {
703 } else if (PARS("no_rip_out")) {
706 } else if (PARS("no_ripv1_in")) {
709 } else if (PARS("no_ripv2_in")) {
712 } else if (PARS("ripv2_out")) {
717 } else if (PARS("ripv2")) {
724 } else if (PARS("no_rip")) {
727 } else if (PARS("no_rip_mcas
832 #undef PARS macro
[all...]

Completed in 48 milliseconds