Searched
full:multicast (Results
451 -
475 of
937) sorted by null
<<11121314151617181920>>
/libcore/luni/src/test/java/libcore/java/net/ |
OldSocketTestCase.java | 138 return "Multicast";
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
MembershipKeyTest.java | 188 // Blocking a multicast channel
|
/libcore/ojluni/src/main/java/java/nio/channels/ |
DatagramChannel.java | 87 * <td> The network interface for Internet Protocol (IP) multicast datagrams </td> 92 * <td> The <em>time-to-live</em> for Internet Protocol (IP) multicast 98 * <td> Loopback for Internet Protocol (IP) multicast datagrams </td> 157 * then this should correspond to the address type of the multicast groups
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
ioctls.h | 58 #define SIOCADDMULTI 0x8931 /* Multicast address lists */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
if_ether.h | 73 #define ETH_P_MPLS_MC 0x8848 /* MPLS Multicast traffic */
|
netlink.h | 36 __u32 nl_groups; /* multicast groups mask */
|
ppp_defs.h | 78 #define PPP_MPLS_MC 0x0283 /* Multi Protocol Label Switching - Multicast */
|
sockios.h | 59 #define SIOCADDMULTI 0x8931 /* Multicast address lists */
|
virtio_net.h | 130 * first sg list contains unicast addresses, the second is for multicast.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
ioctls.h | 58 #define SIOCADDMULTI 0x8931 /* Multicast address lists */
|
/prebuilts/jdk/jdk8/darwin-x86/sample/nio/multicast/ |
Reader.java | 74 // first parameter is the multicast address (interface required)
|
/prebuilts/jdk/jdk8/linux-x86/sample/nio/multicast/ |
Reader.java | 74 // first parameter is the multicast address (interface required)
|
/system/bt/bta/include/ |
bta_pan_co.h | 192 * Description multicast filter indication from peer device
|
/system/bt/bta/pan/ |
bta_pan_ci.cc | 207 * Description This function is called to set multicast filters
|
/system/bt/btif/src/ |
btif_pan.cc | 306 * determine a multicast address. If its a 1, that means multicast, 0 means 308 * Kernel returns an error if we try to set a multicast address for the 314 "Not a unicast MAC address, force multicast bit flipping");
|
/system/bt/stack/pan/ |
pan_main.cc | 512 /* Check if it is broadcast or multicast packet */ 625 * any multicast filter set for the connection or to indicate 626 * the result of the multicast filter set by the local device 631 * local device multicast filter set
|
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/commands/ |
ip.py | 51 # 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
|
/tools/tradefederation/core/prod-tests/src/com/android/framework/tests/ |
BandwidthUtils.java | 117 if (line.contains("Receive") || line.contains("multicast")) {
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Udp4Dxe/ |
Udp4Impl.c | 1075 This function removes the multicast group specified by Arg from the Map.
1080 multicast IPv4 Address.
[all...] |
/device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/ |
Decode.c | 537 and change multicast MAC address filter list.
601 // this must be a multicast address list!
616 // The format of Ethernet multicast address for IPv6 is defined in RFC2464,
624 // This multicast MAC address is mapped from IPv4 address.
631 // This multicast MAC address is mapped from IPv6 address.
854 This routine is used to translate a multicast IP address to a multicast MAC address.
[all...] |
/frameworks/base/libs/common_time/ |
common_time_server.cpp | 461 // receive both unicast traffic and master election multicast traffic with 478 // If our master election endpoint is a multicast address, be sure to join 479 // the multicast group. 486 ALOGE("Failed to join multicast group at %s. (errno = %d)", 491 // disable loopback of multicast packets 497 "Failed to disable multicast loopback " 513 // If the master election address is neither broadcast, nor multicast, [all...] |
/external/webrtc/webrtc/test/channel_transport/ |
udp_transport_impl.cc | [all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
Mtftp6.h | 2 UEFI Multicast Trivial File Transfer Protocol v6 Definition, which is built upon
4 multicast TFTP operations.
738 directory. If the multicast option is involved, the first field of each directory entry is the static
739 multicast IP address and UDP port number that is associated with the file name. The format of the
740 field is ip:ip:ip:ip:port. If the multicast option is not involved, this field and its terminating
[all...] |
/external/fio/engines/ |
net.c | 175 .lname = "net engine multicast ttl", 180 .help = "Time-to-live value for outgoing UDP multicast packets", 771 log_err("fio: multicast not supported on IPv6\n"); 1216 log_err("fio: hostname not valid for non-multicast inbound network IO\n"); 1221 log_err("fio: IPv6 not supported for multicast network IO\n");
|
/system/bt/embdrv/sbc/decoder/include/ |
oi_status.h | [all...] |
Completed in 8045 milliseconds
<<11121314151617181920>>