Searched refs:ag_info (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/routed/
H A Ddefs.h377 struct ag_info { struct
378 struct ag_info *ag_fine; /* slot with finer netmask */
379 struct ag_info *ag_cors; /* more coarse netmask */
616 extern void ag_flush(naddr, naddr, void (*)(struct ag_info *));
618 u_short, u_short, void (*)(struct ag_info *));
H A Dtable.c100 struct ag_info ag_slots[NUM_AG_SLOTS], *ag_avail, *ag_corsest, *ag_finest;
104 #define CHECK_AG() {int acnt = 0; struct ag_info *cag; \
124 ag_out(struct ag_info *ag,
125 void (*out)(struct ag_info *))
127 struct ag_info *ag_cors;
176 ag_del(struct ag_info *ag)
207 void (*out)(struct ag_info *))
209 struct ag_info *ag, *ag_cors;
295 void (*out)(struct ag_info *)) /* output using this */
297 struct ag_info *a
[all...]
H A Doutput.c355 supply_out(struct ag_info *ag)

Completed in 109 milliseconds