Home
last modified time | relevance | path

Searched refs:multicast (Results 1 – 25 of 104) sorted by relevance

12345

/external/tcpdump/tests/
Dsflow_multiple_counter_30_pdus.out7 In octets 820721, unicast pkts 9601, multicast pkts 0, broadcast pkts 1302, discards 0
9 … Out octets 178785248, unicast pkts 9736, multicast pkts 132958, broadcast pkts 2213534, discards 0
19 … In octets 156084746, unicast pkts 473593, multicast pkts 0, broadcast pkts 1862745, discards 0
21 … Out octets 59635889, unicast pkts 8834, multicast pkts 132958, broadcast pkts 352092, discards 0
31 … In octets 3051593057, unicast pkts 52919488, multicast pkts 1491, broadcast pkts 956, discards 0
33 …Out octets 1525716840, unicast pkts 30013667, multicast pkts 131467, broadcast pkts 2213880, disca…
43 In octets 0, unicast pkts 0, multicast pkts 0, broadcast pkts 0, discards 0
45 … Out octets 178404732, unicast pkts 3035, multicast pkts 132958, broadcast pkts 2214836, discards 0
55 In octets 0, unicast pkts 0, multicast pkts 0, broadcast pkts 0, discards 0
57 … Out octets 178368955, unicast pkts 3031, multicast pkts 132840, broadcast pkts 2214791, discards 0
[all …]
Dicmpv6.out23 …ecc:e546 > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener report …
24 …fe0c:d4e8 > ff02::1: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener query v…
25 …ecc:e546 > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener report …
26 …ecc:e546 > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener report …
/external/ltp/testcases/network/stress/multicast/query-flood/
D00_Descriptions.txt2 Verify that the kernel is not crashed when joining an IPv4 multicast
6 Verify that the kernel is not crashed when joining an IPv4 multicast
11 Verify that the kernel is not crashed when joining an IPv4 multicast
16 Verify that the kernel is not crashed when joining plural IPv4 multicast
22 multicast groups on separate socket, then receiving a large number of
27 multicast groups on separate socket, then receiving a large number of
31 Verify that the kernel is not crashed when joining an IPv6 multicast
35 Verify that the kernel is not crashed when joining an IPv6 multicast
40 Verify that the kernel is not crashed when joining an IPv6 multicast
45 Verify that the kernel is not crashed when joining plural IPv6 multicast
[all …]
/external/ltp/testcases/network/stress/multicast/grp-operation/
D00_Descriptions.txt3 multicast groups on a single socket
7 multicast groups on lots of sockets
11 IPv4 multicast group on multiple sockets lots of times
15 IPv4 multicast group with the different source filter on multiple
20 multicast groups on a single socket
24 multicast groups on lots of sockets
28 IPv6 multicast group on multiple sockets lots of times
32 IPv6 multicast group with the different source filter on multiple
/external/bcc/examples/networking/distributed_bridge/
Dmain.py12 multicast = 1 variable
17 multicast = 0 variable
21 multicast = 0 variable
25 multicast = 0 variable
27 print("multicast %d dhcp %d gretap %d" % (multicast, dhcp, gretap))
47 if multicast:
/external/ltp/testcases/network/
D.gitignore10 /multicast/mc_commo/mc_recv
11 /multicast/mc_commo/mc_send
12 /multicast/mc_member/mc_member_test
13 /multicast/mc_opts/mc_verify_opts
14 /multicast/mc_opts/mc_verify_opts_error
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-replay.hpp105 class Multicast = rxo::detail::multicast<SourceValue, rxu::decay_t<Observable>, Subject>,
117 class Multicast = rxo::detail::multicast<SourceValue, rxu::decay_t<Observable>, Subject>,
130 class Multicast = rxo::detail::multicast<SourceValue, rxu::decay_t<Observable>, Subject>,
143 class Multicast = rxo::detail::multicast<SourceValue, rxu::decay_t<Observable>, Subject>,
157 class Multicast = rxo::detail::multicast<SourceValue, rxu::decay_t<Observable>, Subject>,
171 class Multicast = rxo::detail::multicast<SourceValue, rxu::decay_t<Observable>, Subject>,
186 class Multicast = rxo::detail::multicast<SourceValue, rxu::decay_t<Observable>, Subject>,
201 class Multicast = rxo::detail::multicast<SourceValue, rxu::decay_t<Observable>, Subject>,
217 class Multicast = rxo::detail::multicast<SourceValue, rxu::decay_t<Observable>, Subject>,
Drx-multicast.hpp36 struct multicast : public operator_base<T> struct
55 multicast(source_type o, subject_type sub) in multicast() argument
92 auto multicast(AN&&... an) in multicast() function
106 …class Multicast = rxo::detail::multicast<SourceValue, rxu::decay_t<Observable>, rxu::decay_t<Subje…
Drx-publish.hpp99 class Multicast = rxo::detail::multicast<SourceValue, rxu::decay_t<Observable>, Subject>,
111 class Multicast = rxo::detail::multicast<SourceValue, rxu::decay_t<Observable>, Subject>,
123 class Multicast = rxo::detail::multicast<SourceValue, rxu::decay_t<Observable>, Subject>,
147 class Multicast = rxo::detail::multicast<SourceValue, rxu::decay_t<Observable>, Subject>,
/external/ltp/testcases/network/stress/multicast/packet-flood/
D00_Descriptions.txt2 Verify that the kernel is not crashed when joining a IPv4 multicast
8 multicast groups on separate sockets, then receiving a large number
12 Verify that the kernel is not crashed when joining a IPv6 multicast
18 multicast groups on separate sockets, then receiving a large number
/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/
DUnixNetworkInterfaceTest.java66 boolean multicast = netif.supportsMulticast(); in test_supportsMulticast()
68 String cmd = multicast ? "ifconfig " + name + " -multicast" in test_supportsMulticast()
72 assertEquals(name + " multicast should be " + !multicast, in test_supportsMulticast()
73 !multicast, netif.supportsMulticast()); in test_supportsMulticast()
75 cmd = multicast ? "ifconfig " + name + " multicast" in test_supportsMulticast()
79 assertEquals(name + " multicast should be " + multicast, in test_supportsMulticast()
80 multicast, netif.supportsMulticast()); in test_supportsMulticast()
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/cfg80211/rdev_set_default_key/
Dformat14 field:bool multicast; offset:62; size:1; signed:0;
16 … unicast: %s, multicast: %s", REC->wiphy_name, REC->name, REC->ifindex, REC->key_index, (REC->unic…
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/cfg80211/rdev_set_default_key/
Dformat14 field:bool multicast; offset:62; size:1; signed:0;
16 … unicast: %s, multicast: %s", REC->wiphy_name, REC->name, REC->ifindex, REC->key_index, (REC->unic…
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/cfg80211/rdev_set_default_key/
Dformat14 field:bool multicast; offset:62; size:1; signed:0;
16 … unicast: %s, multicast: %s", REC->wiphy_name, REC->name, REC->ifindex, REC->key_index, (REC->unic…
/external/ltp/scenario_groups/
Dnetwork6 net.multicast
20 net_stress.multicast
/external/strace/tests-m32/
Dnlattr_ifinfomsg.c102 .multicast = 0xcdabdfea, in main()
152 PRINT_FIELD_U(", ", st, multicast); in main()
186 PRINT_FIELD_U(", ", st, multicast); in main()
251 .multicast = 0xeeffbaeabaeffabe, in main()
278 PRINT_FIELD_U(", ", st64, multicast); in main()
312 PRINT_FIELD_U(", ", st64, multicast); in main()
/external/strace/tests/
Dnlattr_ifinfomsg.c102 .multicast = 0xcdabdfea, in main()
152 PRINT_FIELD_U(", ", st, multicast); in main()
186 PRINT_FIELD_U(", ", st, multicast); in main()
251 .multicast = 0xeeffbaeabaeffabe, in main()
278 PRINT_FIELD_U(", ", st64, multicast); in main()
312 PRINT_FIELD_U(", ", st64, multicast); in main()
/external/strace/tests-mx32/
Dnlattr_ifinfomsg.c102 .multicast = 0xcdabdfea, in main()
152 PRINT_FIELD_U(", ", st, multicast); in main()
186 PRINT_FIELD_U(", ", st, multicast); in main()
251 .multicast = 0xeeffbaeabaeffabe, in main()
278 PRINT_FIELD_U(", ", st64, multicast); in main()
312 PRINT_FIELD_U(", ", st64, multicast); in main()
/external/iptables/extensions/
Dlibxt_pkttype.txlate7 iptables-translate -A INPUT -m pkttype --pkt-type multicast -j ACCEPT
8 nft add rule ip filter INPUT pkttype multicast counter accept
Dlibebt_pkttype.t7 --pkttype-type multicast;=;OK
8 --pkttype-type ! multicast;=;OK
Dlibebt_pkttype.txlate7 ebtables-translate -A INPUT --pkttype-type ! multicast
8 nft add rule bridge filter INPUT meta pkttype != multicast counter
Dlibipt_ULOG.man3 target is set for a rule, the Linux kernel will multicast this packet
7 multicast groups and receive the packets.
/external/ltp/testcases/network/stress/
DREADME101 MCASTNUM_NORMAL (for multicast test)
102 MCASTNUM_HEAVY (for multicast test)
194 o MCASTNUM_NORMAL (for multicast tests)
195 The number of multicast group to join. This variable is used for
196 the stress test after joining some multicast groups. It is not the
197 main target for joining lots of multicast.
199 o MCASTNUM_HEAVY (for multicast tests)
200 The number of multicast group to join. This variable is used for
201 the stress test for joining lots of multicast group. This value is the
202 limit of the joining multicast group.
/external/iptables/iptables/tests/shell/testcases/ebtables/
D0002-ebtables-save-restore_043 $XT_MULTI ebtables -A foo --pkttype-type multicast -j ACCEPT
48 $XT_MULTI ebtables -A foo --pkttype-type multicast --log
49 $XT_MULTI ebtables -A foo --pkttype-type multicast --limit 100 -j ACCEPT
/external/mdnsresponder/
DREADME.txt39 that queries are sent via multicast to all local hosts, instead of via
41 mDNSResponder which is constantly listening for those multicast queries,
46 (5353 instead of 53) and they are sent via multicast to address
50 OS that the name should be looked up using local multicast instead of by
83 a UDP packet, what routine do you call to join multicast group, etc.
93 layer to send and receive the multicast UDP packets to do the actual work.
114 their own separate multicast UDP packets and maintaining their own list of

12345