Home
last modified time | relevance | path

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.c1904 if (ag->ag_state & AGS_GATEWAY) in kern_out()
1948 if ((k->k_state & KS_GATEWAY) && !(ag->ag_state & AGS_GATEWAY)) { in kern_out()
1951 } else if (!(k->k_state & KS_GATEWAY) && (ag->ag_state & AGS_GATEWAY)) { in kern_out()
2007 ags |= (AGS_GATEWAY | AGS_SUPPRESS | AGS_AGGREGATE); in walk_kern()
2043 ags |= (AGS_GATEWAY | AGS_SUPPRESS); in walk_kern()