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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/net/dns/
address_sorter_posix_unittest.cc 256 AddMapping("ff32::1", "fe81::10"); // multicast
316 AddMapping("ff32::1", "fe81::10"); // link-local multicast
317 AddMapping("ff3e::1", "4000::10"); // global multicast
319 AddMapping("ff32::2", "fe81::20"); // deprecated link-local multicast
  /external/jmdns/src/javax/jmdns/impl/
SocketListener.java 15 * Listen for multicast packets.
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSRecordClass.java 47 * Multicast DNS uses the bottom 15 bits to identify the record class...<br/>
  /external/wpa_supplicant_8/src/wps/
wps_upnp_ssdp.c 111 * These are multicast to the world to tell them we are here.
367 * These are very similar to the multicast advertisements, with some
369 * unicast address instead of multicast.
412 * Send it on the multicast socket to avoid having to set up another
450 * port that sent the request to the multicast channel. Devices respond if the
803 * This function assures that the multicast address will be properly
879 "multicast socket to ifname %s: %s",
914 wpa_printf(MSG_DEBUG, "WPS UPnP: Multicast addr 0x%x if addr "
940 * ssdp_open_multicast - Open socket for sending multicast SSDP messages
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
igmp.h 126 * struct for keeping the multicast list in
if.h 38 #define IFF_ALLMULTI 0x200 /* receive all multicast packets*/
43 #define IFF_MULTICAST 0x1000 /* Supports multicast */
in6.h 61 /* IPv6 multicast address of group */
190 * Multicast:
rtnetlink.h 170 RTN_MULTICAST, /* Multicast route */
511 /* RTnetlink multicast groups - backwards compatibility for userspace */
532 /* RTnetlink multicast groups */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
igmp.h 126 * struct for keeping the multicast list in
if.h 38 #define IFF_ALLMULTI 0x200 /* receive all multicast packets*/
43 #define IFF_MULTICAST 0x1000 /* Supports multicast */
in6.h 61 /* IPv6 multicast address of group */
190 * Multicast:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
igmp.h 126 * struct for keeping the multicast list in
if.h 38 #define IFF_ALLMULTI 0x200 /* receive all multicast packets*/
43 #define IFF_MULTICAST 0x1000 /* Supports multicast */
in6.h 61 /* IPv6 multicast address of group */
190 * Multicast:
  /frameworks/base/wifi/java/android/net/wifi/
WifiManager.java     [all...]
WifiNative.java 337 * Start filtering out Multicast V4 packets
340 * Multicast filtering rules work as follows:
342 * The driver can filter multicast (v4 and/or v6) and broadcast packets when in
345 * In order to prevent the driver from filtering the multicast/broadcast packets, we have to
367 * Stop filtering out Multicast V4 packets.
377 * Start filtering out Multicast V6 packets
387 * Stop filtering out Multicast V6 packets.
  /external/iproute2/doc/
ip-cref.tex 117 \item \verb|maddress| --- multicast address
118 \item \verb|mroute| --- multicast routing cache entry
259 \item \verb|multicast on| or \verb|multicast off|
261 --- change the \verb|MULTICAST| flag on the device.
353 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100
415 \item \verb|MULTICAST| --- is an advisory flag indicating that the interface
417 nodes. Broadcasting is a particular case of multicasting, where the multicast
423 Certainly, the use of high bandwidth multicast transfers is not recommended
429 and not destined for a multicast group of which we are member. Usuall
    [all...]
  /external/libpcap/
pcap-dos.h 185 DWORD multicast; /* multicast packets received */ member in struct:net_device_stats
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
wpa.h 41 #define DOT11_RC_INVALID_MC_CIPHER 18 /* Invalid multicast cipher */
78 /* WPA suite/multicast suite */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/
if.h 65 IFF_ALLMULTI = 0x200, /* Receive all multicast packets. */
73 IFF_MULTICAST = 0x1000, /* Supports multicast. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/net/
if.h 65 IFF_ALLMULTI = 0x200, /* Receive all multicast packets. */
73 IFF_MULTICAST = 0x1000, /* Supports multicast. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/net/
if.h 65 IFF_ALLMULTI = 0x200, /* Receive all multicast packets. */
73 IFF_MULTICAST = 0x1000, /* Supports multicast. */
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/netinet/
in.h 202 #define IPPROTO_MTP 92 /* Multicast Transport */
387 #define IP_MULTICAST_IF 9 /* u_char; set/get IP multicast i/f */
388 #define IP_MULTICAST_TTL 10 /* u_char; set/get IP multicast ttl */
389 #define IP_MULTICAST_LOOP 11 /* u_char; set/get IP multicast loopback */
426 struct in_addr imr_multiaddr; /* IP multicast address of group */
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/netinet6/
in6.h 315 * Multicast
326 * Multicast Scope
402 #define IPV6_MULTICAST_IF 9 /* u_char; set/get IP6 multicast i/f */
403 #define IPV6_MULTICAST_HOPS 10 /* u_char; set/get IP6 multicast hops */
404 #define IPV6_MULTICAST_LOOP 11 /* u_char; set/get IP6 multicast loopback */
540 #define IPV6CTL_MRTSTATS 7 /* multicast forwarding stats */
541 #define IPV6CTL_MRTPROTO 8 /* multicast routing protocol */
  /external/iproute2/include/linux/
rtnetlink.h 187 RTN_MULTICAST, /* Multicast route */
519 /* RTnetlink multicast groups - backwards compatibility for userspace */
540 /* RTnetlink multicast groups */

Completed in 1479 milliseconds

1 2 3 4 5 6 7 8 91011>>