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

<<11121314151617181920>>

  /external/tcpdump/
print-msdp.c 19 /* \summary: Multicast Source Discovery Protocol (MSDP) printer */
  /external/wpa_supplicant_8/src/wps/
wps_upnp_ssdp.c 105 * These are multicast to the world to tell them we are here.
360 * These are very similar to the multicast advertisements, with some
362 * unicast address instead of multicast.
405 * Send it on the multicast socket to avoid having to set up another
443 * port that sent the request to the multicast channel. Devices respond if the
795 * This function assures that the multicast address will be properly
871 "multicast socket to ifname %s: %s",
906 wpa_printf(MSG_DEBUG, "WPS UPnP: Multicast addr 0x%x if addr "
932 * ssdp_open_multicast - Open socket for sending multicast SSDP messages
  /frameworks/base/core/jni/
android_net_NetUtils.cpp 225 // Set the multicast hoplimit to 255 (link-local only).
243 // Explicitly disable multicast loopback.
252 // Specify the IPv6 interface to use for outbound multicast.
281 // Join the all-routers multicast group, ff02::2%index.
  /frameworks/base/services/net/java/android/net/util/
PrefixUtils.java 40 pfx("ff02::/8"), // IPv6 link-local multicast
  /libcore/luni/src/main/native/
NetworkUtilities.h 36 // address, and for the MCAST_JOIN_GROUP, MCAST_LEAVE_GROUP, and other multicast socket
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
igmp.h 125 * struct for keeping the multicast list in
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/internal/nettest/
interface.go 9 // IsMulticastCapable reports whether ifi is an IP multicast-capable
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/internal/nettest/
interface.go 9 // IsMulticastCapable reports whether ifi is an IP multicast-capable
  /system/bt/stack/pan/
pan_int.h 81 pan_mfilt_ind_cb; /* multicast filter indication callback */
  /libcore/ojluni/src/main/java/java/net/
InetAddress.java 54 * Administratively Scoped IP Multicast</i></a>, and <a
64 * <blockquote><table cellspacing=2 summary="Description of unicast and multicast address types">
84 * <tr><th valign=top><i>multicast</i></th>
86 * to different nodes). A packet sent to a multicast address is
343 * IP multicast address.
345 * an IP multicast address
396 * Utility routine to check if the multicast address has global scope.
399 * is a multicast address of global scope, false if it is not
400 * of global scope or it is not a multicast address
408 * Utility routine to check if the multicast address has node scope
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
MnpIo.c 535 non-NULL and it contains the destination multicast
537 destinated to a multicast mac address.
581 // Check multicast addresses.
593 // multicast address.
616 pass out the address of the multicast address the
667 // It's multicast, try to match the multicast filters.
680 // No match, set GroupAddress to NULL. This multicast packet must
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Udp6Dxe/
Udp6Main.c 297 This function is used to enable and disable the multicast group filtering.
300 @param[in] JoinFlag Set to TRUE to join a multicast group. Set to
301 FALSE to leave one or all multicast groups.
302 @param[in] MulticastAddress Pointer to multicast group address to join or
313 valid multicast address.
371 // Keep a local copy of the configured multicast IPs because IpIo receives
373 // the matched instance. This copy of multicast IPs is used to avoid receive
374 // the mutlicast datagrams destinated to multicast IPs the other instances configured.
  /external/autotest/client/deps/lansim/src/
wrapper_linux_if.c 64 * @IFF_ALLMULTI: receive all multicast packets. Can be toggled through
68 * @IFF_MULTICAST: Supports multicast. Can be toggled through sysfs.
  /external/iw/
ibss.c 157 /* multicast rate */
206 "it with the specified basic-rates, multicast-rate and beacon-interval.");
  /external/libnl/include/linux-private/linux/
if_bad.h 35 #define IFF_ALLMULTI 0x200 /* receive all multicast packets*/
40 #define IFF_MULTICAST 0x1000 /* Supports multicast */
  /external/libpcap/
pcap-dos.h 183 DWORD multicast; /* multicast packets received */ member in struct:net_device_stats
  /external/ltp/testcases/kernel/containers/netns/
netns_netlink.c 23 * multicast group.
28 * 4. As the child was listening to RTMGRP_LINK multicast group, it should
  /external/syslinux/gpxe/src/drivers/net/
ipoib.c 62 /** Joined to IPv4 broadcast multicast group
65 * join to the IPv4 broadcast multicast group.
68 /** IPv4 broadcast multicast group membership */
293 * Hash multicast address
543 * Handle IPv4 broadcast multicast group join completion
547 * @v membership Multicast group membership
563 * Join IPv4 broadcast multicast group
585 * Leave IPv4 broadcast multicast group
  /external/webrtc/webrtc/base/
macifaddrs_converter.cc 63 u_quad_t ifs6_in_mcast; /* # of inbound multicast datagrams */
64 u_quad_t ifs6_out_mcast; /* # of outbound multicast datagrams */
  /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 */
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
MulticastSocketTest.java 68 // The loopback interface isn't actually useful for sending/receiving multicast messages
78 // Determine if the device is marked to support multicast or not. If this propery is not
79 // set we assume the device has an interface capable of supporting multicast.
81 System.getProperty("android.cts.device.multicast", "true"));
102 assertTrue("Test environment must have at least one interface capable of multicast for IPv4"
398 // Skip interfaces that do not support multicast - there's no point in proving
399 // they cannot send / receive multicast messages.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/net/
if.h 65 IFF_ALLMULTI = 0x200, /* Receive all multicast packets. */
73 IFF_MULTICAST = 0x1000, /* Supports multicast. */
  /bionic/libc/include/netinet/
icmp6.h 101 #define MLD_LISTENER_QUERY 130 /* multicast listener query */
102 #define MLD_LISTENER_REPORT 131 /* multicast listener report */
103 #define MLD_LISTENER_DONE 132 /* multicast listener done */
169 * Multicast Listener Discovery
173 struct in6_addr mld_addr; /* multicast address */
  /device/linaro/bootloader/edk2/StdLib/Include/netinet/
in.h 102 #define IPPROTO_PIM 103 /* Protocol indep. multicast */
274 #define IP_MULTICAST_IF 9 /* in_addr; set/get IP multicast i/f */
275 #define IP_MULTICAST_TTL 10 /* u_char; set/get IP multicast ttl */
276 #define IP_MULTICAST_LOOP 11 /* u_char; set/get IP multicast loopback */
297 struct in_addr imr_multiaddr; /* IP multicast address of group */
  /external/autotest/client/deps/lansim/src/py/
host.py 112 multicast addresses.
120 # An IP host group address is mapped to an Ethernet multicast address
122 # 23 bits of the Ethernet multicast address 01-00-5E-00-00-00 (hex).
125 # multicast address.
127 if int_ip_addr & 0xF0000000 == 0xE0000000: # Multicast IP address

Completed in 1410 milliseconds

<<11121314151617181920>>