Searched refs:ag_info (Results 1 – 3 of 3) sorted by relevance
/freebsd/sbin/routed/ |
H A D | defs.h | 330 struct ag_info { struct 331 struct ag_info *ag_fine; /* slot with finer netmask */ argument 332 struct ag_info *ag_cors; /* more coarse netmask */ argument 558 void ag_flush(naddr, naddr, void (*)(struct ag_info *)); 560 u_short, u_short, void (*)(struct ag_info *));
|
H A D | table.c | 87 static struct ag_info ag_slots[NUM_AG_SLOTS], *ag_avail, *ag_corsest, *ag_finest; 91 #define CHECK_AG() {int acnt = 0; struct ag_info *cag; \ 111 ag_out(struct ag_info *ag, in ag_out() 112 void (*out)(struct ag_info *)) in ag_out() argument 114 struct ag_info *ag_cors; in ag_out() 163 ag_del(struct ag_info *ag) in ag_del() 194 void (*out)(struct ag_info *)) in ag_flush() argument 196 struct ag_info *ag, *ag_cors; in ag_flush() 282 void (*out)(struct ag_info *)) /* output using this */ in ag_check() argument 284 struct ag_info *ag, *nag, *ag_cors; in ag_check() [all …]
|
H A D | output.c | 327 supply_out(struct ag_info *ag) in supply_out()
|