Home
last modified time | relevance | path

Searched refs:IS_NO_SUPER_AG (Results 1 – 4 of 4) sorted by relevance

/freebsd/sbin/routed/
H A Dtrace.c475 | IS_NO_SUPER_AG
488 { IS_NO_AG, IS_NO_SUPER_AG, "NO_AG" },
489 { IS_NO_SUPER_AG, 0, "NO_SUPER_AG" },
H A Dparms.c692 parm.parm_int_state |= (IS_NO_AG | IS_NO_SUPER_AG); in parse_parms()
695 parm.parm_int_state |= IS_NO_SUPER_AG; in parse_parms()
H A Ddefs.h301 #define IS_NO_SUPER_AG 0x0008000 /* do not aggregate networks */ macro
H A Doutput.c736 || !(ifp->int_state & IS_NO_SUPER_AG))) in supply()