Home
last modified time | relevance | path

Searched refs:AGS_IF (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/sbin/routed/
HDtable.c404 if (!(ag->ag_state & AGS_IF)) in ag_check()
1444 ags |= (AGS_IF | AGS_CORS_GATE); in walk_kern()
1470 ags &= ~(AGS_IF | AGS_CORS_GATE); in walk_kern()
HDdefs.h354 #define AGS_IF 0x020 /* for an interface */ macro