Searched refs:babel_route (Results 1 - 15 of 15) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/babeld/
H A Droute.h53 struct babel_route { struct
65 struct babel_route *next;
68 extern struct babel_route **routes;
74 route_metric(const struct babel_route *route)
81 route_metric_noninterfering(const struct babel_route *route)
91 struct babel_route *find_route(const unsigned char *prefix, unsigned char plen,
93 struct babel_route *find_installed_route(const unsigned char *prefix,
96 void flush_route(struct babel_route *route);
100 void for_all_routes(void (*f)(struct babel_route*, void*), void *closure);
101 void for_all_installed_routes(void (*f)(struct babel_route*, voi
[all...]
H A Droute.c54 static void consider_route(struct babel_route *route);
56 struct babel_route **routes = NULL;
70 struct babel_route *route)
118 struct babel_route *
122 struct babel_route *route;
139 struct babel_route *
160 struct babel_route **new_routes;
167 new_routes = realloc(routes, new_slots * sizeof(struct babel_route*));
179 static struct babel_route *
180 insert_route(struct babel_route *rout
329 for_all_routes(void (*f)(struct babel_route*, void*), void *closure) argument
343 for_all_installed_routes(void (*f)(struct babel_route*, void*), void *closure) argument
[all...]
H A Dxroute.c224 struct babel_route *route;
H A Dmessage.c949 struct babel_route *route;
1121 buffer_update_callback(struct babel_route *route, void *closure)
1136 struct babel_route *route;
1500 struct babel_route *route;
1546 struct babel_route *other_route;
H A Dbabel_interface.c791 show_babel_routes_sub (struct babel_route *route, void *closure)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/babeld/
H A Droute.h53 struct babel_route { struct
65 struct babel_route *next;
68 extern struct babel_route **routes;
74 route_metric(const struct babel_route *route)
81 route_metric_noninterfering(const struct babel_route *route)
91 struct babel_route *find_route(const unsigned char *prefix, unsigned char plen,
93 struct babel_route *find_installed_route(const unsigned char *prefix,
96 void flush_route(struct babel_route *route);
100 void for_all_routes(void (*f)(struct babel_route*, void*), void *closure);
101 void for_all_installed_routes(void (*f)(struct babel_route*, voi
[all...]
H A Droute.c54 static void consider_route(struct babel_route *route);
56 struct babel_route **routes = NULL;
70 struct babel_route *route)
118 struct babel_route *
122 struct babel_route *route;
139 struct babel_route *
160 struct babel_route **new_routes;
167 new_routes = realloc(routes, new_slots * sizeof(struct babel_route*));
179 static struct babel_route *
180 insert_route(struct babel_route *rout
329 for_all_routes(void (*f)(struct babel_route*, void*), void *closure) argument
343 for_all_installed_routes(void (*f)(struct babel_route*, void*), void *closure) argument
[all...]
H A Dxroute.c224 struct babel_route *route;
H A Dmessage.c949 struct babel_route *route;
1121 buffer_update_callback(struct babel_route *route, void *closure)
1136 struct babel_route *route;
1500 struct babel_route *route;
1546 struct babel_route *other_route;
H A Dbabel_interface.c791 show_babel_routes_sub (struct babel_route *route, void *closure)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/babeld/
H A Droute.h53 struct babel_route { struct
65 struct babel_route *next;
68 extern struct babel_route **routes;
74 route_metric(const struct babel_route *route)
81 route_metric_noninterfering(const struct babel_route *route)
91 struct babel_route *find_route(const unsigned char *prefix, unsigned char plen,
93 struct babel_route *find_installed_route(const unsigned char *prefix,
96 void flush_route(struct babel_route *route);
100 void for_all_routes(void (*f)(struct babel_route*, void*), void *closure);
101 void for_all_installed_routes(void (*f)(struct babel_route*, voi
[all...]
H A Droute.c54 static void consider_route(struct babel_route *route);
56 struct babel_route **routes = NULL;
70 struct babel_route *route)
118 struct babel_route *
122 struct babel_route *route;
139 struct babel_route *
160 struct babel_route **new_routes;
167 new_routes = realloc(routes, new_slots * sizeof(struct babel_route*));
179 static struct babel_route *
180 insert_route(struct babel_route *rout
329 for_all_routes(void (*f)(struct babel_route*, void*), void *closure) argument
343 for_all_installed_routes(void (*f)(struct babel_route*, void*), void *closure) argument
[all...]
H A Dxroute.c224 struct babel_route *route;
H A Dmessage.c949 struct babel_route *route;
1121 buffer_update_callback(struct babel_route *route, void *closure)
1136 struct babel_route *route;
1500 struct babel_route *route;
1546 struct babel_route *other_route;
H A Dbabel_interface.c791 show_babel_routes_sub (struct babel_route *route, void *closure)

Completed in 138 milliseconds