Searched refs:routes (Results 1 - 23 of 23) 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/chromium_org/sync/internal_api/public/engine/
H A Dmodel_safe_worker.cc44 const ModelSafeRoutingInfo& routes) {
45 ModelSafeRoutingInfo::const_iterator it = routes.find(type);
46 if (it == routes.end()) {
43 GetGroupForModelType(const ModelType type, const ModelSafeRoutingInfo& routes) argument
H A Dmodel_safe_worker.h162 const ModelSafeRoutingInfo& routes);
/external/chromium_org/third_party/WebKit/Tools/RebaselineLogServer/
H A Dmain.py146 routes = [ variable
152 app = webapp2.WSGIApplication(routes, debug=True)
/external/chromium_org/chrome/browser/chromeos/system_logs/
H A Ddebug_daemon_log_source.h36 void OnGetRoutes(bool succeeded, const std::vector<std::string>& routes);
H A Ddebug_daemon_log_source.cc24 const char kRoutesKeyName[] = "routes";
78 const std::vector<std::string>& routes) {
82 (*response_)[kRoutesKeyName] = JoinString(routes, '\n');
77 OnGetRoutes(bool succeeded, const std::vector<std::string>& routes) argument
/external/dhcpcd/
H A Ddhcp.c73 * routes. For completeness, we also specify static routes,
563 struct rt *routes = NULL; local
574 free_routes(routes);
583 routes = rt = xzalloc(sizeof(*routes));
599 return routes;
749 /* This calculates the netmask that we should use for static routes.
780 * Otherwise we add static routes and then routers. */
787 struct rt *routes local
[all...]
H A Dif-options.h98 struct rt *routes; member in struct:if_options
H A Dconfigure.c65 static struct rt *routes; variable in typeref:struct:rt
466 f = find_route(routes, rt, &l, NULL);
473 routes = f->next;
481 /* Don't set default routes if not asked to */
507 /* Don't set default routes if not asked to */
583 if (iface->state->options->routes != NULL) {
584 for (rt = iface->state->options->routes;
606 /* Some DHCP servers add set host routes by setting the gateway
713 if ((or = find_route(routes, rt, &rtl, NULL))) {
725 routes
[all...]
H A Dnet.c597 free_routes(struct rt *routes) argument
601 while (routes) {
602 r = routes->next;
603 free(routes);
604 routes = r;
H A Dif-options.c643 } else if (strncmp(arg, "routes=", strlen("routes=")) == 0 ||
650 syslog(LOG_ERR, "all routes need a gateway");
656 if (ifo->routes == NULL) {
657 rt = ifo->routes = xmalloc(sizeof(*rt));
659 rt = ifo->routes;
670 if (ifo->routes == NULL) {
671 rt = ifo->routes = xzalloc(sizeof(*rt));
673 rt = ifo->routes;
931 free_routes(ifo->routes);
[all...]
/external/chromium_org/chromeos/dbus/
H A Ddebug_daemon_client.h52 const std::vector<std::string>& routes)>
H A Ddebug_daemon_client.cc356 std::vector<std::string> routes; local
359 if (reader.PopArrayOfStrings(&routes)) {
360 callback.Run(true, routes);
363 callback.Run(false, routes);
366 callback.Run(false, routes);
/external/chromium_org/tools/telemetry/telemetry/core/forwarders/
H A Dandroid_forwarder.py112 # getaddrinfo in bionic uses routes to determine AI_ADDRCONFIG.
142 routes = self._adb.RunShellCommand('cat /proc/net/route')[1:]
143 routes = [route.split() for route in routes]
144 default_routes = [route[0] for route in routes if route[1] == '00000000']
/external/iproute2/doc/
H A Dip-cref.tex1087 If several routes match the packet, the following pruning rules
1094 of the packet, the routes with different TOS are dropped.
1096 If no exact TOS match was found and routes with TOS=0 exist,
1097 the rest of routes are pruned.
1101 \item If several routes remain after the previous steps, then
1102 the routes with the best preference values are selected.
1104 \item If we still have several routes, then the {\em first\/} of them
1111 impossible to maintain a bundle of such routes in this order.
1115 is impossible and routes are uniquely identified by the triplet
1117 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/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_host_core.cc701 syncer::ModelSafeRoutingInfo routes; local
702 registrar_->GetModelSafeRoutingInfo(&routes);
703 syncer::ModelTypeSet enabled_types = GetRoutingInfoTypes(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.c2012 * cifaddr - Clear the interface IP addresses, and delete routes
2622 * For demand mode to work properly, we have to ignore routes
2646 mib2_ipRouteEntry_t routes[8]; local
2676 dbuf.buf = (char *) routes;
2677 dbuf.maxlen = sizeof(routes);
2707 for (rp = routes, i = 0; i < nroutes; ++i, ++rp) {
/external/chromium_org/sync/engine/
H A Dsync_scheduler_unittest.cc90 ModelSafeRoutingInfo routes; local
92 routes[iter.Get()] = GROUP_PASSIVE;
94 return routes;
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 486 milliseconds