Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtable.c216 if (ag_cors->ag_pref <= ag->ag_pref && in ag_find_suppressor()
349 nc_ag.ag_pref = pref; in ag_check()
376 ag_cors->ag_pref <= ag->ag_pref && in ag_check()
440 if (pref <= ag->ag_pref) { in ag_check()
446 ag->ag_pref = pref; in ag_check()
495 ag->ag_pref == pref && in ag_check()
525 } else if (ag->ag_pref >= pref && in ag_check()
569 tmp = ag->ag_pref; in ag_check()
570 ag->ag_pref = pref; in ag_check()
653 nag->ag_pref = pref; in ag_check()
H A Ddefs.h447 uint8_t ag_pref; /* aggregate based on this */ member