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

/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DDefaultRouter.java173 RouteList routes = sipRequest.getRouteHeaders();
192 if (routes != null) {
196 Route route = (Route) routes.getFirst();
264 RouteList routes = req.getRouteHeaders();
265 Route first = (Route) routes.getFirst();
267 routes.removeFirst();
274 routes.add(route); // as last one
/external/dhcpcd-6.8.2/
H A Dipv4.h64 struct rt_head routes; member in struct:ipv4_state
H A Dipv6.c138 ctx->routes = malloc(sizeof(*ctx->routes));
139 if (ctx->routes == NULL) {
143 TAILQ_INIT(ctx->routes);
147 free(ctx->routes);
1254 /* Load existing routes */
1293 ipv6_freerts(ctx->ipv6->routes);
1294 free(ctx->ipv6->routes);
1783 ipv6_freerts(struct rt6_head *routes) argument
1787 while ((rt = TAILQ_FIRST(routes))) {
[all...]
H A Dif-options.h171 struct rt_head *routes; member in struct:if_options
H A Dipv4.c56 /* Linux has had loopback routes in the local table since 2.2 */
318 ipv4_freerts(struct rt_head *routes) argument
322 while ((rt = TAILQ_FIRST(routes))) {
323 TAILQ_REMOVE(routes, rt, next);
371 /* Don't set default routes if not asked to */
506 if (ifp->options->routes && TAILQ_FIRST(ifp->options->routes)) {
509 TAILQ_FOREACH(rt, ifp->options->routes, next) {
527 /* Some DHCP servers add set host routes by setting the gateway
656 * our routes ar
[all...]
H A Ddhcp.c360 struct rt_head *routes; local
367 routes = malloc(sizeof(*routes));
368 TAILQ_INIT(routes);
373 ipv4_freeroutes(routes);
380 ipv4_freeroutes(routes);
388 ipv4_freeroutes(routes);
391 TAILQ_INSERT_TAIL(routes, rt, next);
404 return routes;
549 /* This calculates the netmask that we should use for static routes
587 struct rt_head *routes = NULL; local
[all...]
H A Dif-options.c1069 } else if (strncmp(arg, "routes=", strlen("routes=")) == 0 ||
1080 "all routes need a gateway");
1085 if (ifo->routes == NULL) {
1086 ifo->routes = malloc(sizeof(*ifo->routes));
1087 if (ifo->routes == NULL) {
1092 TAILQ_INIT(ifo->routes);
1107 TAILQ_INSERT_TAIL(ifo->routes, rt, next);
1110 if (ifo->routes
[all...]
H A Dipv6.h208 struct rt6_head *routes; member in struct:ipv6_ctx
/external/autotest/client/cros/
H A Dnetwork.py190 Checks that routes for host go through a given interface.
200 @raises: error.TestFail if the routes for the given host go through
212 # As routing.NetworkRoutes currently supports only IPv4 routes / addresses,
215 # TODO(benchan): Fix this limitation after porting routes.NetworkRoutes to
221 routes = routing.NetworkRoutes()
223 interface = routes.getRouteFor(address).interface
/external/iproute2/doc/
H A Dip-cref.tex1122 If several routes match the packet, the following pruning rules
1129 of the packet, the routes with different TOS are dropped.
1131 If no exact TOS match was found and routes with TOS=0 exist,
1132 the rest of routes are pruned.
1136 \item If several routes remain after the previous steps, then
1137 the routes with the best preference values are selected.
1139 \item If we still have several routes, then the {\em first\/} of them
1146 impossible to maintain a bundle of such routes in this order.
1150 is impossible and routes are uniquely identified by the triplet
1152 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.
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
H A DVpnFacade.java79 vp.routes = vpnProfileJson.optString("routes", "");
/external/nist-sip/java/gov/nist/javax/sip/
H A DDialogFilter.java369 RouteList routes = sipRequest.getRouteHeaders();
370 Route route = (Route) routes.getFirst();
385 if (routes.size() == 1)
388 routes.removeFirst();
/external/ppp/pppd/
H A Dsys-solaris.c2015 * cifaddr - Clear the interface IP addresses, and delete routes
2630 * For demand mode to work properly, we have to ignore routes
2654 mib2_ipRouteEntry_t routes[8]; local
2684 dbuf.buf = (char *) routes;
2685 dbuf.maxlen = sizeof(routes);
2715 for (rp = routes, i = 0; i < nroutes; ++i, ++rp) {
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 533 milliseconds