HomeSort by relevance Sort by last modified time
    Searched refs:routes (Results 1 - 17 of 17) sorted by null

  /external/dhcpcd/
configure.c 169 reverse_routes(struct rt *routes)
174 while (routes) {
175 rt = routes->next;
176 routes->next = rtn;
177 rtn = routes;
178 routes = rt;
206 rt = reverse_routes(iface->routes);
213 iface->routes = NULL;
219 in_routes(const struct rt *routes, const struct rt *rt)
221 while (routes) {
    [all...]
dhcp.c 70 /* RFC 3442 states that the CSR has to come before all other routes.
71 * For completeness, we also specify static routes, then routers. */
510 struct rt *routes = NULL; local
521 free_routes(routes);
530 routes = rt = xzalloc(sizeof(*routes));
552 return routes;
634 /* This calculates the netmask that we should use for static routes.
665 * Otherwise we add static routes and then routers. */
671 struct rt *routes = NULL local
    [all...]
net.c 470 free_routes(struct rt *routes)
474 while (routes) {
475 r = routes->next;
476 free(routes);
477 routes = r;
net.h 87 * You can (and do) get more routes in the DHCP message, but not enough to
113 struct rt *routes; member in struct:interface
client.c     [all...]
  /external/webkit/WebKitTools/QueueStatusServer/
main.py 47 routes = [ variable
59 application = webapp.WSGIApplication(routes, debug=True)
  /external/nist-sip/java/gov/nist/javax/sip/stack/
DefaultRouter.java 173 RouteList routes = sipRequest.getRouteHeaders(); local
192 if (routes != null) {
196 Route route = (Route) routes.getFirst();
264 RouteList routes = req.getRouteHeaders(); local
265 Route first = (Route) routes.getFirst();
267 routes.removeFirst();
274 routes.add(route); // as last one
  /frameworks/base/media/java/android/media/
AudioSystem.java 133 * param routes bit vector of routes requested, created from one or
135 * param mask bit vector of routes to change, created from one or more of
140 public static int setRouting(int mode, int routes, int mask) {
AudioManager.java     [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
ip-tunnels.tex 127 \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/nist-sip/java/gov/nist/javax/sip/
DialogFilter.java 369 RouteList routes = sipRequest.getRouteHeaders(); local
370 Route route = (Route) routes.getFirst();
385 if (routes.size() == 1)
388 routes.removeFirst();
    [all...]
  /external/ppp/pppd/
sys-solaris.c 2646 mib2_ipRouteEntry_t routes[8]; local
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 359 milliseconds