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

/netbsd-6-1-5-RELEASE/sbin/routed/
H A Dtable.c431 if (!((state & AGS_AGGREGATE)
433 && !((ag->ag_state & AGS_AGGREGATE)
445 && (state & ag->ag_state & AGS_AGGREGATE) != 0)) {
473 && (ag->ag_state & AGS_AGGREGATE)) {
521 if (!(state & AGS_AGGREGATE))
1446 ags |= (AGS_GATEWAY | AGS_SUPPRESS | AGS_AGGREGATE);
1475 ags |= (AGS_GATEWAY | AGS_SUPPRESS | AGS_AGGREGATE);
H A Doutput.c559 ags |= AGS_AGGREGATE;
575 ags |= AGS_AGGREGATE;
584 ags |= AGS_RIPV2 | AGS_AGGREGATE;
H A Ddefs.h390 #define AGS_AGGREGATE 0x002 /* synthesize combined routes */ macro

Completed in 161 milliseconds