HomeSort by relevance Sort by last modified time
    Searched full:multicast (Results 526 - 550 of 658) sorted by null

<<21222324252627

  /external/wpa_supplicant_8/hostapd/
README 346 # Group cipher suite (encryption algorithm for broadcast and multicast frames)
352 # Time interval for rekeying GTK (broadcast/multicast encryption keys) in
  /libcore/luni/src/main/java/java/net/
DatagramSocket.java 193 * Indicates whether this socket is multicast or not.
552 * same address. That could be needed for receiving multicast packets.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asequencer.h 518 #define SNDRV_SEQ_FILTER_MULTICAST (1<<1) /* accept multicast messages */
527 unsigned char multicast_filter[8]; /* multicast filter bitmap */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asequencer.h 518 #define SNDRV_SEQ_FILTER_MULTICAST (1<<1) /* accept multicast messages */
527 unsigned char multicast_filter[8]; /* multicast filter bitmap */
    [all...]
  /frameworks/base/docs/html/google/gcm/
gcm.jd 312 <li>A 3rd-party application server can either send messages to a single device or to multiple devices. A message sent to multiple devices simultaneously is called a <em>multicast message</em>.</li>
316 <li>However, to send multicast messages, you must use JSON. Plain text will not work.</li>
354 <td>A string array with the list of devices (registration IDs) receiving the message. It must contain at least 1 and at most 1000 registration IDs. To send a multicast message, you must use JSON. For sending a single message to a single device, you could use a JSON object with just 1 registration id, or plain text (see below). A request must include a recipient&mdash;this can be either a registration ID, an array of registration IDs, or a {@code notification_key}.</td>
449 <p>If you want to test your request (either JSON or plain text) without delivering the message to the devices, you can set an optional HTTP or JSON parameter called <code>dry_run</code> with the value <code>true</code>. The result will be almost identical to running the request without this parameter, except that the message will not be delivered to the devices. Consequently, the response will contain fake IDs for the message and multicast fields (see <a href="#response">Response format</a>).</p>
534 <td>Unique ID (number) identifying the multicast message.</td>
    [all...]
  /hardware/ti/wlan/mac80211/wpa_supplicant_lib/
nl80211.h 198 * NL80211_CMD_GET_SCAN and on the "scan" multicast group)
205 * NL80211_CMD_GET_SURVEY and on the "scan" multicast group)
236 * as an event on the "mlme" multicast group indicating completion of the
271 * MIC (part of TKIP) failure; sent on the "mlme" multicast group; the
    [all...]
  /external/tcpdump/
CHANGES 730 IP Multicast tunnel, you cannot filter out the datagrams using the
757 - Added 'multicast' keyword and extended the 'broadcast' keyword can now be
759 and "ether multicast" are valid filters.
decnet.h 143 #define II_NOMCAST 040 /* no multicast traffic accepted */
print-bgp.c 325 { SAFNUM_MULTICAST, "Multicast"},
326 { SAFNUM_UNIMULTICAST, "Unicast+Multicast"},
332 { SAFNUM_VPNMULTICAST, "labeled VPN Multicast"},
333 { SAFNUM_VPNUNIMULTICAST, "labeled VPN Unicast+Multicast"},
    [all...]
print-dhcp6.c 309 return "use multicast";
print-eigrp.c 99 { EIGRP_TLV_MCAST_SEQ, "Next Multicast Sequence"},
print-ospf6.c 415 /* Multicast extensions as of 23 July 1991 */
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h     [all...]
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 564 * Set multicast bit, to prevent conflicts
  /external/iproute2/ip/
iprule.c 454 fprintf(stderr, "Multicast rules are only supported for IPv4/IPv6, was: %i\n",
  /external/jmdns/src/javax/jmdns/
JmDNS.java 342 * Clients receiving a Multicast DNS Response with a TTL of zero SHOULD NOT immediately delete the record from the cache, but instead record a TTL of 1 and then delete the record one second later.
  /external/kernel-headers/original/linux/
capability.h 191 /* Allow broadcasting, listen to multicast */
  /external/libpcap/
scanner.l 254 multicast return TK_MULTICAST;
  /external/qemu/
net-android.c     [all...]
net.c     [all...]
  /frameworks/base/core/java/android/os/
CommonTimeConfig.java 157 * multicast address, unicast addresses are considered to be illegal values.
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3_addr.c 272 BIO_puts(out, " (Multicast)");
275 BIO_puts(out, " (Unicast/Multicast)");
    [all...]
  /external/dnsmasq/
dnsmasq.conf.example 377 # Use bootserver on network, found my multicast or broadcast.
383 # If you have multicast-FTP available,
  /external/grub/netboot/
depca.c 197 0.381 12-dec-94 Added DE101 recognition, fix multicast bug.
442 u8 mcast_table[8]; /* Multicast Hash Table. */
sk_g16.c 56 * - Implement Multicast addressing. At minimum something like
958 for (i = 0; i < 8; i++) /* Set multicast, logical address */

Completed in 1609 milliseconds

<<21222324252627