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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Ddefs.h457 #define AGS_GATEWAY 0x010 /* tell kernel RTF_GATEWAY */ macro
469 #define AGS_AGGREGATE_EITHER (AGS_RIPV2 | AGS_GATEWAY | \
H A Dtable.c1905 if (ag->ag_state & AGS_GATEWAY)
1949 if ((k->k_state & KS_GATEWAY) && !(ag->ag_state & AGS_GATEWAY)) {
1952 } else if (!(k->k_state & KS_GATEWAY) && (ag->ag_state & AGS_GATEWAY)) {
2008 ags |= (AGS_GATEWAY | AGS_SUPPRESS | AGS_AGGREGATE);
2044 ags |= (AGS_GATEWAY | AGS_SUPPRESS);

Completed in 79 milliseconds