Home
last modified time | relevance | path

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

/mirbsd/src/sbin/routed/
Ddefs.h308 #define NUM_AG_SLOTS 32 macro
Dtable.c82 struct ag_info ag_slots[NUM_AG_SLOTS], *ag_avail, *ag_corsest, *ag_finest;
91 if (acnt != NUM_AG_SLOTS) { \
1467 for (ag = ag_slots, i = 1; i < NUM_AG_SLOTS; i++) { in rtinit()