HomeSort by relevance Sort by last modified time
    Searched full:multicast (Results 351 - 375 of 937) sorted by null

<<11121314151617181920>>

  /external/tcpdump/tests/
tok2str-oobr-1.out 37 AFI: IPv4 (1), SAFI: Multicast VPN (5)
  /frameworks/base/core/java/android/net/metrics/
WakeupStats.java 115 j.add(String.format("l2 unicast/multicast/broadcast: %d/%d/%d",
  /libcore/ojluni/src/main/java/java/net/
SocketOptions.java 184 /** Set which outgoing interface on which to send multicast packets.
188 * Valid for Multicast: DatagramSocketImpl
209 * This option enables or disables local loopback of multicast datagrams.
210 * This option is enabled by default for Multicast Sockets.
  /libcore/ojluni/src/main/java/sun/nio/ch/
MembershipRegistry.java 41 // map multicast group to keys
DatagramChannelImpl.java 122 // Multicast support
855 throw new IllegalArgumentException("Group not a multicast address");
857 // check multicast address is compatible with this socket
860 throw new IllegalArgumentException("IPv6 socket cannot join IPv4 multicast group");
863 throw new IllegalArgumentException("Only IPv6 sockets can join IPv6 multicast group");
873 throw new IllegalArgumentException("Source address is multicast address");
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_tun.h 87 #define TUN_FLT_ALLMULTI 0x0001 /* Accept all multicast packets */
if.h 40 #define IFF_ALLMULTI 0x200 /* receive all multicast packets*/
45 #define IFF_MULTICAST 0x1000 /* Supports multicast */
ip_vs.h 259 /* multicast interface name */
389 IPVS_DAEMON_ATTR_MCAST_IFN, /* multicast interface name */
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/internal/nettest/
stack.go 47 // platform supports IPv6 multicast packet delivery on software
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/internal/nettest/
stack.go 47 // platform supports IPv6 multicast packet delivery on software
  /system/bt/bta/include/
bta_pan_ci.h 133 * Description This function is called to set multicast filters
  /system/bt/stack/bnep/
bnep_api.cc 568 * Description This function sets the filters for multicast addresses for
574 * multicast address ranges
576 * multicast address ranges
607 /* Fill the multicast filter values in connnection block */
  /bionic/libc/kernel/uapi/linux/
if_link.h 32 __u32 multicast; member in struct:rtnl_link_stats
58 __u64 multicast; member in struct:rtnl_link_stats64
  /cts/tests/core/runner/src/com/android/cts/runner/
CtsTestRunListener.java 218 // multicast.
220 mProperties.setProperty("android.cts.device.multicast",
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6If.h 28 // as unicast/multicast/anycast...
222 Send a frame from the interface. If the next hop is multicast address,
  /external/iproute2/ip/
ipmroute.c 70 fprintf(stderr, "Not a multicast route: %08x %08x %08x\n",
80 fprintf(stderr, "Not a multicast route (type: %s)\n",
  /external/iputils/doc/
rdisc.sgml 33 <command/rdisc/ listens on the ALL_HOSTS (224.0.0.1) multicast address
46 to the ALL_ROUTERS (224.0.0.2) multicast address
  /external/mdnsresponder/mDNSShared/
dns-sd.1 23 .Nd Multicast DNS (mDNS) & DNS Service Discovery (DNS-SD) Test Tool \" For whatis
103 In current implementations, only the local multicast domain "local" is
mDNS.1 23 .Nd Multicast DNS (mDNS) & DNS Service Discovery (DNS-SD) Test Tool \" For whatis
107 In current implementations, only the local multicast domain "local" is
  /frameworks/base/tests/net/java/android/net/
MacAddressTest.java 122 String msg = mac.toString() + " expected to be a multicast address";
126 String msg = mac.toString() + " expected not to be a multicast address";
  /kernel/tests/net/test/
tun_twister.py 134 # Ethernet multicast packets
195 drop_multicast: Drop Ethernet multicast packets
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
Pxe.h 324 IN PXENV_UNDI_MCAST_ADDR_T R_Mcast_Buf; ///< multicast address list
329 Note: The NIC driver does not remember the multicast
331 provide the multicast address list with all the calls that
355 #define FLTR_DIRECTED 0x0001 ///< directed/multicast
494 IN UINT32 InetAddr; ///< In: IP Multicast Address
496 /* multicast address */
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Udp6.h 381 Joins and leaves multicast groups.
383 The Groups() function is used to join or leave one or more multicast group.
387 @param[in] JoinFlag Set to TRUE to join a multicast group. Set to FALSE to leave one
388 or all multicast groups.
389 @param[in] MulticastAddress Pointer to multicast group address to join or leave.
397 - JoinFlag is TRUE and *MulticastAddress is not a valid multicast address.
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 46 ATTRIBUTE Ascend-Multicast-Rate-Limit 152 integer
49 ATTRIBUTE Ascend-Multicast-Client 155 integer
275 VALUE Ascend-Multicast-Client Multicast-No 0
276 VALUE Ascend-Multicast-Client Multicast-Yes 1
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/
Ax88772.h 70 #define DEBUG_RX_MULTICAST 0x20000000 ///< Display RX multicast messages
140 #define RXC_AMALL 0x0002 ///< Receive all multicast packets
143 #define RXC_AM 0x0010 ///< Use multicast destination address hash table
144 #define RXC_AP 0x0020 ///< Accept physical address from Multicast Filter
204 #define CMD_MULTICAST_HASH_WRITE 0x16 ///< Write the multicast hash table, Data: New 8 byte value
345 INT32 MulticastHash[2]; ///< Hash table for multicast destination addresses
361 statistics, and the multicast-IP-to-HW MAC addresses are not reset by
628 Clear the multicast hash table
639 Enable a multicast address in the multicast hash table
    [all...]

Completed in 1736 milliseconds

<<11121314151617181920>>