Searched refs:ripng_info (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ripngd/
H A Dripng_route.h42 ripng_aggregate_increment (struct route_node *rp, struct ripng_info *rinfo);
45 ripng_aggregate_decrement (struct route_node *rp, struct ripng_info *rinfo);
H A Dripng_route.c50 ripng_aggregate_increment (struct route_node *child, struct ripng_info *rinfo)
65 ripng_aggregate_decrement (struct route_node *child, struct ripng_info *rinfo)
84 struct ripng_info *rinfo;
123 struct ripng_info *rinfo;
H A Dripngd.h159 struct ripng_info struct
303 struct ripng_info * ripng_info_new ();
304 void ripng_info_free (struct ripng_info *rinfo);
H A Dripngd.c92 struct ripng_info *
95 struct ripng_info *new;
97 new = XCALLOC (MTYPE_RIPNG_ROUTE, sizeof (struct ripng_info));
103 ripng_info_free (struct ripng_info *rinfo)
413 struct ripng_info *rinfo;
447 struct ripng_info *rinfo;
475 ripng_timeout_update (struct ripng_info *rinfo)
492 struct ripng_info *rinfo;
538 struct ripng_info newinfo;
540 memset (&rinfo, 0, sizeof (struct ripng_info));
[all...]
H A Dripng_routemap.c39 struct ripng_info *rinfo;
102 struct ripng_info *rinfo;
H A Dripng_interface.c121 struct ripng_info *rinfo;

Completed in 103 milliseconds