Home
last modified time | relevance | path

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

/freebsd-14-stable/sbin/routed/
HDtable.c87 static struct ag_info ag_slots[NUM_AG_SLOTS], *ag_avail, *ag_corsest, *ag_finest;
96 if (acnt != NUM_AG_SLOTS) { \
1636 for (ag = ag_slots, i = 1; i < NUM_AG_SLOTS; i++) { in rtinit()
HDdefs.h334 #define NUM_AG_SLOTS 32 macro