/third_party/libnl/ |
D | BUILD.gn | 17 outputs = [ "$target_out_dir/gen/lib/route/pktloc_grammar.c" ] 18 grammer_hh = rebase_path("$target_out_dir/gen/lib/route/pktloc_grammar.h") 23 rebase_path("$target_out_dir/gen/lib/route/pktloc_grammar.c"), 24 rebase_path("libnl-3.7.0/lib/route/pktloc_grammar.l"), 30 outputs = [ "$target_out_dir/gen/lib/route/pktloc_syntax.c" ] 36 rebase_path("$target_out_dir/gen/lib/route/pktloc_syntax.c"), 37 rebase_path("libnl-3.7.0/lib/route/pktloc_syntax.y"), 43 outputs = [ "$target_out_dir/gen/lib/route/cls/ematch_grammar.c" ] 44 grammer_hh = rebase_path("$target_out_dir/gen/lib/route/cls/ematch_grammar.h") 49 rebase_path("$target_out_dir/gen/lib/route/cls/ematch_grammar.c"), [all …]
|
D | solve-oh-compile-problem.patch | 17 diff -urN libnl-3.7.0/lib/route/link/vrf.c libnl-3.7.0-new/lib/route/link/vrf.c 18 --- libnl-3.7.0/lib/route/link/vrf.c 2022-05-24 16:55:12.000000000 +0800 19 +++ libnl-3.7.0-new/lib/route/link/vrf.c 2024-01-15 17:14:53.121653400 +0800 21 #include <netlink/route/link/vrf.h> 28 diff -urN libnl-3.7.0/lib/route/mdb.c libnl-3.7.0-new/lib/route/mdb.c 29 --- libnl-3.7.0/lib/route/mdb.c 2022-05-24 16:55:12.000000000 +0800 30 +++ libnl-3.7.0-new/lib/route/mdb.c 2024-01-13 18:23:23.811971400 +0800 33 #include <netlink/route/mdb.h>
|
/third_party/ltp/testcases/network/stress/route/ |
D | 00_Descriptions.txt | 1 route{4,6}-change-dst 2 Change IPv4/IPv6 route destination by ip command 4 route{4,6}-change-gw 5 Change IPv4/IPv6 route gateway by ip command 7 route{4,6}-change-if 8 Change IPv4/IPv6 route interface by ip command 10 route{4,6}-change-netlink-dst 11 Change IPv4/IPv6 route destination by Netlink API via libmnl 13 route{4,6}-change-netlink-gw 14 Change IPv4/IPv6 route gateway by Netlink API via libmnl [all …]
|
D | Makefile | 10 INSTALL_TARGETS += route[4-6]-* *.sh 12 route-change-netlink: CFLAGS += $(LIBMNL_CFLAGS) 13 route-change-netlink: LDLIBS += $(LIBMNL_LIBS)
|
D | route-change-dst.sh | 14 . route-lib.sh 31 ROD ip route add $rt dev $iface 33 ROD ip route del $rt dev $iface
|
D | route-change-gw.sh | 14 . route-lib.sh 31 ROD ip route add $rt dev $iface via $gw 33 ROD ip route del $rt dev $iface via $gw
|
/third_party/ltp/runtest/ |
D | net_stress.interface | 13 if4-route-adddel_ip if-route-adddel.sh -c ip 14 if4-route-adddel_route if-route-adddel.sh -c route 15 if4-route-addlarge_ip if-route-addlarge.sh -c ip 16 if4-route-addlarge_route if-route-addlarge.sh -c route 26 if6-route-adddel_ip if-route-adddel.sh -6 -c ip 27 if6-route-adddel_route if-route-adddel.sh -6 -c route 28 if6-route-addlarge_ip if-route-addlarge.sh -6 -c ip 29 if6-route-addlarge_route if-route-addlarge.sh -6 -c route
|
D | net_stress.route | 2 route4-change-dst route-change-dst.sh 3 route4-change-gw route-change-gw.sh 4 route4-change-if route-change-if.sh 5 route4-change-netlink-dst route-change-netlink-dst.sh 6 route4-change-netlink-gw route-change-netlink-gw.sh 7 route4-change-netlink-if route-change-netlink-if.sh 8 route4-redirect route-redirect.sh 10 route6-change-dst route-change-dst.sh -6 11 route6-change-gw route-change-gw.sh -6 12 route6-change-if route-change-if.sh -6 [all …]
|
/third_party/alsa-lib/src/pcm/ |
D | pcm_route.c | 434 snd_pcm_route_t *route = pcm->private_data; in snd_pcm_route_close() local 435 snd_pcm_route_params_t *params = &route->params; in snd_pcm_route_close() 444 free(route->chmap); in snd_pcm_route_close() 445 snd_pcm_free_chmaps(route->chmap_override); in snd_pcm_route_close() 474 snd_pcm_route_t *route = pcm->private_data; in snd_pcm_route_hw_refine_sprepare() local 479 if (route->sformat != SND_PCM_FORMAT_UNKNOWN) { in snd_pcm_route_hw_refine_sprepare() 480 _snd_pcm_hw_params_set_format(sparams, route->sformat); in snd_pcm_route_hw_refine_sprepare() 483 if (route->schannels >= 0) { in snd_pcm_route_hw_refine_sprepare() 485 (unsigned int) route->schannels, 0); in snd_pcm_route_hw_refine_sprepare() 493 snd_pcm_route_t *route = pcm->private_data; in snd_pcm_route_hw_refine_schange() local [all …]
|
/third_party/ltp/testcases/network/mpls/ |
D | mpls01.sh | 19 ip -f mpls route flush dev lo > /dev/null 2>&1 20 ip -f mpls route flush dev $(tst_iface) > /dev/null 2>&1 31 ROD ip -f mpls route add 0xffffe dev lo 32 ROD ip -f mpls route show \> /dev/null 33 ROD ip -f mpls route del 0xffffe dev lo 40 ip -f mpls route add 0xffffe dev lo > /dev/null 2>&1 57 ROD ip -f mpls route add $l dev $(tst_iface) 61 ROD ip -f mpls route show \> /dev/null 65 ROD ip -f mpls route del $l dev $(tst_iface)
|
D | mpls_lib.sh | 27 ip route del $ip_virt_remote/32 dev ltp_v0 > /dev/null 2>&1 28 ip route del $ip6_virt_remote/128 dev ltp_v0 > /dev/null 2>&1 62 ROD ip route add $ip_rmt/$mask encap mpls $label dev ltp_v0 63 ROD ip -f mpls route add $((label + 1)) dev lo
|
/third_party/cef/libcef/browser/media_router/ |
D | media_router_manager.cc | 45 const media_router::MediaRoute& route) in CefRouteMessageObserver() argument 47 route.media_route_id()), in CefRouteMessageObserver() 49 route_(route) {} in CefRouteMessageObserver() 69 const media_router::MediaRoute& route, in CefPresentationConnection() argument 72 route_(route), in CefPresentationConnection() 227 if (result.route()) { in OnCreateRoute() 228 CreateRouteState(*result.route(), std::move(connection)); in OnCreateRoute() 235 const media_router::MediaRoute& route, in OnRouteStateChange() argument 240 RemoveRouteState(route.media_route_id()); in OnRouteStateChange() 244 observer.OnMediaRouteStateChange(route, info); in OnRouteStateChange() [all …]
|
D | media_router_impl.cc | 80 for (const auto& route : routes) { in OnMediaRoutes() local 81 cef_routes.push_back(MakeCefRoute(route)); in OnMediaRoutes() 87 const media_router::MediaRoute& route, in OnMediaRouteMessages() argument 89 CefRefPtr<CefMediaRoute> cef_route = MakeCefRoute(route); in OnMediaRouteMessages() 108 const media_router::MediaRoute& route, in OnMediaRouteStateChange() argument 110 observer_->OnRouteStateChanged(MakeCefRoute(route), in OnMediaRouteStateChange() 114 CefRefPtr<CefMediaRoute> MakeCefRoute(const media_router::MediaRoute& route) { in MakeCefRoute() argument 115 return new CefMediaRouteImpl(route, browser_context_getter_); in MakeCefRoute() 296 CefRefPtr<CefMediaRoute> route; in CreateRouteCallback() local 298 result.route()) { in CreateRouteCallback() [all …]
|
D | media_router_manager.h | 41 virtual void OnMediaRouteMessages(const media_router::MediaRoute& route, 44 const media_router::MediaRoute& route, 93 const media_router::MediaRoute& route, 95 void OnMessagesReceived(const media_router::MediaRoute& route, 106 const media_router::MediaRoute& route,
|
/third_party/cef/libcef_dll/ctocpp/ |
D | media_observer_ctocpp.cc | 87 void CefMediaObserverCToCpp::OnRouteStateChanged(CefRefPtr<CefMediaRoute> route, in OnRouteStateChanged() argument 98 DCHECK(route.get()); in OnRouteStateChanged() 99 if (!route.get()) in OnRouteStateChanged() 103 _struct->on_route_state_changed(_struct, CefMediaRouteCppToC::Wrap(route), in OnRouteStateChanged() 109 CefRefPtr<CefMediaRoute> route, in OnRouteMessageReceived() argument 121 DCHECK(route.get()); in OnRouteMessageReceived() 122 if (!route.get()) in OnRouteMessageReceived() 130 _struct->on_route_message_received(_struct, CefMediaRouteCppToC::Wrap(route), in OnRouteMessageReceived()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | media_observer_cpptoc.cc | 84 struct _cef_media_route_t* route, in media_observer_on_route_state_changed() argument 94 DCHECK(route); in media_observer_on_route_state_changed() 95 if (!route) in media_observer_on_route_state_changed() 100 CefMediaRouteCToCpp::Wrap(route), state); in media_observer_on_route_state_changed() 105 struct _cef_media_route_t* route, in media_observer_on_route_message_received() argument 116 DCHECK(route); in media_observer_on_route_message_received() 117 if (!route) in media_observer_on_route_message_received() 126 CefMediaRouteCToCpp::Wrap(route), message, message_size); in media_observer_on_route_message_received()
|
/third_party/ltp/testcases/network/stress/interface/ |
D | if-route-adddel.sh | 42 route) route -A $inet add ${new_rt}${opt_rt} dev $iface ;; 43 ip) ip route add ${new_rt}${opt_rt} dev $iface ;; 51 route) route -A $inet del ${new_rt}${opt_rt} dev $iface ;; 52 ip) ip route del ${new_rt}${opt_rt} dev $iface ;;
|
D | 00_Descriptions.txt | 17 if-route-adddel.sh 18 Verify the IPv4/IPv6 connectivity is not broken when the ip/route adds, 19 then and deletes an IPv4/IPv6 route many times 21 if-route-addlarge.sh 22 Verify the IPv4/IPv6 connectivity is not broken when the ip/route
|
/third_party/ffmpeg/libavfilter/ |
D | af_amerge.c | 40 int route[SWR_CH_MAX]; /**< channels routing, see copy_samples */ member 116 s->route[i] = i; in query_formats() 121 int *route[SWR_CH_MAX]; in query_formats() local 124 route[0] = s->route; in query_formats() 126 route[i] = route[i - 1] + s->in[i - 1].nb_ch; in query_formats() 130 *(route[i]++) = out_ch_number++; in query_formats() 200 int *route, uint8_t *ins[], in copy_samples() argument 209 route_cur = route; in copy_samples() 262 copy_samples(s->nb_inputs, s->in, s->route, ins, &outs, nb_samples, 1); in try_push_frame() 265 copy_samples(s->nb_inputs, s->in, s->route, ins, &outs, nb_samples, 2); in try_push_frame() [all …]
|
/third_party/alsa-lib/src/topology/ |
D | dapm.c | 201 struct snd_soc_tplg_dapm_graph_elem *route; in tplg_build_routes() local 208 if (!elem->route || elem->type != SND_TPLG_TYPE_DAPM_GRAPH) { in tplg_build_routes() 213 route = elem->route; in tplg_build_routes() 215 route->sink, route->control, route->source); in tplg_build_routes() 218 if (strlen(route->sink) <= 0) { in tplg_build_routes() 223 if (!tplg_elem_lookup(&tplg->widget_list, route->sink, in tplg_build_routes() 225 SNDERR("undefined sink widget/stream '%s'", route->sink); in tplg_build_routes() 229 if (strlen(route->control)) { in tplg_build_routes() 230 if (!tplg_elem_lookup(&tplg->mixer_list, route->control, in tplg_build_routes() 232 !tplg_elem_lookup(&tplg->enum_list, route->control, in tplg_build_routes() [all …]
|
/third_party/alsa-lib/src/conf/cards/ |
D | ICE1712.conf | 37 type route 47 type route 65 type route 88 type route 107 type route 146 type route 170 type route
|
/third_party/libwebsockets/READMEs/ |
D | README.routing.md | 12 no longer has a route to its peer, and the tcp timeouts can be in the 20 For linux-based devices you can build in netlink-based route monitoring 36 For example if there is no net route matching the peer and no gateway, 38 removing the highest priority gateway route, all connections to a peer 39 without a net route match are invalidated. However connections with 40 an unaffected matching net route like 127.0.0.0/8 are left alone. 44 If SMD is built in, on any route change a NETWORK message 47 If SMD is built in, on any route change involving a gateway, a NETWORK
|
/third_party/cef/tests/cefclient/browser/ |
D | media_router_test.cc | 68 CefRefPtr<CefMediaRoute> route) override { in OnMediaRouteCreateFinished() argument 72 dict->SetString(kRouteKey, route->GetId()); in OnMediaRouteCreateFinished() 125 CefRefPtr<CefMediaRoute> route = GetRoute(route_id); in TerminateRoute() local 126 if (!route) { in TerminateRoute() 131 route->Terminate(); in TerminateRoute() 138 CefRefPtr<CefMediaRoute> route = GetRoute(route_id); in SendRouteMessage() local 139 if (!route) { in SendRouteMessage() 144 route->SendRouteMessage(message.c_str(), message.size()); in SendRouteMessage() 216 CefRefPtr<CefMediaRoute> route = *it; in OnRoutes() local 217 const std::string& route_id = route->GetId(); in OnRoutes() [all …]
|
/third_party/ltp/testcases/network/iproute/ |
D | ip_tests.sh | 55 [ "$ip4_addr" ] && ip route show | grep -q $ip4_addr && ip route del $ip4_addr 174 ROD ip route add $ip4_addr via 127.0.0.1 183 ip route show | grep "$ip4_addr via 127.0.0.1 dev lo" > tst_ip.out 2>&1 197 ROD ip route del $ip4_addr via 127.0.0.1 199 ip route show | grep 127.0.0.1 > /dev/null
|
/third_party/libwebsockets/lib/plat/unix/ |
D | unix-sockets.c | 522 struct rtentry route; in lws_plat_ifconfig() local 526 memset(&route, 0, sizeof(route)); in lws_plat_ifconfig() 552 memcpy(&route.rt_gateway, in lws_plat_ifconfig() 557 memcpy(&route.rt_dst, &sin, sizeof(struct sockaddr)); in lws_plat_ifconfig() 558 memcpy(&route.rt_genmask, &sin, sizeof(struct sockaddr)); in lws_plat_ifconfig() 560 route.rt_flags = RTF_UP | RTF_GATEWAY; in lws_plat_ifconfig() 561 route.rt_metric = 100; in lws_plat_ifconfig() 562 route.rt_dev = (char *)is->ifname; in lws_plat_ifconfig() 564 if (ioctl(fd, SIOCADDRT, &route) < 0) { in lws_plat_ifconfig()
|