/device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/ |
Mtftp6Rrq.c | 264 // are active (unicast client or master client for multicast download).
304 4. The server doesn't change its multicast channel.
340 // setting. But if it use the specific multicast channel, it can't
363 Configure Udp6Io to receive a packet from a multicast address.
420 // Join the multicast group
438 @retval EFI_DEVICE_ERROR Failed to create/start a multicast Udp6 child.
517 // Save the multicast info. Always update the Master, only update the
518 // multicast IP address, block size, timeoute at the first time. If IP
519 // address is updated, create a UDP child to receive the multicast.
537 (UINT8 *) "Illegal multicast setting" [all...] |
/external/syslinux/gpxe/src/net/ |
infiniband.c | 334 * Find queue pair by multicast GID 337 * @v gid Multicast GID 639 * Multicast 645 * Attach to multicast group 649 * @v gid Multicast GID 653 * to the multicast GID; it does not issue the relevant MADs to join 654 * the multicast group on the subnet. 661 /* Add to software multicast GID list */ 670 /* Add to hardware multicast GID list */ 684 * Detach from multicast grou [all...] |
/external/iproute2/man/man8/ |
ip-link.8.in | 65 .RB "[ " multicast " { " on " | " off " } ]" 513 - specifies the multicast IP address to join. 1007 - The last byte of the multicast address used for HSR supervision frames. 1098 - set the MAC address of the multicast group this bridge uses for STP. The address must be a link-local address in standard Ethernet MAC address format, ie an address of the form 01:80:C2:00:00:0X, with X in [0, 4..f]. 1142 - turn multicast snooping on 1148 - set bridge's multicast router if IGMP snooping is enabled. 1174 IGMP querier, ie sending of multicast queries by the bridge (default: disabled). 1182 - set multicast database hash elasticity, ie the maximum chain length in the multicast hash table (defaults to 4). 1185 - set maximum size of multicast hash table (defaults to 512, value must be a power of 2) [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/ |
Mtftp4Impl.h | 7 RFC2090 - TFTP Multicast Option
143 // Parameter used by RRQ's multicast download.
|
/external/autotest/client/deps/lansim/ |
control | 26 with multicast you can write those services using this simulator but 28 since an outbound multicast packet will be sent out on the real
|
/external/iproute2/include/uapi/linux/ |
if_bridge.h | 159 /* Bridge multicast database attributes 205 /* multicast router types */
|
/external/kernel-headers/original/uapi/linux/ |
if_bridge.h | 159 /* Bridge multicast database attributes 205 /* multicast router types */
|
/external/ltp/testcases/network/multicast/mc_commo/ |
mc_commo | 20 # To verify that IP Multicast can be used to send UDP datagrams 22 # a specific IP Multicast group and a specific port address.
|
/external/syslinux/gpxe/ |
gpxe.diff | 13 #undef DOWNLOAD_PROTO_TFTM /* Multicast Trivial File Transfer Protocol */ 14 #undef DOWNLOAD_PROTO_SLAM /* Scalable Local Area Multicast */
|
/external/syslinux/gpxe/src/config/ |
general.h | 60 #undef DOWNLOAD_PROTO_TFTM /* Multicast Trivial File Transfer Protocol */ 61 #undef DOWNLOAD_PROTO_SLAM /* Scalable Local Area Multicast */
|
/external/syslinux/gpxe/src/include/gpxe/ |
infiniband.h | 123 /** An Infiniband multicast GID */ 125 /** List of multicast GIDs on this QP */ 127 /** Multicast GID */ 162 /** List of multicast GIDs */ 331 /** Attach to multicast group 335 * @v gid Multicast GID 341 /** Detach from multicast group 345 * @v gid Multicast GID
|
/frameworks/base/core/java/android/net/metrics/ |
ApfStats.java | 44 /** number of APF program updates from allowing multicast traffic. */ 94 .append(String.format("updates: {all: %d, RAs: %d, allow multicast: %d})",
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/ |
if_ether.h | 86 * Macro to map an IP multicast address to an Ethernet multicast address.
|
if_tr.h | 68 unsigned long multicast; /* multicast packets received */ member in struct:tr_statistics
|
/prebuilts/go/darwin-x86/src/net/ |
interface_test.go | 180 ipv4, ipv6 int // # of active connected unicast, anycast or multicast routes 281 // Test the existence of connected multicast route 282 // clones for IPv4. Unlike IPv6, IPv4 multicast 284 // multicast validation is ignored and we only check 287 // Test the existence of connected multicast route 289 // interface as the nexthop for multicast routing. 290 // We can assume the existence of connected multicast 294 return fmt.Errorf("num IPv6 multicast route clones = 0; want >0; summary: %+v, %+v, %+v", ifStats, uniStats, multiStats)
|
interface.go | 24 errNoSuchMulticastInterface = errors.New("no such multicast network interface") 45 FlagMulticast // interface supports multicast access capability 53 "multicast", 85 // MulticastAddrs returns a list of multicast, joined group addresses
|
/prebuilts/go/linux-x86/src/net/ |
interface_test.go | 180 ipv4, ipv6 int // # of active connected unicast, anycast or multicast routes 281 // Test the existence of connected multicast route 282 // clones for IPv4. Unlike IPv6, IPv4 multicast 284 // multicast validation is ignored and we only check 287 // Test the existence of connected multicast route 289 // interface as the nexthop for multicast routing. 290 // We can assume the existence of connected multicast 294 return fmt.Errorf("num IPv6 multicast route clones = 0; want >0; summary: %+v, %+v, %+v", ifStats, uniStats, multiStats)
|
/prebuilts/jdk/jdk8/darwin-x86/sample/nio/multicast/ |
MulticastAddress.java | 47 * Parses and represents a multicast address. 118 "' is not multicast address");
|
/prebuilts/jdk/jdk8/linux-x86/sample/nio/multicast/ |
MulticastAddress.java | 47 * Parses and represents a multicast address. 118 "' is not multicast address");
|
/external/libnl/man/ |
genl-ctrl-list.8 | 62 A list of registered multicast groups including name (if available)
|
/external/ltp/testcases/network/iproute/ |
ip_tests.sh | 225 tst_resm TINFO "adding a new multicast addr" 233 tst_resm TINFO "show all multicast addr entries" 247 tst_resm TFAIL "multicast addr not added to $iface" 251 tst_resm TINFO "delete multicast address"
|
/external/scapy/scapy/ |
utils6.py | 174 elif orb(naddr[0]) == 0xff: # multicast 264 Generate a Link-Scoped Multicast Address as described in RFC 4489. 268 Link-scoped multicast address IID. 281 Multicast address, or if another error occurs, None is returned. 577 Return link-local solicited-node multicast address for given 586 def in6_getnsmac(a): # return multicast Ethernet address associated with multicast v6 destination 588 Return the multicast mac address associated with provided 625 multicast address, i.e. belongs to ff02::1:ff00:0/104. False is 679 allocated Multicast address space (ff00::/8) [all...] |
/external/tcpdump/ |
ospf.h | 40 #define OSPF_OPTION_MC 0x04 /* MC bit: Multicast capable */ 67 #define LS_TYPE_GROUP 6 /* Group membership (multicast */ 134 /* multicast vertex type */ 223 /* Multicast group membership */
|
/external/tcpdump/tests/ |
bgp_vpn_rt-oobr.out | 8 AFI: IPv6 (2), SAFI: Multicast VPN (5)
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
DatagramChannelMulticastTest.java | 44 * Tests associated with multicast behavior of DatagramChannel. 84 // The loopback interface isn't actually useful for sending/receiving multicast messages 93 // Determine if the device is marked to support multicast or not. If this propery is not 94 // set we assume the device has an interface capable of supporting multicast. 96 System.getProperty("android.cts.device.multicast", "true")); 120 + " multicast"); 124 + " multicast"); 333 // Skip interfaces that do not support multicast - there's no point in proving 334 // they cannot send / receive multicast messages. 715 /** Checks that block() works when the receiver is bound to the multicast group address * [all...] |