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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Ddefs.h438 struct ag_info { struct
439 struct ag_info *ag_fine; /* slot with finer netmask */
440 struct ag_info *ag_cors; /* more coarse netmask */
736 extern void ag_flush(in_addr_t, in_addr_t, void (*)(struct ag_info *));
739 void (*)(struct ag_info *));
H A Dtable.c101 static struct ag_info ag_slots[NUM_AG_SLOTS], *ag_avail, *ag_corsest,
105 #define CHECK_AG() do { int acnt = 0; struct ag_info *cag; \
124 ag_out(struct ag_info *ag, void (*out)(struct ag_info *))
126 struct ag_info *ag_cors;
176 ag_del(struct ag_info *ag)
198 static struct ag_info *
199 ag_find_suppressor(struct ag_info *ag)
201 struct ag_info *ag_cors;
241 void (*out)(struct ag_info *))
[all...]
H A Doutput.c379 supply_out(struct ag_info *ag)

Completed in 66 milliseconds