Home
last modified time | relevance | path

Searched refs:routes (Results 1 – 25 of 44) sorted by relevance

12

/external/tcpdump/tests/
Dripv2_auth.out3 RIPv2, Request, length: 44, routes: 2 or less
8 RIPv2, Response, length: 44, routes: 2 or less
13 RIPv2, Request, length: 64, routes: 3 or less
20 RIPv2, Response, length: 64, routes: 3 or less
27 RIPv2, Request, length: 68, routes: 3 or less
35 RIPv2, Response, length: 68, routes: 3 or less
43 RIPv2, Request, length: 80, routes: 4 or less
51 RIPv2, Response, length: 80, routes: 4 or less
59 RIPv2, Request, length: 96, routes: 4 or less
68 RIPv2, Response, length: 96, routes: 4 or less
[all …]
Dripv1v2.out3 RIPv1, Request, length: 24, routes: 1
7 RIPv1, Response, length: 24, routes: 1
11 RIPv2, Request, length: 24, routes: 1 or less
15 RIPv2, Response, length: 24, routes: 1 or less
Deigrp1-v.out105 IP Internal routes TLV (0x0102), length: 28
108 IP Internal routes TLV (0x0102), length: 29
111 IP Internal routes TLV (0x0102), length: 28
114 IP Internal routes TLV (0x0102), length: 29
117 IP Internal routes TLV (0x0102), length: 28
120 IP Internal routes TLV (0x0102), length: 29
123 IP Internal routes TLV (0x0102), length: 28
130 IP Internal routes TLV (0x0102), length: 28
133 IP Internal routes TLV (0x0102), length: 29
136 IP Internal routes TLV (0x0102), length: 28
[all …]
Deigrp3-v.out61 IP Internal routes TLV (0x0102), length: 28
72 IP Internal routes TLV (0x0102), length: 28
83 IP Internal routes TLV (0x0102), length: 28
94 IP Internal routes TLV (0x0102), length: 28
105 IP Internal routes TLV (0x0102), length: 28
Deigrp4-v.out29 IP Internal routes TLV (0x0102), length: 28
36 IP Internal routes TLV (0x0102), length: 28
59 IP Internal routes TLV (0x0102), length: 28
/external/nist-sip/java/gov/nist/javax/sip/stack/
DDefaultRouter.java173 RouteList routes = sipRequest.getRouteHeaders(); in getNextHop() local
192 if (routes != null) { in getNextHop()
196 Route route = (Route) routes.getFirst(); in getNextHop()
264 RouteList routes = req.getRouteHeaders(); in fixStrictRouting() local
265 Route first = (Route) routes.getFirst(); in fixStrictRouting()
267 routes.removeFirst(); in fixStrictRouting()
274 routes.add(route); // as last one in fixStrictRouting()
/external/dhcpcd-6.8.2/
Dipv6.c138 ctx->routes = malloc(sizeof(*ctx->routes)); in ipv6_init()
139 if (ctx->routes == NULL) { in ipv6_init()
143 TAILQ_INIT(ctx->routes); in ipv6_init()
147 free(ctx->routes); in ipv6_init()
1293 ipv6_freerts(ctx->ipv6->routes); in ipv6_ctxfree()
1294 free(ctx->ipv6->routes); in ipv6_ctxfree()
1783 ipv6_freerts(struct rt6_head *routes) in ipv6_freerts() argument
1787 while ((rt = TAILQ_FIRST(routes))) { in ipv6_freerts()
1788 TAILQ_REMOVE(routes, rt, next); in ipv6_freerts()
1819 if ((f = find_route6(ctx->ipv6->routes, rt))) { in ipv6_handlert()
[all …]
Dipv4.c318 ipv4_freerts(struct rt_head *routes) in ipv4_freerts() argument
322 while ((rt = TAILQ_FIRST(routes))) { in ipv4_freerts()
323 TAILQ_REMOVE(routes, rt, next); in ipv4_freerts()
506 if (ifp->options->routes && TAILQ_FIRST(ifp->options->routes)) { in get_routes()
509 TAILQ_FOREACH(rt, ifp->options->routes, next) { in get_routes()
813 TAILQ_INIT(&state->routes); in ipv4_getstate()
1096 ipv4_freerts(&state->routes); in ipv4_free()
Dif-options.c1085 if (ifo->routes == NULL) { in parse_option()
1086 ifo->routes = malloc(sizeof(*ifo->routes)); in parse_option()
1087 if (ifo->routes == NULL) { in parse_option()
1092 TAILQ_INIT(ifo->routes); in parse_option()
1107 TAILQ_INSERT_TAIL(ifo->routes, rt, next); in parse_option()
1110 if (ifo->routes == NULL) { in parse_option()
1111 ifo->routes = malloc(sizeof(*ifo->routes)); in parse_option()
1112 if (ifo->routes == NULL) { in parse_option()
1117 TAILQ_INIT(ifo->routes); in parse_option()
1130 TAILQ_INSERT_TAIL(ifo->routes, rt, next); in parse_option()
[all …]
Ddhcp.c360 struct rt_head *routes; in decode_rfc3442_rt() local
367 routes = malloc(sizeof(*routes)); in decode_rfc3442_rt()
368 TAILQ_INIT(routes); in decode_rfc3442_rt()
373 ipv4_freeroutes(routes); in decode_rfc3442_rt()
380 ipv4_freeroutes(routes); in decode_rfc3442_rt()
388 ipv4_freeroutes(routes); in decode_rfc3442_rt()
391 TAILQ_INSERT_TAIL(routes, rt, next); in decode_rfc3442_rt()
404 return routes; in decode_rfc3442_rt()
587 struct rt_head *routes = NULL; in get_option_routes() local
604 routes = decode_rfc3442_rt(ifp->ctx, p, len); in get_option_routes()
[all …]
Dipv4.h64 struct rt_head routes; member
Dif-options.h171 struct rt_head *routes; member
Dipv6.h208 struct rt6_head *routes; member
/external/iproute2/doc/
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 with \verb|ip| commands described in this section.
[all …]
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/autotest/client/cros/
Dnetwork.py208 routes = routing.NetworkRoutes()
210 interface = routes.getRouteFor(address).interface
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DVpnFacade.java79 vp.routes = vpnProfileJson.optString("routes", ""); in genLegacyVpnProfile()
/external/iptables/extensions/
Dlibxt_TCPMSS.man34 This may not function as desired where asymmetric routes with differing
/external/mesa3d/src/egl/main/
DREADME.txt8 1. An EGL API dispatcher. This directly routes all the eglFooBar() API
/external/nist-sip/java/gov/nist/javax/sip/
DDialogFilter.java369 RouteList routes = sipRequest.getRouteHeaders(); in processRequest() local
370 Route route = (Route) routes.getFirst(); in processRequest()
385 if (routes.size() == 1) in processRequest()
388 routes.removeFirst(); in processRequest()
/external/syslinux/core/lwip/doc/
Dsnmp_agent.txt39 for the default interface and network routes (no H) for each
41 All routes are considered to be up (U).
/external/dnsmasq/contrib/openvpn/
DREADME16 > routes, and queries to the domain in the server=3D line work just fine.
/external/iproute2/
DREADME.iproute2+tc68 H. Assign routes to 10.11.12.0/24 to realm 1
/external/ppp/pppd/
Dsys-solaris.c2654 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/iputils/doc/
Drdisc.sgml29 routing tables with default routes.

12