Searched defs:ag_info (Results 1 – 2 of 2) sorted by relevance
361 struct ag_info { struct362 struct ag_info *ag_fine; /* slot with finer netmask */ argument363 struct ag_info *ag_cors; /* more coarse netmask */ argument364 naddr ag_dst_h; /* destination in host byte order */365 naddr ag_mask;366 naddr ag_gate;367 naddr ag_nhop;368 char ag_metric; /* metric to be advertised */369 char ag_pref; /* aggregate based on this */370 u_int ag_seqno;[all …]
125 void (*out)(struct ag_info *)) in ag_out()207 void (*out)(struct ag_info *)) in ag_flush()295 void (*out)(struct ag_info *)) /* output using this */ in ag_check()