Home
last modified time | relevance | path

Searched defs:ag_info (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sbin/routed/
HDdefs.h332 struct ag_info { struct
333 struct ag_info *ag_fine; /* slot with finer netmask */ argument
334 struct ag_info *ag_cors; /* more coarse netmask */ argument
335 naddr ag_dst_h; /* destination in host byte order */
336 naddr ag_mask;
337 naddr ag_gate;
338 naddr ag_nhop;
339 char ag_metric; /* metric to be advertised */
340 char ag_pref; /* aggregate based on this */
341 u_int ag_seqno;
[all …]
HDtable.c109 void (*out)(struct ag_info *)) in ag_out()
191 void (*out)(struct ag_info *)) in ag_flush()
281 void (*out)(struct ag_info *)) /* output using this */ in ag_check()