Searched defs:ag_info (Results 1 – 2 of 2) sorted by relevance
330 struct ag_info { struct331 struct ag_info *ag_fine; /* slot with finer netmask */ argument332 struct ag_info *ag_cors; /* more coarse netmask */ argument333 naddr ag_dst_h; /* destination in host byte order */334 naddr ag_mask;335 naddr ag_gate;336 naddr ag_nhop;337 char ag_metric; /* metric to be advertised */338 char ag_pref; /* aggregate based on this */339 u_int ag_seqno;[all …]
112 void (*out)(struct ag_info *)) in ag_out()194 void (*out)(struct ag_info *)) in ag_flush()282 void (*out)(struct ag_info *)) /* output using this */ in ag_check()