/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/ |
Ax88772.h | 79 #define DEBUG_RX_MULTICAST 0x20000000 ///< Display RX multicast messages
152 #define RXC_AMALL 0x0002 ///< Receive all multicast packets
155 #define RXC_AM 0x0010 ///< Use multicast destination address hash table
156 #define RXC_AP 0x0020 ///< Accept physical address from Multicast Filter
224 #define CMD_MULTICAST_HASH_WRITE 0x16 ///< Write the multicast hash table, Data: New 8 byte value
225 #define CMD_MULTICAST_HASH_READ 0x16 ///< Read the multicast hash table
424 statistics, and the multicast-IP-to-HW MAC addresses are not reset by
691 Clear the multicast hash table
702 Enable a multicast address in the multicast hash table [all...] |
/external/mdnsresponder/mDNSPosix/ |
NetMonitor.c | 312 // We try the first query using unicast, but if that doesn't work we try again via multicast. 901 mprintf("Multicast Response Packets: %7d (avg%5d/min)\n", NumPktR, NumPktR * mul / div); 902 mprintf("Total Multicast Packets: %7d (avg%5d/min)\n", TotPkt, TotPkt * mul / div); [all...] |
Identify.c | 103 // For now, the simplest way to allow that is to pretend it was received via multicast so that mDNSCore doesn't reject the packet 221 q->ForceMCast = mDNStrue; // Query via multicast, even for apparently uDNS names like 1.1.1.17.in-addr.arpa. 254 mprintf("%##s %s Trying multicast\n", q->qname.c, DNSTypeName(q->qtype));
|
mDNSPosix.c | 260 // packet arrived as a multicast and, if so, set its 269 // so all we can do is just assume it's a multicast 623 // If mDNSIPPort port is non-zero, then it's a multicast socket on the specified interface 647 // ... with a shared UDP port, if it's for multicast receiving 655 #error This platform has no way to avoid address busy errors on multicast. 694 // Add multicast group membership on this interface 717 // and multicast packets with TTL 255 too 760 // Add multicast group membership on this interface 798 // and multicast packets with TTL 255 too 900 // Set up the multicast socke [all...] |
/frameworks/base/wifi/java/android/net/wifi/ |
WifiManager.java | [all...] |
/external/iputils/ |
rdisc.c | 52 * The next include contains all defs and structures for multicast 54 * is ever used because it does not support multicast 749 /* TBD verify that the link is multicast or broadcast */ 837 /* TBD verify that the link is multicast or broadcast */ 1065 logdebug("Multicast to interface %s, %s\n", 1072 logerr("Cannot send multicast packet over interface %s, %s\n", 1081 logerr("Cannot send multicast packet over interface %s, %s\n", [all...] |
/external/scapy/scapy/layers/ |
inet6.py | 129 if in6_ismaddr(ip6): # Multicast 514 # request was sent to a multicast address (other.dst) [all...] |
/external/libpcap/ |
pcap-filter.manmisc | 357 .IP "\fBether multicast\fR" 358 True if the packet is an Ethernet multicast packet. 362 .IP "\fBip multicast\fR" 363 True if the packet is an IPv4 multicast packet. 364 .IP "\fBip6 multicast\fR" 365 True if the packet is an IPv6 multicast packet. 850 For example, `\fBether[0] & 1 != 0\fP' catches all multicast traffic. 992 To select IP broadcast or multicast packets that were 994 sent via Ethernet broadcast or multicast:
|
pcap-filter.manmisc.in | 357 .IP "\fBether multicast\fR" 358 True if the packet is an Ethernet multicast packet. 362 .IP "\fBip multicast\fR" 363 True if the packet is an IPv4 multicast packet. 364 .IP "\fBip6 multicast\fR" 365 True if the packet is an IPv6 multicast packet. 850 For example, `\fBether[0] & 1 != 0\fP' catches all multicast traffic. 992 To select IP broadcast or multicast packets that were 994 sent via Ethernet broadcast or multicast:
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/ |
BiosSnp16.h | 803 MCastAddrCount: Number of multicast MAC addresses in the
805 McastAddr: List of up to MAXNUM_MCADDR multicast MAC
[all...] |
/external/libevent/ |
evbuffer-internal.h | 268 /** Information about the multicast parent of a chain. Lives at the 271 /** source buffer the multicast parent belongs to */ 273 /** multicast parent for this chain */
|
/external/syslinux/gpxe/src/include/gpxe/ |
wpa.h | 325 * unicast and multicast decryption; if the GTK is not valid, 326 * multicast packets cannot be decrypted. 333 /** The cipher to use for broadcast and multicast RX */
|
/external/tcpdump/ |
print-aodv.c | 82 #define RREQ_JOIN 0x80 /* join (reserved for multicast */ 83 #define RREQ_REPAIR 0x40 /* repair (reserved for multicast */ 120 #define RREP_REPAIR 0x80 /* repair (reserved for multicast */
|
/frameworks/base/tests/net/java/android/net/ |
LinkAddressTest.java | 177 // Multicast addresses are rejected. 180 fail("IPv4 multicast address should cause IllegalArgumentException"); 185 fail("IPv6 multicast address should cause IllegalArgumentException");
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
wifi_hal.h | 221 int rx_multicast_cnt; /*Total rx multicast packet which woke up host */ 235 int ipv4_rx_multicast_addr_cnt; /*Rx wake packet was ipv4 multicast */ 236 int ipv6_rx_multicast_addr_cnt; /*Rx wake packet was ipv6 multicast */
|
/external/syslinux/gpxe/src/drivers/net/ |
sis900.c | 32 07 Dec 2003 timlegge - Enabled Multicast Support 787 * with our MAC address, and reject all multicast packets. 798 u16 mc_filter[16] = {0}; /* 256/128 bits multicast hash table */ 805 /* accept all multicast packet */ 810 /* update Multicast Hash Table in Receive Filter */ 817 /* Accept Broadcast and multicast packets, destination addresses that match [all...] |
/development/apps/Development/res/values/ |
strings.xml | 26 <string name="acquire_wifi_multicast_lock">Acquire Multicast Lock</string> 27 <string name="release_wifi_multicast_lock">Release Multicast Lock</string>
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/ |
Ip4Impl.h | 247 to receive unicast/multicast/broadcast. And it will enable/disable
315 Change the IP4 child's multicast setting. The caller
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/ |
MnpConfig.c | [all...] |
/device/linaro/bootloader/edk2/NetworkPkg/Udp6Dxe/ |
Udp6Impl.c | 1060 This function removes the multicast group specified by Arg from the Map.
1065 multicast IPv6 Address. This parameter is
1068 @retval EFI_SUCCESS The multicast address is removed.
1069 @retval EFI_ABORTED The specified multicast address is removed, and the
1089 // McastIp is not NULL and the multicast address contained in the Item
[all...] |
/external/iproute2/include/uapi/linux/ |
if.h | 66 * @IFF_ALLMULTI: receive all multicast packets. Can be toggled through 70 * @IFF_MULTICAST: Supports multicast. Can be toggled through sysfs.
|
/external/kernel-headers/original/uapi/linux/ |
capability.h | 185 /* Allow broadcasting, listen to multicast */ 365 /* Allow reading the audit log via multicast netlink socket */
|
if.h | 68 * @IFF_ALLMULTI: receive all multicast packets. Can be toggled through 72 * @IFF_MULTICAST: Supports multicast. Can be toggled through sysfs.
|
/external/libcap/libcap/include/uapi/linux/ |
capability.h | 170 /* Allow broadcasting, listen to multicast */ 350 /* Allow reading the audit log via multicast netlink socket */
|
/external/strace/ |
rtnl_link.c | 75 PRINT_FIELD_U(", ", st, multicast); 246 PRINT_FIELD_U(", ", st, multicast);
|