Searched defs:ag_info (Results 1 – 2 of 2) sorted by relevance
438 struct ag_info { struct439 struct ag_info *ag_fine; /* slot with finer netmask */ argument440 struct ag_info *ag_cors; /* more coarse netmask */ argument441 in_addr_t ag_dst_h; /* destination in host byte order */442 in_addr_t ag_mask;443 in_addr_t ag_gate;444 struct interface *ag_ifp;445 in_addr_t ag_nhop;446 uint8_t ag_metric; /* metric to be advertised */447 uint8_t ag_pref; /* aggregate based on this */[all …]
124 ag_out(struct ag_info *ag, void (*out)(struct ag_info *)) in ag_out()241 void (*out)(struct ag_info *)) in ag_flush()324 void (*out)(struct ag_info *)) /* output using this */ in ag_check()