Searched refs:routes (Results 1 - 11 of 11) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/netrom/
H A Dnr_route.c15 * for NET/ROM routes.
74 /* Can't add routes to ourself */
92 * routes now (and not wait for a node broadcast).
99 if (node->routes[i].neighbour == nr_neigh)
156 nr_node->routes[0].quality = quality;
157 nr_node->routes[0].obs_count = obs_count;
158 nr_node->routes[0].neighbour = nr_neigh;
177 if (nr_node->routes[i].neighbour == nr_neigh) {
178 nr_node->routes[i].quality = quality;
179 nr_node->routes[
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/doc/
H A Dip-cref.tex1085 If several routes match the packet, the following pruning rules
1092 of the packet, the routes with different TOS are dropped.
1094 If no exact TOS match was found and routes with TOS=0 exist,
1095 the rest of routes are pruned.
1099 \item If several routes remain after the previous steps, then
1100 the routes with the best preference values are selected.
1102 \item If we still have several routes, then the {\em first\/} of them
1109 impossible to maintain a bundle of such routes in this order.
1113 is impossible and routes are uniquely identified by the triplet
1115 non-unique routes wit
[all...]
H A Dip-tunnels.tex127 \item {\bf In 2.0} you create tunnel routes with the command:
209 and add routes with \verb|route| utility.
213 The only way to make it is to create special routes with gateway
377 route unicast packets, provided appropriate routes are added.
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dnetrom.h102 struct nr_route routes[3]; member in struct:nr_node
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dnetrom.h102 struct nr_route routes[3]; member in struct:nr_node
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/platforms/
H A Dprep_pci.c9 * The motherboard routes/maps will disappear shortly. -- Cort
769 unsigned char *routes; member in struct:mot_info
904 Motherboard_routes = mot_info[mot_entry].routes;
908 /* AJF adjust level/edge control according to routes */
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dnetwork.c84 char *routes, *msroutes, *tmp; local
94 /* routes */
95 routes = strdup(nvram_safe_get(strcat_r(prefix, "routes", buf)));
96 for (tmp = routes; tmp && *tmp; )
104 free(routes);
106 /* ms routes */
552 /* Install lan specific static routes */
562 /* Install lan specific static routes */
657 /* Remove static routes */
[all...]
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dnetwork.c85 char *routes, *msroutes, *tmp; local
95 /* routes */
96 routes = strdup(nvram_safe_get(strcat_r(prefix, "routes", buf)));
97 for (tmp = routes; tmp && *tmp; )
105 free(routes);
107 /* ms routes */
553 /* Install lan specific static routes */
563 /* Install lan specific static routes */
658 /* Remove static routes */
[all...]
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dsys-solaris.c1885 * cifaddr - Clear the interface IP addresses, and delete routes
2416 * For demand mode to work properly, we have to ignore routes
2440 mib2_ipRouteEntry_t routes[8]; local
2470 dbuf.buf = (char *) routes;
2471 dbuf.maxlen = sizeof(routes);
2501 for (rp = routes, i = 0; i < nroutes; ++i, ++rp) {
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dsys-solaris.c2016 * cifaddr - Clear the interface IP addresses, and delete routes
2626 * For demand mode to work properly, we have to ignore routes
2650 mib2_ipRouteEntry_t routes[8]; local
2680 dbuf.buf = (char *) routes;
2681 dbuf.maxlen = sizeof(routes);
2711 for (rp = routes, i = 0; i < nroutes; ++i, ++rp) {
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dsys-solaris.c2016 * cifaddr - Clear the interface IP addresses, and delete routes
2626 * For demand mode to work properly, we have to ignore routes
2650 mib2_ipRouteEntry_t routes[8]; local
2680 dbuf.buf = (char *) routes;
2681 dbuf.maxlen = sizeof(routes);
2711 for (rp = routes, i = 0; i < nroutes; ++i, ++rp) {

Completed in 176 milliseconds