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

<<11121314151617181920>>

  /external/iw/
event.c 649 /* Configuration multicast group */
658 /* Scan multicast group */
666 /* Regulatory multicast group */
674 /* MLME multicast group */
704 /* no sequence checking for multicast messages */
  /external/libnl/python/netlink/route/
link.py 76 MULTICAST = 22
490 ['Multicast', None, MULTICAST],
496 ['Multicast Packets', IP6_INMCASTPKTS, IP6_OUTMCASTPKTS],
497 ['Multicast Bytes', IP6_INMCASTOCTETS, IP6_OUTMCASTOCTETS],
  /external/linux-kselftest/tools/testing/selftests/networking/timestamping/
timestamping.c 408 /* set multicast group for outgoing packets */
416 bail("set multicast");
418 /* join multicast group, loop our own packet */
421 bail("join multicast group");
425 bail("loop multicast");
  /external/parameter-framework/asio-1.10.6/include/asio/
basic_socket.hpp 779 * asio::ip::multicast::join_group @n
780 * asio::ip::multicast::leave_group @n
781 * asio::ip::multicast::enable_loopback @n
782 * asio::ip::multicast::outbound_interface @n
783 * asio::ip::multicast::hops @n
821 * asio::ip::multicast::join_group @n
822 * asio::ip::multicast::leave_group @n
823 * asio::ip::multicast::enable_loopback @n
824 * asio::ip::multicast::outbound_interface @n
825 * asio::ip::multicast::hops @
    [all...]
  /external/toybox/toys/net/
ifconfig.c 40 multicast - force interface into multicast mode if the driver doesn't
41 allmulti - promisc for multicast packets
215 "RUNNING", "NOARP", "PROMISC", "ALLMULTI", "MASTER", "SLAVE", "MULTICAST",
372 {"multicast", IFF_MULTICAST, 0},
  /frameworks/base/core/java/android/net/
MacAddress.java 69 /** Indicates a MAC address is a multicast address. */
108 * @return true if this MacAddress is a multicast address.
335 * The locally assigned bit is always set to 1. The multicast bit is always set to 0.
349 * The locally assigned bit is always set to 1. The multicast bit is always set to 0.
367 * The locally assigned bit is always set to 1. The multicast bit is always set to 0.
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Impl.h 279 to receive unicast/multicast/broadcast. And it will enable/disable
432 Joins and leaves multicast groups.
434 The Groups() function is used to join and leave multicast group sessions. Joining a group will
435 enable reception of matching multicast packets. Leaving a group will disable reception of matching
436 multicast packets. Source-Specific Multicast isn't required to be supported.
441 @param[in] JoinFlag Set to TRUE to join the multicast group session and FALSE to leave.
442 @param[in] GroupAddress The pointer to the IPv6 multicast address.
450 not a multicast IPv6 address.
455 @retval EFI_UNSUPPORTED This EFI IPv6 Protocol implementation does not support multicast groups.
    [all...]
  /frameworks/base/services/net/java/android/net/apf/
ApfFilter.java 375 // Listen for doze-mode transition changes to enable/disable the IPv6 multicast filter.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Impl.c 96 Joins and leaves multicast groups.
98 The Groups() function is used to join and leave multicast group sessions. Joining
99 a group will enable reception of matching multicast packets. Leaving a group will
100 disable the multicast packet reception.
105 @param[in] JoinFlag Set to TRUE to join the multicast group session and FALSE to leave.
106 @param[in] GroupAddress Pointer to the IPv4 multicast address.
113 not a multicast IPv4 address.
118 @retval EFI_UNSUPPORTED This EFI IPv4 Protocol implementation does not support multicast groups.
456 to receive unicast/multicast/broadcast. And it will enable/disable
    [all...]
Ip4If.h 27 as link broadcast/multicast...
40 @param[in] LinkFlag Indicate if the frame is received as link broadcast/multicast.
252 multicast address, it is transmitted immediately. If the next hop
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/
Ax88772.c 154 Clear the multicast hash table
166 // Clear the multicast hash table
173 Enable a multicast address in the multicast hash table
734 // Enable multicast if requested
739 // Update the multicast hash table
752 // Enable all multicast if requested
  /device/linaro/bootloader/edk2/StdLib/Include/netinet6/
in6.h 317 * Multicast
328 * Multicast Scope
413 #define IPV6_MULTICAST_IF 9 /* u_int; set/get IP6 multicast i/f */
414 #define IPV6_MULTICAST_HOPS 10 /* int; set/get IP6 multicast hops */
415 #define IPV6_MULTICAST_LOOP 11 /* u_int; set/get IP6 multicast loopback */
582 #define IPV6CTL_MRTSTATS 7 /* multicast forwarding stats */
583 #define IPV6CTL_MRTPROTO 8 /* multicast routing protocol */
  /external/libnl/lib/route/
addr.c 392 nl_dump(p, " multicast %s",
447 diff |= ADDR_DIFF(MULTICAST, nl_addr_cmp(a->a_multicast,
474 __ADD(ADDR_ATTR_MULTICAST, multicast)
990 int rtnl_addr_set_multicast(struct rtnl_addr *addr, struct nl_addr *multicast)
992 if (multicast && multicast->a_family != AF_INET6)
995 return __assign_addr(addr, &addr->a_multicast, multicast,
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
PxeUndi.c 249 MCastAddrCount: Number of multicast MAC addresses in the
251 McastAddr: List of up to MAXNUM_MCADDR multicast MAC
398 or the multicast MAC address.
569 UNDI SET MULTICAST ADDRESS
576 Description: This call changes the current list of multicast addresses to the input list and resets the network
577 adapter to accept it. If the number of multicast addresses is zero, multicast is disabled.
    [all...]
  /external/kernel-headers/original/uapi/scsi/fc/
fc_fs.h 166 FC_FID_MCAST_SERV = 0xfffff5, /* multicast server */
339 FC_RJT_MCAST_ERR = 0x22, /* multicast error */
340 FC_RJT_MCAST_ET = 0x23, /* multicast error terminate */
  /external/libnl/include/linux-private/linux/
rtnetlink.h 187 RTN_MULTICAST, /* Multicast route */
520 /* RTnetlink multicast groups - backwards compatibility for userspace */
542 /* RTnetlink multicast groups */
  /external/scapy/scapy/arch/
unix.py 274 if "m" in flags: # multicast address
275 # Note: multicast routing is handled in Route6.route()
320 # Note: multicast routing is handled in Route6.route()
  /external/syslinux/core/lwip/src/core/ipv4/
icmp.c 112 /* multicast destination address? */
123 /* broadcast or multicast destination address not acceptd? */
125 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: Not echoing to multicast or broadcast pings\n"));
  /external/syslinux/gpxe/src/drivers/net/
ne2k_isa.c 16 Multicast support added by Timothy Legge (timlegge@users.sourceforge.net) 09/28/2003
92 enable_multicast - Enable Multicast
104 DBG("Error SMC 83C690 Multicast filter read/write mishap %d\n",
  /external/tcpdump/
ipproto.c 177 "mtp", /* 92 (Multicast Transport Protocol) */
189 * Multicast)
215 "sm", /* 122 (Simple Multicast Protocol) */
print-icmp6.c 104 #define MLD6_LISTENER_QUERY 130 /* multicast listener query */
106 #define MLD6_LISTENER_REPORT 131 /* multicast listener report */
108 #define MLD6_LISTENER_DONE 132 /* multicast listener done */
128 #define MLDV2_LISTENER_REPORT 143 /* v2 multicast listener report */
172 * Multicast Listener Discovery
176 struct in6_addr mld6_addr; /* multicast address */
502 { MLD6_LISTENER_QUERY, "multicast listener query"},
503 { MLD6_LISTENER_REPORT, "multicast listener report"},
504 { MLD6_LISTENER_DONE, "multicast listener done"},
513 { MLDV2_LISTENER_REPORT, "multicast listener report v2"}
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
rtnetlink.h 187 RTN_MULTICAST, /* Multicast route */
519 /* RTnetlink multicast groups - backwards compatibility for userspace */
540 /* RTnetlink multicast groups */
  /prebuilts/go/darwin-x86/src/net/
udpsock.go 224 // except multicast IP addresses.
249 // local system including the group, multicast IP address.
251 // multicast interface, although this is not recommended because the
  /prebuilts/go/linux-x86/src/net/
udpsock.go 224 // except multicast IP addresses.
249 // local system including the group, multicast IP address.
251 // multicast interface, although this is not recommended because the
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Mtftp4/
Mtftp4.h 18 UEFI Multicast Trivial File Tranfer Protocol Definition

Completed in 1536 milliseconds

<<11121314151617181920>>