Searched refs:ag_info (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/sbin/routed/ |
| HD | defs.h | 360 struct ag_info { struct 361 struct ag_info *ag_fine; /* slot with finer netmask */ argument 362 struct ag_info *ag_cors; /* more coarse netmask */ argument 592 void ag_flush(naddr, naddr, void (*)(struct ag_info *)); 594 u_short, u_short, void (*)(struct ag_info *));
|
| HD | table.c | 97 static struct ag_info ag_slots[NUM_AG_SLOTS], *ag_avail, *ag_corsest, *ag_finest; 101 #define CHECK_AG() {int acnt = 0; struct ag_info *cag; \ 121 ag_out(struct ag_info *ag, in ag_out() 122 void (*out)(struct ag_info *)) in ag_out() argument 124 struct ag_info *ag_cors; in ag_out() 173 ag_del(struct ag_info *ag) in ag_del() 204 void (*out)(struct ag_info *)) in ag_flush() argument 206 struct ag_info *ag, *ag_cors; in ag_flush() 292 void (*out)(struct ag_info *)) /* output using this */ in ag_check() argument 294 struct ag_info *ag, *nag, *ag_cors; in ag_check() [all …]
|
| HD | output.c | 337 supply_out(struct ag_info *ag) in supply_out()
|