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

/freebsd-11-stable/sbin/routed/
H A Ddefs.h378 #define AGS_GATEWAY 0x010 /* tell kernel RTF_GATEWAY */ macro
388 #define AGS_AGGREGATE_EITHER (AGS_RIPV2 | AGS_GATEWAY | \
H A Dtable.c1350 if (ag->ag_state & AGS_GATEWAY)
1382 && !(ag->ag_state & AGS_GATEWAY)) {
1386 && (ag->ag_state & AGS_GATEWAY)) {
1426 ags |= (AGS_GATEWAY | AGS_SUPPRESS | AGS_AGGREGATE);
1455 ags |= (AGS_GATEWAY | AGS_SUPPRESS | AGS_AGGREGATE);

Completed in 53 milliseconds