Home
last modified time | relevance | path

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

123

/netbsd/external/bsd/tcpdump/dist/tests/
H A 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 …]
H A Dbgp-large-community.out9 Updated routes:
17 Updated routes:
25 Updated routes:
33 Updated routes:
41 Updated routes:
H A 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
H A 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 …]
H A 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
H A Dbgp_mp_reach_nlri-oobr.out4 Withdrawn routes: 3 bytes
7 Withdrawn routes: 3 bytes
86 Withdrawn routes: 3 bytes
167 Withdrawn routes: 3 bytes
255 Withdrawn routes: 3 bytes
258 Withdrawn routes: 3 bytes
H A Dbgp_vpn_rt-oobr.out4 Withdrawn routes: 3 bytes
16 Withdrawn routes: 3 bytes
H A 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
H A Dbgp_pmsi_tunnel-oobr.out4 Withdrawn routes: 3 bytes
H A Dbgp_mvpn_6_and_7.out4 Withdrawn routes: 3 bytes
H A Dtok2str-oobr-1.out58 Withdrawn routes: 1 bytes
/netbsd/external/bsd/dhcpcd/dist/src/
H A Droute.c348 rt_headfree(&ctx->routes); in rt_dispose()
465 rb_tree_remove_node(&ctx->routes, rt); in rt_freeif()
491 rb_tree_remove_node(&ctx->routes, f); in rt_recvrt()
686 rb_tree_remove_node(&ctx->routes, or); in rt_doroute()
707 rb_tree_t routes, added, kroutes; in rt_build() local
720 if (!inet_getroutes(ctx, &routes)) in rt_build()
724 if (!inet6_getroutes(ctx, &routes)) in rt_build()
733 RB_TREE_FOREACH_SAFE(rt, &routes, rtn) { in rt_build()
753 rb_tree_remove_node(&routes, rt); in rt_build()
774 rb_tree_remove_node(&ctx->routes, rt); in rt_build()
[all …]
H A Dipv4.c323 if (RB_TREE_MIN(&ifp->options->routes)) { in inet_dhcproutes()
324 RB_TREE_FOREACH(r, &ifp->options->routes) { in inet_dhcproutes()
363 if (rb_tree_insert_node(routes, rt) != rt) { in inet_dhcproutes()
394 RB_TREE_FOREACH(rt, routes) { in inet_routerhostroute()
402 RB_TREE_FOREACH(rth, routes) { in inet_routerhostroute()
471 rb_tree_remove_node(routes, rtp); in inet_routerhostroute()
476 rt_proto_add(routes, rth); in inet_routerhostroute()
480 rt_proto_add(routes, rtp); in inet_routerhostroute()
498 if (ipv4ll_subnetroute(routes, ifp) == -1) in inet_getroutes()
501 if (inet_routerhostroute(routes, ifp) == -1) in inet_getroutes()
[all …]
H A Dipv4ll.c93 ipv4ll_subnetroute(rb_tree_t *routes, struct interface *ifp) in ipv4ll_subnetroute() argument
115 return rt_proto_add(routes, rt) ? 1 : 0; in ipv4ll_subnetroute()
119 ipv4ll_defaultroute(rb_tree_t *routes, struct interface *ifp) in ipv4ll_defaultroute() argument
142 return rt_proto_add(routes, rt) ? 1 : 0; in ipv4ll_defaultroute()
H A Dipv6.c2309 rt_proto_add(routes, rt); in inet6_staticroutes()
2317 inet6_raroutes(rb_tree_t *routes, struct dhcpcd_ctx *ctx) in inet6_raroutes() argument
2338 rt_proto_add(routes, rt); in inet6_raroutes()
2352 rt_proto_add(routes, rt); in inet6_raroutes()
2359 inet6_dhcproutes(rb_tree_t *routes, struct dhcpcd_ctx *ctx, in inet6_dhcproutes() argument
2375 rt_proto_add(routes, rt); in inet6_dhcproutes()
2384 inet6_getroutes(struct dhcpcd_ctx *ctx, rb_tree_t *routes) in inet6_getroutes() argument
2388 if (inet6_staticroutes(routes, ctx) == -1) in inet6_getroutes()
2392 if (inet6_raroutes(routes, ctx) == -1) in inet6_getroutes()
2399 if (inet6_dhcproutes(routes, ctx, DH6S_BOUND) == -1) in inet6_getroutes()
[all …]
H A Ddhcpcd.h147 rb_tree_t routes; /* our routes */ member
H A Dif-options.h243 rb_tree_t routes; member
H A Dif-options.c1168 rt_headclear(&ifo->routes, AF_INET); in parse_option()
1192 if (rt_proto_add_ctx(&ifo->routes, rt, ctx)) in parse_option()
1196 rt_headclear(&ifo->routes, AF_INET); in parse_option()
1208 if (rt_proto_add_ctx(&ifo->routes, rt, ctx)) in parse_option()
2423 rb_tree_init(&ifo->routes, &rt_compare_list_ops); in default_config()
2784 RB_TREE_FOREACH(rt, &ifo->routes) { in free_options()
2790 rt_headclear0(ctx, &ifo->routes, AF_UNSPEC); in free_options()
/netbsd/usr.bin/rump_dhcpclient/
H A Dconfigure.c60 static struct rt *routes; variable
113 f = find_route(routes, rt, &l, NULL); in route_deleted()
120 routes = f->next; in route_deleted()
231 if (iface->state->options->routes != NULL) { in get_routes()
232 for (rt = iface->state->options->routes; in get_routes()
357 if ((or = find_route(routes, rt, &rtl, NULL))) { in build_routes()
367 routes = or->next; in build_routes()
384 for (rt = routes; rt; rt = rt->next) { in build_routes()
389 free_routes(routes); in build_routes()
390 routes = nrs; in build_routes()
[all …]
H A Ddhcp.c341 struct rt *routes = NULL; in decode_rfc3442_rt() local
352 free_routes(routes); in decode_rfc3442_rt()
361 routes = rt = xzalloc(sizeof(*routes)); in decode_rfc3442_rt()
377 return routes; in decode_rfc3442_rt()
419 struct rt *routes = NULL; in get_option_routes() local
429 routes = decode_rfc3442_rt(len, p); in get_option_routes()
430 if (routes && !(*opts & DHCPCD_CSR_WARNED)) { in get_option_routes()
432 return routes; in get_option_routes()
445 routes = route = xmalloc(sizeof(*routes)); in get_option_routes()
464 routes = route = xzalloc(sizeof(*route)); in get_option_routes()
[all …]
H A Dnet.c357 free_routes(struct rt *routes) in free_routes() argument
361 while (routes) { in free_routes()
362 r = routes->next; in free_routes()
363 free(routes); in free_routes()
364 routes = r; in free_routes()
H A Dif-options.h96 struct rt *routes; member
/netbsd/external/bsd/file/dist/magic/magdir/
H A Dvacuum-cleaner22 # int32_t route_max; /* 28: 1000 == max. # of routes */
34 # int16_t routes[ 1000* 10]; /* 116044: 1000 10-routes */
/netbsd/external/bsd/ppp/usr.sbin/pppd/
H A Dsys-bsd.c1612 int routes; in dodefaultroute() local
1655 if (write(routes, &rtmsg, sizeof(rtmsg)) < 0) { in dodefaultroute()
1659 close(routes); in dodefaultroute()
1663 close(routes); in dodefaultroute()
1755 int routes; in sifproxyarp() local
1785 if (write(routes, &arpmsg, arpmsg.hdr.rtm_msglen) < 0) { in sifproxyarp()
1787 close(routes); in sifproxyarp()
1791 close(routes); in sifproxyarp()
1803 int routes; in cifproxyarp() local
1821 close(routes); in cifproxyarp()
[all …]
/netbsd/distrib/miniroot/
H A Dupgrade.sh216 adding additional routes, if needed. In addition, you might take this

123