HomeSort by relevance Sort by last modified time
    Searched refs:DestAddr (Results 1 - 25 of 43) sorted by null

1 2

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/
Receive.c 27 @param DestAddr Pointer to contain the destination ethernet address on
51 EFI_MAC_ADDRESS *DestAddr,
124 if (DestAddr != NULL) {
125 CopyMem (DestAddr, &Db->DestAddr, Snp->Mode.HwAddressSize);
156 In addition, if SrcAddr, DestAddr, and Protocol are not NULL, then these values
173 @param DestAddr The destination HW MAC address. If this parameter is NULL,
204 OUT EFI_MAC_ADDRESS *DestAddr OPTIONAL,
249 DestAddr,
Transmit.c 26 @param DestAddr Address of the destination mac address buffer.
41 EFI_MAC_ADDRESS *DestAddr,
64 (VOID *) Cpb->DestAddr,
65 (VOID *) DestAddr,
225 returned. If HeaderSize is nonzero and DestAddr or Protocol is NULL, then
241 be equal to This->Mode->MediaHeaderSize and the DestAddr and
254 @param DestAddr The destination HW MAC address. If HeaderSize is zero, then
279 IN EFI_MAC_ADDRESS *DestAddr, OPTIONAL
327 if (HeaderSize != Snp->Mode.MediaHeaderSize || DestAddr == 0 || Protocol == 0) {
338 DestAddr,
    [all...]
Snp.h     [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
SnpTransmit.c 31 DestAddr and Protocol parameters must not be NULL.
44 @param DestAddr The destination HW MAC address. If HeaderSize is zero,
72 IN EFI_MAC_ADDRESS *DestAddr OPTIONAL,
125 DestAddr == NULL || Protocol == NULL) {
132 CopyMem (Ptr, DestAddr, SIZE_OF_VNET (Mac));
SnpReceive.c 39 @param DestAddr The destination HW MAC address. If this parameter is NULL,
70 OUT EFI_MAC_ADDRESS *DestAddr OPTIONAL,
149 if (DestAddr != NULL) {
150 CopyMem (DestAddr, RxPtr, SIZE_OF_VNET (Mac));
VirtioNet.h 235 IN EFI_MAC_ADDRESS *DestAddr OPTIONAL,
247 OUT EFI_MAC_ADDRESS *DestAddr OPTIONAL,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
qos2.h 84 PSOCKADDR DestAddr,
155 PSOCKADDR DestAddr,
161 PSOCKADDR DestAddr,
  /device/linaro/bootloader/edk2/EmulatorPkg/Include/Protocol/
EmuSnp.h 346 must be equal to This->Mode->MediaHeaderSize and the DestAddr
358 @param DestAddr The destination HW MAC address. If HeaderSize is zero, then this
381 IN EFI_MAC_ADDRESS *DestAddr OPTIONAL,
399 @param DestAddr The destination HW MAC address. If this parameter is NULL,
425 OUT EFI_MAC_ADDRESS *DestAddr OPTIONAL,
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
BerkeleyPacketFilter.c 793 must be equal to This->Mode->MediaHeaderSize and the DestAddr
805 @param DestAddr The destination HW MAC address. If HeaderSize is zero, then this
827 IN EFI_MAC_ADDRESS *DestAddr OPTIONAL,
841 if ((DestAddr == NULL) || (Protocol == NULL) || (HeaderSize != Private->Mode->MediaHeaderSize)) {
851 CopyMem (EnetHeader->DstAddr, DestAddr, NET_ETHER_ADDR_LEN);
878 @param DestAddr The destination HW MAC address. If this parameter is NULL,
903 OUT EFI_MAC_ADDRESS *DestAddr OPTIONAL,
    [all...]
LinuxPacketFilter.c 431 must be equal to This->Mode->MediaHeaderSize and the DestAddr
443 @param DestAddr The destination HW MAC address. If HeaderSize is zero, then this
465 IN EFI_MAC_ADDRESS *DestAddr OPTIONAL,
490 @param DestAddr The destination HW MAC address. If this parameter is NULL,
515 OUT EFI_MAC_ADDRESS *DestAddr OPTIONAL,
  /external/llvm/lib/Target/X86/
X86ExpandPseudo.cpp 147 MachineOperand &DestAddr = MBBI->getOperand(0);
148 assert(DestAddr.isReg() && "Offset should be in register!");
154 .addReg(DestAddr.getReg());
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleNetwork/
SimpleNetwork.h 524 IN EFI_MAC_ADDRESS * DestAddr OPTIONAL,
536 must be equal to This->Mode->MediaHeaderSize and the DestAddr
575 OUT EFI_MAC_ADDRESS * DestAddr OPTIONAL,
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
SimpleNetwork.h 534 must be equal to This->Mode->MediaHeaderSize and the DestAddr
546 @param DestAddr The destination HW MAC address. If HeaderSize is zero, then this
569 IN EFI_MAC_ADDRESS *DestAddr OPTIONAL,
587 @param DestAddr The destination HW MAC address. If this parameter is NULL,
613 OUT EFI_MAC_ADDRESS *DestAddr OPTIONAL,
  /external/syslinux/efi32/include/efi/
efinet.h 297 IN EFI_MAC_ADDRESS *DestAddr OPTIONAL,
312 OUT EFI_MAC_ADDRESS *DestAddr OPTIONAL,
efi_pxe.h     [all...]
  /external/syslinux/efi64/include/efi/
efinet.h 297 IN EFI_MAC_ADDRESS *DestAddr OPTIONAL,
312 OUT EFI_MAC_ADDRESS *DestAddr OPTIONAL,
efi_pxe.h     [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efinet.h 297 IN EFI_MAC_ADDRESS *DestAddr OPTIONAL,
312 OUT EFI_MAC_ADDRESS *DestAddr OPTIONAL,
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
SimpleNetwork.h 465 must be equal to This->Mode->MediaHeaderSize and the DestAddr
500 IN EFI_MAC_ADDRESS *DestAddr OPTIONAL,
544 OUT EFI_MAC_ADDRESS *DestAddr OPTIONAL,
  /device/linaro/bootloader/edk2/EmulatorPkg/EmuSnpDxe/
EmuSnpDxe.h 404 must be equal to This->Mode->MediaHeaderSize and the DestAddr
416 @param DestAddr The destination HW MAC address. If HeaderSize is zero, then this
435 IN EFI_MAC_ADDRESS* DestAddr OPTIONAL,
  /device/linaro/bootloader/edk2/Nt32Pkg/SnpNt32Dxe/
SnpNt32.h 102 IN EFI_MAC_ADDRESS * DestAddr,
SnpNt32.c 313 must be equal to This->Mode->MediaHeaderSize and the DestAddr
325 @param DestAddr The destination HW MAC address. If HeaderSize is zero, then this
344 IN EFI_MAC_ADDRESS *DestAddr OPTIONAL,
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
BiosSnp16.h 443 must be equal to This->Mode->MediaHeaderSize and the DestAddr
455 @param DestAddr The destination HW MAC address. If HeaderSize is zero, then this
478 IN EFI_MAC_ADDRESS *DestAddr OPTIONAL,
497 @param DestAddr The destination HW MAC address. If this parameter is NULL,
523 OUT EFI_MAC_ADDRESS *DestAddr OPTIONAL,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
EfiPxe.h     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiPxe.h     [all...]

Completed in 1369 milliseconds

1 2