HomeSort by relevance Sort by last modified time
    Searched full:multicastaddress (Results 1 - 12 of 12) sorted by null

  /external/syslinux/efi32/include/efi/
efiudp.h 65 IN EFI_IPv4_ADDRESS *MulticastAddress OPTIONAL
195 IN EFI_IPv6_ADDRESS *MulticastAddress OPTIONAL
  /external/syslinux/efi64/include/efi/
efiudp.h 65 IN EFI_IPv4_ADDRESS *MulticastAddress OPTIONAL
195 IN EFI_IPv6_ADDRESS *MulticastAddress OPTIONAL
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efiudp.h 65 IN EFI_IPv4_ADDRESS *MulticastAddress OPTIONAL
195 IN EFI_IPv6_ADDRESS *MulticastAddress OPTIONAL
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Udp4/
Udp4.h 159 IN EFI_IPv4_ADDRESS *MulticastAddress OPTIONAL
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Udp4Dxe/
Udp4Main.c 297 filtering. If the JoinFlag is FALSE and the MulticastAddress is NULL, then all
303 @param[in] MulticastAddress Pointer to multicast group address to join or leave.
312 - JoinFlag is TRUE and MulticastAddress is NULL.
313 - JoinFlag is TRUE and *MulticastAddress is not
327 IN EFI_IPv4_ADDRESS *MulticastAddress OPTIONAL
336 if ((This == NULL) || (JoinFlag && (MulticastAddress == NULL))) {
342 CopyMem (&McastIp, MulticastAddress, sizeof (IP4_ADDR));
366 Status = Ip->Groups (Ip, JoinFlag, MulticastAddress);
383 NetMapIterate (&Instance->McastIps, Udp4LeaveGroup, MulticastAddress);
Udp4Impl.h 202 filtering. If the JoinFlag is FALSE and the MulticastAddress is NULL, then all
208 @param[in] MulticastAddress Pointer to multicast group address to join or leave.
217 - JoinFlag is TRUE and MulticastAddress is NULL.
218 - JoinFlag is TRUE and *MulticastAddress is not
232 IN EFI_IPv4_ADDRESS *MulticastAddress OPTIONAL
  /device/linaro/bootloader/edk2/NetworkPkg/Udp6Dxe/
Udp6Main.c 302 @param[in] MulticastAddress Pointer to multicast group address to join or
311 JoinFlag is TRUE and MulticastAddress is NULL.
312 JoinFlag is TRUE and *MulticastAddress is not a
326 IN EFI_IPv6_ADDRESS *MulticastAddress OPTIONAL
335 if ((This == NULL) || (JoinFlag && (MulticastAddress == NULL))) {
342 if (!IP6_IS_MULTICAST (MulticastAddress)) {
346 McastIp = AllocateCopyPool (sizeof (EFI_IPv6_ADDRESS), MulticastAddress);
364 Status = Ip->Groups (Ip, JoinFlag, MulticastAddress);
381 NetMapIterate (&Instance->McastIps, Udp6LeaveGroup, MulticastAddress);
Udp6Impl.h 410 @param[in] MulticastAddress Pointer to multicast group address to join or
419 MulticastAddress is NULL. JoinFlag is TRUE and
420 *MulticastAddress is not a valid multicast
434 IN EFI_IPv6_ADDRESS *MulticastAddress OPTIONAL
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Udp4.h 207 filtering. If the JoinFlag is FALSE and the MulticastAddress is NULL, then all
213 @param MulticastAddress The pointer to multicast group address to join or leave.
222 - JoinFlag is TRUE and MulticastAddress is NULL.
223 - JoinFlag is TRUE and *MulticastAddress is not
237 IN EFI_IPv4_ADDRESS *MulticastAddress OPTIONAL
Udp6.h 384 If the JoinFlag is FALSE and the MulticastAddress is NULL, then all currently joined groups are left.
389 @param[in] MulticastAddress Pointer to multicast group address to join or leave.
396 - JoinFlag is TRUE and MulticastAddress is NULL.
397 - JoinFlag is TRUE and *MulticastAddress is not a valid multicast address.
408 IN EFI_IPv6_ADDRESS *MulticastAddress OPTIONAL
  /external/libpcap/msdos/
ndis2.h 285 BYTE multicastAddress[16][16];
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mqoai.h     [all...]

Completed in 7729 milliseconds