HomeSort by: relevance | last modified time | path
    Searched refs:ag_info (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/routed/
defs.h 361 struct ag_info { struct
362 struct ag_info *ag_fine; /* slot with finer netmask */
363 struct ag_info *ag_cors; /* more coarse netmask */
594 extern void ag_flush(naddr, naddr, void (*)(struct ag_info *));
596 u_short, u_short, void (*)(struct ag_info *));
table.c 100 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 *ag, *nag, *ag_cors
    [all...]
output.c 355 supply_out(struct ag_info *ag)

Completed in 14 milliseconds