Searched refs:SrcAddr (Results 1 - 25 of 29) sorted by relevance

12

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/
H A DReceive.c26 @param SrcAddr Pointer to contain the source ethernet address on return
50 EFI_MAC_ADDRESS *SrcAddr,
120 if (SrcAddr != NULL) {
121 CopyMem (SrcAddr, &Db->SrcAddr, Snp->Mode.HwAddressSize);
156 In addition, if SrcAddr, DestAddr, and Protocol are not NULL, then these values
171 @param SrcAddr The source HW MAC address. If this parameter is NULL, the HW
203 OUT EFI_MAC_ADDRESS *SrcAddr OPTIONAL,
248 SrcAddr,
45 PxeReceive( SNP_DRIVER *Snp, VOID *Buffer, UINTN *BufferSize, UINTN *HeaderSize, EFI_MAC_ADDRESS *SrcAddr, EFI_MAC_ADDRESS *DestAddr, UINT16 *Protocol ) argument
H A DTransmit.c27 @param SrcAddr Address of the source mac address buffer.
42 EFI_MAC_ADDRESS *SrcAddr,
49 if (SrcAddr != NULL) {
51 (VOID *) Cpb->SrcAddr,
52 (VOID *) SrcAddr,
57 (VOID *) Cpb->SrcAddr,
251 @param SrcAddr The source HW MAC address. If HeaderSize is zero, then this
252 parameter is ignored. If HeaderSize is nonzero and SrcAddr
279 IN EFI_MAC_ADDRESS *SrcAddr, OPTIONAL
340 SrcAddr,
35 PxeFillHeader( SNP_DRIVER *Snp, VOID *MacHeaderPtr, UINTN HeaderSize, VOID *Buffer, UINTN BufferSize, EFI_MAC_ADDRESS *DestAddr, EFI_MAC_ADDRESS *SrcAddr, UINT16 *ProtocolPtr ) argument
274 SnpUndi32Transmit( IN EFI_SIMPLE_NETWORK_PROTOCOL *This, IN UINTN HeaderSize, IN UINTN BufferSize, IN VOID *Buffer, IN EFI_MAC_ADDRESS *SrcAddr, OPTIONAL IN EFI_MAC_ADDRESS *DestAddr, OPTIONAL IN UINT16 *Protocol OPTIONAL ) argument
[all...]
H A DSnp.h929 @param SrcAddr The source HW MAC address. If HeaderSize is zero, then this
930 parameter is ignored. If HeaderSize is nonzero and SrcAddr
957 IN EFI_MAC_ADDRESS *SrcAddr, OPTIONAL
970 In addition, if SrcAddr, DestAddr, and Protocol are not NULL, then these values
985 @param SrcAddr The source HW MAC address. If this parameter is NULL, the HW
1017 OUT EFI_MAC_ADDRESS *SrcAddr OPTIONAL,
/device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
H A DSnpTransmit.c40 @param SrcAddr The source HW MAC address. If HeaderSize is zero, then
42 SrcAddr is NULL, then This->Mode->CurrentAddress is used
71 IN EFI_MAC_ADDRESS *SrcAddr OPTIONAL,
136 (SrcAddr == NULL) ? &Dev->Snm.CurrentAddress : SrcAddr,
H A DSnpReceive.c36 @param SrcAddr The source HW MAC address. If this parameter is NULL, the
69 OUT EFI_MAC_ADDRESS *SrcAddr OPTIONAL,
154 if (SrcAddr != NULL) {
155 CopyMem (SrcAddr, RxPtr, SIZE_OF_VNET (Mac));
H A DVirtioNet.h234 IN EFI_MAC_ADDRESS *SrcAddr OPTIONAL,
246 OUT EFI_MAC_ADDRESS *SrcAddr OPTIONAL,
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
H A DBerkeleyPacketFilter.c65 UINT8 SrcAddr[NET_ETHER_ADDR_LEN]; member in struct:__anon5434
802 @param SrcAddr The source HW MAC address. If HeaderSize is zero, then this parameter
803 is ignored. If HeaderSize is non-zero and SrcAddr is NULL, then
826 IN EFI_MAC_ADDRESS *SrcAddr OPTIONAL,
845 if (SrcAddr == NULL) {
846 SrcAddr = &Private->Mode->CurrentAddress;
852 CopyMem (EnetHeader->SrcAddr, SrcAddr, NET_ETHER_ADDR_LEN);
875 @param SrcAddr The source HW MAC address. If this parameter is NULL, the
902 OUT EFI_MAC_ADDRESS *SrcAddr OPTIONA
[all...]
H A DLinuxPacketFilter.c440 @param SrcAddr The source HW MAC address. If HeaderSize is zero, then this parameter
441 is ignored. If HeaderSize is non-zero and SrcAddr is NULL, then
464 IN EFI_MAC_ADDRESS *SrcAddr OPTIONAL,
487 @param SrcAddr The source HW MAC address. If this parameter is NULL, the
514 OUT EFI_MAC_ADDRESS *SrcAddr OPTIONAL,
/device/linaro/bootloader/edk2/EmulatorPkg/Include/Protocol/
H A DEmuSnp.h355 @param SrcAddr The source HW MAC address. If HeaderSize is zero, then this parameter
356 is ignored. If HeaderSize is non-zero and SrcAddr is NULL, then
380 IN EFI_MAC_ADDRESS *SrcAddr OPTIONAL,
396 @param SrcAddr The source HW MAC address. If this parameter is NULL, the
424 OUT EFI_MAC_ADDRESS *SrcAddr OPTIONAL,
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Lan9118Dxe/
H A DLan9118Dxe.c1114 IN EFI_MAC_ADDRESS *SrcAddr OPTIONAL,
1235 (SrcAddr->Addr[0] << 16) | // Write the Source Address
1236 (SrcAddr->Addr[1] << 24)
1240 (SrcAddr->Addr[2]) |
1241 (SrcAddr->Addr[3] << 8) |
1242 (SrcAddr->Addr[4] << 16) |
1243 (SrcAddr->Addr[5] << 24)
1305 OUT EFI_MAC_ADDRESS *SrcAddr OPTIONAL,
1486 if (SrcAddr != NULL) {
1493 CopyMem (SrcAddr,
[all...]
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/
H A DMarvellYukon.h619 <at> param SrcAddr The source HW MAC address. If HeaderSize is zero, then this
620 parameter is ignored. If HeaderSize is nonzero and SrcAddr
647 IN EFI_MAC_ADDRESS *SrcAddr, OPTIONAL
660 In addition, if SrcAddr, DestAddr, and Protocol are not NULL, then these values
675 <at> param SrcAddr The source HW MAC address. If this parameter is NULL, the HW
707 OUT EFI_MAC_ADDRESS *SrcAddr OPTIONAL,
H A DSnp.c471 In addition, if SrcAddr, DestAddr, and Protocol are not NULL, then these values
486 <at> param SrcAddr The source HW MAC address. If this parameter is NULL, the HW
518 OUT EFI_MAC_ADDRESS *SrcAddr OPTIONAL,
570 if (SrcAddr != NULL) {
571 gBS->SetMem (SrcAddr, NET_ETHER_ADDR_LEN, 0);
572 gBS->CopyMem (SrcAddr, ((UINT8 *) Buffer) + NET_ETHER_ADDR_LEN, NET_ETHER_ADDR_LEN);
1364 <at> param SrcAddr The source HW MAC address. If HeaderSize is zero, then this
1365 parameter is ignored. If HeaderSize is nonzero and SrcAddr
1392 IN EFI_MAC_ADDRESS *SrcAddr, OPTIONAL
1456 gBS->CopyMem (Frame->SrcMac, SrcAddr, NET_ETHER_ADDR_LE
1387 SnpTransmit( IN EFI_SIMPLE_NETWORK_PROTOCOL *This, IN UINTN HeaderSize, IN UINTN BufferSize, IN VOID *Buffer, IN EFI_MAC_ADDRESS *SrcAddr, OPTIONAL IN EFI_MAC_ADDRESS *DestAddr, OPTIONAL IN UINT16 *Protocol OPTIONAL ) argument
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleNetwork/
H A DSimpleNetwork.h523 IN EFI_MAC_ADDRESS * SrcAddr OPTIONAL,
545 SrcAddr - The source HW MAC address. If HeaderSize is zero, then this parameter
546 is ignored. If HeaderSize is non-zero and SrcAddr is NULL, then
574 OUT EFI_MAC_ADDRESS * SrcAddr OPTIONAL,
592 SrcAddr - The source HW MAC address. If this parameter is NULL, the
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DSimpleNetwork.h562 @param SrcAddr The source HW MAC address. If HeaderSize is zero, then this parameter
563 is ignored. If HeaderSize is non-zero and SrcAddr is NULL, then
587 IN EFI_MAC_ADDRESS *SrcAddr OPTIONAL,
603 @param SrcAddr The source HW MAC address. If this parameter is NULL, the
631 OUT EFI_MAC_ADDRESS *SrcAddr OPTIONAL,
/device/linaro/bootloader/edk2/Nt32Pkg/SnpNt32Dxe/
H A DSnpNt32.c325 @param SrcAddr The source HW MAC address. If HeaderSize is zero, then this parameter
326 is ignored. If HeaderSize is non-zero and SrcAddr is NULL, then
346 IN EFI_MAC_ADDRESS *SrcAddr OPTIONAL,
906 @param SrcAddr The source HW MAC address. If HeaderSize is zero, then this parameter
907 is ignored. If HeaderSize is non-zero and SrcAddr is NULL, then
927 IN EFI_MAC_ADDRESS *SrcAddr OPTIONAL,
941 if ((HeaderSize != 0) && (SrcAddr == NULL)) {
942 SrcAddr = &Instance->Mode.CurrentAddress;
954 SrcAddr,
H A DSnpNt32.h107 IN EFI_MAC_ADDRESS * SrcAddr,
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Pp2Dxe/
H A DPp2Dxe.c846 IN EFI_MAC_ADDRESS *SrcAddr OPTIONAL,
908 if (SrcAddr != NULL)
909 CopyMem(DataPtr + NET_ETHER_ADDR_LEN, SrcAddr, NET_ETHER_ADDR_LEN);
970 OUT EFI_MAC_ADDRESS *SrcAddr OPTIONAL,
1036 if (SrcAddr != NULL) {
1037 ZeroMem (SrcAddr, sizeof(EFI_MAC_ADDRESS));
1038 CopyMem (SrcAddr, &DataPtr[6], NET_ETHER_ADDR_LEN);
H A DPp2Dxe.h598 IN EFI_MAC_ADDRESS *SrcAddr OPTIONAL,
610 OUT EFI_MAC_ADDRESS *SrcAddr OPTIONAL,
/device/linaro/bootloader/edk2/EmulatorPkg/EmuSnpDxe/
H A DEmuSnpDxe.h413 @param SrcAddr The source HW MAC address. If HeaderSize is zero, then this parameter
414 is ignored. If HeaderSize is non-zero and SrcAddr is NULL, then
434 IN EFI_MAC_ADDRESS* SrcAddr OPTIONAL,
H A DEmuSnpDxe.c454 @param SrcAddr The source HW MAC address. If HeaderSize is zero, then this parameter
455 is ignored. If HeaderSize is non-zero and SrcAddr is NULL, then
476 IN EFI_MAC_ADDRESS *SrcAddr OPTIONAL,
491 SrcAddr,
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
H A DBiosSnp16.h452 @param SrcAddr The source HW MAC address. If HeaderSize is zero, then this parameter
453 is ignored. If HeaderSize is non-zero and SrcAddr is NULL, then
477 IN EFI_MAC_ADDRESS *SrcAddr OPTIONAL,
494 @param SrcAddr The source HW MAC address. If this parameter is NULL, the
522 OUT EFI_MAC_ADDRESS *SrcAddr OPTIONAL,
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Lan91xDxe/
H A DLan91xDxe.c1704 IN EFI_MAC_ADDRESS *SrcAddr OPTIONAL,
1839 if (SrcAddr != NULL) {
1840 WriteIoData (LanDriver, SrcAddr, NET_ETHER_ADDR_LEN);
1893 DEBUG((EFI_D_ERROR, " HdrSize: %d, SrcAddr: %p, Length: %d, Last byte: %02x\n",
1894 HdrSize, SrcAddr, BufSize, Ptr[BufSize - 1]));
1897 (HdrSize == 0) ? (EFI_MAC_ADDRESS *)&Ptr[6] : (SrcAddr != NULL) ? SrcAddr : &LanDriver->SnpMode.CurrentAddress,
1921 OUT EFI_MAC_ADDRESS *SrcAddr OPTIONAL,
2073 if (SrcAddr != NULL) {
2074 CopyMem (SrcAddr,
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
H A DEfiPxe.h1610 PXE_MAC_ADDR SrcAddr; member in struct:s_pxe_cpb_fill_header
1646 PXE_MAC_ADDR SrcAddr; member in struct:s_pxe_cpb_fill_header_fragmented
1786 PXE_MAC_ADDR SrcAddr; member in struct:s_pxe_db_receive
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
H A DUefiPxe.h1582 PXE_MAC_ADDR SrcAddr; member in struct:s_pxe_cpb_fill_header
1618 PXE_MAC_ADDR SrcAddr; member in struct:s_pxe_cpb_fill_header_fragmented
1758 PXE_MAC_ADDR SrcAddr; member in struct:s_pxe_db_receive
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
H A DIpSecImpl.c605 EFI_IP_ADDRESS SrcAddr; local
614 ZeroMem (&SrcAddr, sizeof (EFI_IP_ADDRESS));
621 CopyMem (&SrcAddr, &Ip4->Src, sizeof (IP4_ADDR));
624 CopyMem (&SrcAddr, &Ip6->SourceAddress, sizeof (EFI_IPv6_ADDRESS));
633 &SrcAddr,
658 &SrcAddr,

Completed in 184 milliseconds

12