Searched refs:route (Results 1 - 25 of 600) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/sample/sample-config-files/
H A Dhome.up2 route add -net 10.0.0.0 netmask 255.255.255.0 gw $5
H A Doffice.up2 route add -net 10.0.1.0 netmask 255.255.255.0 gw $5
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/sample/sample-config-files/
H A Dhome.up2 route add -net 10.0.0.0 netmask 255.255.255.0 gw $5
H A Doffice.up2 route add -net 10.0.1.0 netmask 255.255.255.0 gw $5
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/sample/sample-config-files/
H A Dhome.up2 route add -net 10.0.0.0 netmask 255.255.255.0 gw $5
H A Doffice.up2 route add -net 10.0.1.0 netmask 255.255.255.0 gw $5
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/ospf6d/
H A Dospf6_route.c54 snprintf (name, sizeof (name), "global route table");
80 "area %s route table", oa->name);
179 struct ospf6_route *route; local
180 route = XCALLOC (MTYPE_OSPF6_ROUTE, sizeof (struct ospf6_route));
181 return route;
185 ospf6_route_delete (struct ospf6_route *route) argument
187 XFREE (MTYPE_OSPF6_ROUTE, route);
191 ospf6_route_copy (struct ospf6_route *route) argument
196 memcpy (new, route, sizeof (struct ospf6_route));
206 ospf6_route_lock (struct ospf6_route *route) argument
212 ospf6_route_unlock(struct ospf6_route *route) argument
266 struct ospf6_route *route; local
277 ospf6_route_lookup_identical(struct ospf6_route *route, struct ospf6_route_table *table) argument
296 struct ospf6_route *route; local
356 ospf6_route_add(struct ospf6_route *route, struct ospf6_route_table *table) argument
578 ospf6_route_remove(struct ospf6_route *route, struct ospf6_route_table *table) argument
642 struct ospf6_route *route; local
671 ospf6_route_next(struct ospf6_route *route) argument
688 ospf6_route_best_next(struct ospf6_route *route) argument
715 struct ospf6_route *route; local
740 ospf6_route_match_next(struct prefix *prefix, struct ospf6_route *route) argument
758 struct ospf6_route *route; local
786 ospf6_route_show(struct vty *vty, struct ospf6_route *route) argument
834 ospf6_route_show_detail(struct vty *vty, struct ospf6_route *route) argument
933 struct ospf6_route *route, *prev = NULL; local
977 struct ospf6_route *route; local
999 struct ospf6_route *route; local
1022 struct ospf6_route *route; local
1040 struct ospf6_route *route; local
1060 struct ospf6_route *route; local
1182 ospf6_linkstate_show(struct vty *vty, struct ospf6_route *route) argument
1211 struct ospf6_route *route; local
1232 struct ospf6_route *route; local
1319 ospf6_brouter_show(struct vty *vty, struct ospf6_route *route) argument
[all...]
H A Dospf6_asbr.c57 ospf6_as_external_lsa_originate (struct ospf6_route *route) argument
62 struct ospf6_external_info *info = route->route_option;
70 prefix2str (&route->prefix, buf, sizeof (buf));
84 if (route->path.metric_type == 2)
95 /* external route tag */
99 OSPF6_ASBR_METRIC_SET (as_external_lsa, route->path.cost);
102 as_external_lsa->prefix.prefix_length = route->prefix.prefixlen;
105 as_external_lsa->prefix.prefix_options = route->path.prefix_options;
111 memcpy (p, &route->prefix.u.prefix6,
112 OSPF6_PREFIX_SPACE (route
155 struct ospf6_route *asbr_entry, *route; local
243 struct ospf6_route *route; local
394 struct ospf6_route *route; local
420 struct ospf6_route *route, *match; local
711 struct ospf6_route *route; local
841 struct ospf6_route *route = object; local
882 struct ospf6_route *route = object; local
922 struct ospf6_route *route = object; local
1245 ospf6_asbr_external_route_show(struct vty *vty, struct ospf6_route *route) argument
1277 struct ospf6_route *route; variable in typeref:struct:ospf6_route
[all...]
H A Dospf6_abr.c143 ospf6_abr_originate_summary_to_area (struct ospf6_route *route, argument
160 if (route->type == OSPF6_DEST_TYPE_ROUTER)
165 inet_ntop (AF_INET, &(ADV_ROUTER_IN_PREFIX (&route->prefix)),
177 prefix2str (&route->prefix, buf, sizeof (buf));
184 summary = ospf6_route_lookup (&route->prefix, summary_table);
190 /* if this route has just removed, remove corresponding LSA */
191 if (CHECK_FLAG (route->flag, OSPF6_ROUTE_REMOVE))
194 zlog_debug ("The route has just removed, purge previous LSA");
203 if (route->type != OSPF6_DEST_TYPE_NETWORK &&
204 route
506 ospf6_abr_originate_summary(struct ospf6_route *route) argument
530 struct ospf6_route *range, *route, *old = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/ospf6d/
H A Dospf6_route.c54 snprintf (name, sizeof (name), "global route table");
80 "area %s route table", oa->name);
179 struct ospf6_route *route; local
180 route = XCALLOC (MTYPE_OSPF6_ROUTE, sizeof (struct ospf6_route));
181 return route;
185 ospf6_route_delete (struct ospf6_route *route) argument
187 XFREE (MTYPE_OSPF6_ROUTE, route);
191 ospf6_route_copy (struct ospf6_route *route) argument
196 memcpy (new, route, sizeof (struct ospf6_route));
206 ospf6_route_lock (struct ospf6_route *route) argument
212 ospf6_route_unlock(struct ospf6_route *route) argument
266 struct ospf6_route *route; local
277 ospf6_route_lookup_identical(struct ospf6_route *route, struct ospf6_route_table *table) argument
296 struct ospf6_route *route; local
356 ospf6_route_add(struct ospf6_route *route, struct ospf6_route_table *table) argument
578 ospf6_route_remove(struct ospf6_route *route, struct ospf6_route_table *table) argument
642 struct ospf6_route *route; local
671 ospf6_route_next(struct ospf6_route *route) argument
688 ospf6_route_best_next(struct ospf6_route *route) argument
715 struct ospf6_route *route; local
740 ospf6_route_match_next(struct prefix *prefix, struct ospf6_route *route) argument
758 struct ospf6_route *route; local
786 ospf6_route_show(struct vty *vty, struct ospf6_route *route) argument
834 ospf6_route_show_detail(struct vty *vty, struct ospf6_route *route) argument
933 struct ospf6_route *route, *prev = NULL; local
977 struct ospf6_route *route; local
999 struct ospf6_route *route; local
1022 struct ospf6_route *route; local
1040 struct ospf6_route *route; local
1060 struct ospf6_route *route; local
1182 ospf6_linkstate_show(struct vty *vty, struct ospf6_route *route) argument
1211 struct ospf6_route *route; local
1232 struct ospf6_route *route; local
1319 ospf6_brouter_show(struct vty *vty, struct ospf6_route *route) argument
[all...]
H A Dospf6_asbr.c57 ospf6_as_external_lsa_originate (struct ospf6_route *route) argument
62 struct ospf6_external_info *info = route->route_option;
70 prefix2str (&route->prefix, buf, sizeof (buf));
84 if (route->path.metric_type == 2)
95 /* external route tag */
99 OSPF6_ASBR_METRIC_SET (as_external_lsa, route->path.cost);
102 as_external_lsa->prefix.prefix_length = route->prefix.prefixlen;
105 as_external_lsa->prefix.prefix_options = route->path.prefix_options;
111 memcpy (p, &route->prefix.u.prefix6,
112 OSPF6_PREFIX_SPACE (route
155 struct ospf6_route *asbr_entry, *route; local
243 struct ospf6_route *route; local
394 struct ospf6_route *route; local
420 struct ospf6_route *route, *match; local
711 struct ospf6_route *route; local
841 struct ospf6_route *route = object; local
882 struct ospf6_route *route = object; local
922 struct ospf6_route *route = object; local
1245 ospf6_asbr_external_route_show(struct vty *vty, struct ospf6_route *route) argument
1277 struct ospf6_route *route; variable in typeref:struct:ospf6_route
[all...]
H A Dospf6_abr.c143 ospf6_abr_originate_summary_to_area (struct ospf6_route *route, argument
160 if (route->type == OSPF6_DEST_TYPE_ROUTER)
165 inet_ntop (AF_INET, &(ADV_ROUTER_IN_PREFIX (&route->prefix)),
177 prefix2str (&route->prefix, buf, sizeof (buf));
184 summary = ospf6_route_lookup (&route->prefix, summary_table);
190 /* if this route has just removed, remove corresponding LSA */
191 if (CHECK_FLAG (route->flag, OSPF6_ROUTE_REMOVE))
194 zlog_debug ("The route has just removed, purge previous LSA");
203 if (route->type != OSPF6_DEST_TYPE_NETWORK &&
204 route
506 ospf6_abr_originate_summary(struct ospf6_route *route) argument
530 struct ospf6_route *range, *route, *old = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/ospf6d/
H A Dospf6_route.c54 snprintf (name, sizeof (name), "global route table");
80 "area %s route table", oa->name);
179 struct ospf6_route *route; local
180 route = XCALLOC (MTYPE_OSPF6_ROUTE, sizeof (struct ospf6_route));
181 return route;
185 ospf6_route_delete (struct ospf6_route *route) argument
187 XFREE (MTYPE_OSPF6_ROUTE, route);
191 ospf6_route_copy (struct ospf6_route *route) argument
196 memcpy (new, route, sizeof (struct ospf6_route));
206 ospf6_route_lock (struct ospf6_route *route) argument
212 ospf6_route_unlock(struct ospf6_route *route) argument
266 struct ospf6_route *route; local
277 ospf6_route_lookup_identical(struct ospf6_route *route, struct ospf6_route_table *table) argument
296 struct ospf6_route *route; local
356 ospf6_route_add(struct ospf6_route *route, struct ospf6_route_table *table) argument
578 ospf6_route_remove(struct ospf6_route *route, struct ospf6_route_table *table) argument
642 struct ospf6_route *route; local
671 ospf6_route_next(struct ospf6_route *route) argument
688 ospf6_route_best_next(struct ospf6_route *route) argument
715 struct ospf6_route *route; local
740 ospf6_route_match_next(struct prefix *prefix, struct ospf6_route *route) argument
758 struct ospf6_route *route; local
786 ospf6_route_show(struct vty *vty, struct ospf6_route *route) argument
834 ospf6_route_show_detail(struct vty *vty, struct ospf6_route *route) argument
933 struct ospf6_route *route, *prev = NULL; local
977 struct ospf6_route *route; local
999 struct ospf6_route *route; local
1022 struct ospf6_route *route; local
1040 struct ospf6_route *route; local
1060 struct ospf6_route *route; local
1182 ospf6_linkstate_show(struct vty *vty, struct ospf6_route *route) argument
1211 struct ospf6_route *route; local
1232 struct ospf6_route *route; local
1319 ospf6_brouter_show(struct vty *vty, struct ospf6_route *route) argument
[all...]
H A Dospf6_asbr.c57 ospf6_as_external_lsa_originate (struct ospf6_route *route) argument
62 struct ospf6_external_info *info = route->route_option;
70 prefix2str (&route->prefix, buf, sizeof (buf));
84 if (route->path.metric_type == 2)
95 /* external route tag */
99 OSPF6_ASBR_METRIC_SET (as_external_lsa, route->path.cost);
102 as_external_lsa->prefix.prefix_length = route->prefix.prefixlen;
105 as_external_lsa->prefix.prefix_options = route->path.prefix_options;
111 memcpy (p, &route->prefix.u.prefix6,
112 OSPF6_PREFIX_SPACE (route
155 struct ospf6_route *asbr_entry, *route; local
243 struct ospf6_route *route; local
394 struct ospf6_route *route; local
420 struct ospf6_route *route, *match; local
711 struct ospf6_route *route; local
841 struct ospf6_route *route = object; local
882 struct ospf6_route *route = object; local
922 struct ospf6_route *route = object; local
1245 ospf6_asbr_external_route_show(struct vty *vty, struct ospf6_route *route) argument
1277 struct ospf6_route *route; variable in typeref:struct:ospf6_route
[all...]
H A Dospf6_abr.c143 ospf6_abr_originate_summary_to_area (struct ospf6_route *route, argument
160 if (route->type == OSPF6_DEST_TYPE_ROUTER)
165 inet_ntop (AF_INET, &(ADV_ROUTER_IN_PREFIX (&route->prefix)),
177 prefix2str (&route->prefix, buf, sizeof (buf));
184 summary = ospf6_route_lookup (&route->prefix, summary_table);
190 /* if this route has just removed, remove corresponding LSA */
191 if (CHECK_FLAG (route->flag, OSPF6_ROUTE_REMOVE))
194 zlog_debug ("The route has just removed, purge previous LSA");
203 if (route->type != OSPF6_DEST_TYPE_NETWORK &&
204 route
506 ospf6_abr_originate_summary(struct ospf6_route *route) argument
530 struct ospf6_route *range, *route, *old = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/babeld/
H A Droute.c49 #include "route.h"
54 static void consider_route(struct babel_route *route);
66 installed route, if any, at the head of the list. */
70 struct babel_route *route)
72 int i = memcmp(prefix, route->src->prefix, 16);
76 if(plen < route->src->plen)
78 else if(plen > route->src->plen)
122 struct babel_route *route; local
128 route = routes[i];
130 while(route) {
69 route_compare(const unsigned char *prefix, unsigned char plen, struct babel_route *route) argument
180 insert_route(struct babel_route *route) argument
212 flush_route(struct babel_route *route) argument
362 move_installed_route(struct babel_route *route, int i) argument
378 install_route(struct babel_route *route) argument
414 uninstall_route(struct babel_route *route) argument
469 change_route_metric(struct babel_route *route, unsigned refmetric, unsigned cost, unsigned add) argument
497 retract_route(struct babel_route *route) argument
503 route_feasible(struct babel_route *route) argument
509 route_old(struct babel_route *route) argument
515 route_expired(struct babel_route *route) argument
533 route_interferes(struct babel_route *route, struct interface *ifp) argument
589 struct babel_route *route = NULL, *r = NULL; local
610 update_route_metric(struct babel_route *route) argument
678 struct babel_route *route; local
804 struct babel_route *route = find_installed_route(src->prefix, src->plen); local
822 consider_route(struct babel_route *route) argument
885 send_triggered_update(struct babel_route *route, struct source *oldsrc, unsigned oldmetric) argument
944 route_changed(struct babel_route *route, struct source *oldsrc, unsigned short oldmetric) argument
[all...]
H A Droute.h74 route_metric(const struct babel_route *route) argument
76 int m = (int)route->refmetric + route->cost + route->add_metric;
81 route_metric_noninterfering(const struct babel_route *route) argument
84 (int)route->refmetric +
85 (diversity_factor * route->cost + 128) / 256 +
86 route->add_metric;
87 m = MAX(m, route->refmetric + 1);
96 void flush_route(struct babel_route *route);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/babeld/
H A Droute.c49 #include "route.h"
54 static void consider_route(struct babel_route *route);
66 installed route, if any, at the head of the list. */
70 struct babel_route *route)
72 int i = memcmp(prefix, route->src->prefix, 16);
76 if(plen < route->src->plen)
78 else if(plen > route->src->plen)
122 struct babel_route *route; local
128 route = routes[i];
130 while(route) {
69 route_compare(const unsigned char *prefix, unsigned char plen, struct babel_route *route) argument
180 insert_route(struct babel_route *route) argument
212 flush_route(struct babel_route *route) argument
362 move_installed_route(struct babel_route *route, int i) argument
378 install_route(struct babel_route *route) argument
414 uninstall_route(struct babel_route *route) argument
469 change_route_metric(struct babel_route *route, unsigned refmetric, unsigned cost, unsigned add) argument
497 retract_route(struct babel_route *route) argument
503 route_feasible(struct babel_route *route) argument
509 route_old(struct babel_route *route) argument
515 route_expired(struct babel_route *route) argument
533 route_interferes(struct babel_route *route, struct interface *ifp) argument
589 struct babel_route *route = NULL, *r = NULL; local
610 update_route_metric(struct babel_route *route) argument
678 struct babel_route *route; local
804 struct babel_route *route = find_installed_route(src->prefix, src->plen); local
822 consider_route(struct babel_route *route) argument
885 send_triggered_update(struct babel_route *route, struct source *oldsrc, unsigned oldmetric) argument
944 route_changed(struct babel_route *route, struct source *oldsrc, unsigned short oldmetric) argument
[all...]
H A Droute.h74 route_metric(const struct babel_route *route) argument
76 int m = (int)route->refmetric + route->cost + route->add_metric;
81 route_metric_noninterfering(const struct babel_route *route) argument
84 (int)route->refmetric +
85 (diversity_factor * route->cost + 128) / 256 +
86 route->add_metric;
87 m = MAX(m, route->refmetric + 1);
96 void flush_route(struct babel_route *route);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/babeld/
H A Droute.c49 #include "route.h"
54 static void consider_route(struct babel_route *route);
66 installed route, if any, at the head of the list. */
70 struct babel_route *route)
72 int i = memcmp(prefix, route->src->prefix, 16);
76 if(plen < route->src->plen)
78 else if(plen > route->src->plen)
122 struct babel_route *route; local
128 route = routes[i];
130 while(route) {
69 route_compare(const unsigned char *prefix, unsigned char plen, struct babel_route *route) argument
180 insert_route(struct babel_route *route) argument
212 flush_route(struct babel_route *route) argument
362 move_installed_route(struct babel_route *route, int i) argument
378 install_route(struct babel_route *route) argument
414 uninstall_route(struct babel_route *route) argument
469 change_route_metric(struct babel_route *route, unsigned refmetric, unsigned cost, unsigned add) argument
497 retract_route(struct babel_route *route) argument
503 route_feasible(struct babel_route *route) argument
509 route_old(struct babel_route *route) argument
515 route_expired(struct babel_route *route) argument
533 route_interferes(struct babel_route *route, struct interface *ifp) argument
589 struct babel_route *route = NULL, *r = NULL; local
610 update_route_metric(struct babel_route *route) argument
678 struct babel_route *route; local
804 struct babel_route *route = find_installed_route(src->prefix, src->plen); local
822 consider_route(struct babel_route *route) argument
885 send_triggered_update(struct babel_route *route, struct source *oldsrc, unsigned oldmetric) argument
944 route_changed(struct babel_route *route, struct source *oldsrc, unsigned short oldmetric) argument
[all...]
H A Droute.h74 route_metric(const struct babel_route *route) argument
76 int m = (int)route->refmetric + route->cost + route->add_metric;
81 route_metric_noninterfering(const struct babel_route *route) argument
84 (int)route->refmetric +
85 (diversity_factor * route->cost + 128) / 256 +
86 route->add_metric;
87 m = MAX(m, route->refmetric + 1);
96 void flush_route(struct babel_route *route);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/contrib/openvpn-fwmarkroute-1.00/
H A Dfwmarkroute.down10 ip route del "$remote_network"/"$remote_netmask_bits" via "$5" table vpn.out
11 ip route del table vpnonly.out via "$5"
21 # flush route cache
22 ip route flush cache
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/contrib/openvpn-fwmarkroute-1.00/
H A Dfwmarkroute.down10 ip route del "$remote_network"/"$remote_netmask_bits" via "$5" table vpn.out
11 ip route del table vpnonly.out via "$5"
21 # flush route cache
22 ip route flush cache
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/contrib/openvpn-fwmarkroute-1.00/
H A Dfwmarkroute.down10 ip route del "$remote_network"/"$remote_netmask_bits" via "$5" table vpn.out
11 ip route del table vpnonly.out via "$5"
21 # flush route cache
22 ip route flush cache
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/avahi-0.6.31/avahi-autoipd/
H A Davahi-autoipd.action.linux45 ip route add default dev "$2" metric "$METRIC" scope link ||:
49 ip route del default dev "$2" metric "$METRIC" scope link ||:
66 route add default dev "$2:avahi" metric "$METRIC" ||:
70 route del default dev "$2:avahi" metric "$METRIC" ||:

Completed in 285 milliseconds

1234567891011>>