Home
last modified time | relevance | path

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

/freebsd/sbin/routed/
H A Dtable.c244 if (ag_cors->ag_pref <= ag->ag_pref) { in ag_flush()
303 nc_ag.ag_pref = pref; in ag_check()
331 && ag_cors->ag_pref <= ag->ag_pref in ag_check()
388 if (pref <= ag->ag_pref) { in ag_check()
393 ag->ag_pref = pref; in ag_check()
431 && ag->ag_pref == pref in ag_check()
459 } else if (ag->ag_pref >= pref in ag_check()
497 x = ag->ag_pref; in ag_check()
498 ag->ag_pref = pref; in ag_check()
582 nag->ag_pref = pref; in ag_check()
H A Ddefs.h338 char ag_pref; /* aggregate based on this */ member