Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtrace.c578 IS_NO_SUPER_AG |
591 { IS_NO_AG, IS_NO_SUPER_AG, "NO_AG" },
592 { IS_NO_SUPER_AG, 0, "NO_SUPER_AG" },
H A Dparms.c776 parm.parm_int_state |= (IS_NO_AG | IS_NO_SUPER_AG); in parse_parms()
782 parm.parm_int_state |= IS_NO_SUPER_AG; in parse_parms()
H A Ddefs.h383 #define IS_NO_SUPER_AG 0x00008000 /* do not aggregate networks */ macro
H A Doutput.c822 !(ifp->int_state & IS_NO_SUPER_AG))) in supply()