Searched refs:DestIp (Results 1 - 17 of 17) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcBoot.h57 @param[in] DestIp Pointer to the server address.
73 IN EFI_IP_ADDRESS *DestIp,
H A DPxeBcSupport.c895 @param[in, out] DestIp The pointer to the destination Ip address.
906 IN OUT EFI_IP_ADDRESS *DestIp,
914 if (DestIp != NULL) {
917 DestIp,
922 ZeroMem (DestIp, sizeof (EFI_IP_ADDRESS));
924 DestIp,
932 } else if (DestIp != NULL &&
933 (EFI_IP4_EQUAL (DestIp, &((EFI_UDP4_SESSION_DATA *)Session)->DestinationAddress) ||
934 EFI_IP6_EQUAL (DestIp, &((EFI_UDP6_SESSION_DATA *)Session)->DestinationAddress))) {
1110 @param[in, out] DestIp Th
903 PxeBcCheckByDestIp( IN EFI_PXE_BASE_CODE_MODE *Mode, IN VOID *Session, IN OUT EFI_IP_ADDRESS *DestIp, IN UINT16 OpFlags ) argument
[all...]
H A DPxeBcSupport.h256 @param[in, out] DestIp Pointer to the dest Ip address.
267 IN OUT EFI_IP_ADDRESS *DestIp,
345 @param[in, out] DestIp Pointer to destination address.
363 IN OUT EFI_IP_ADDRESS *DestIp OPTIONAL,
380 @param[in, out] DestIp Pointer to destination address.
398 IN OUT EFI_IP_ADDRESS *DestIp OPTIONAL,
H A DPxeBcDhcp6.h241 @param[in] DestIp The pointer to the server address.
255 IN EFI_IP_ADDRESS *DestIp
H A DPxeBcDhcp4.h356 @param[in] DestIp Pointer to the server address.
372 IN EFI_IP_ADDRESS *DestIp,
H A DPxeBcImpl.c1011 built by this routine. It uses the parameters OpFlags, DestIp, DestPort, GatewayIp,
1022 @param[in] DestIp The destination IP address.
1048 IN EFI_IP_ADDRESS *DestIp,
1066 if (This == NULL || DestIp == NULL || DestPort == NULL) {
1149 CopyMem (&Udp6Session.DestinationAddress, DestIp, sizeof (EFI_IPv6_ADDRESS));
1172 CopyMem (&Udp4Session.DestinationAddress, DestIp, sizeof (EFI_IPv4_ADDRESS));
1221 from the UDP header will be returned in DestIp, DestPort, SrcIp, and SrcPort if
1222 they are not NULL. Depending on the values of OpFlags and the DestIp, DestPort,
1228 @param[in, out] DestIp The destination IP address.
1253 IN OUT EFI_IP_ADDRESS *DestIp OPTIONA
1045 EfiPxeBcUdpWrite( IN EFI_PXE_BASE_CODE_PROTOCOL *This, IN UINT16 OpFlags, IN EFI_IP_ADDRESS *DestIp, IN EFI_PXE_BASE_CODE_UDP_PORT *DestPort, IN EFI_IP_ADDRESS *GatewayIp OPTIONAL, IN EFI_IP_ADDRESS *SrcIp OPTIONAL, IN OUT EFI_PXE_BASE_CODE_UDP_PORT *SrcPort OPTIONAL, IN UINTN *HeaderSize OPTIONAL, IN VOID *HeaderPtr OPTIONAL, IN UINTN *BufferSize, IN VOID *BufferPtr ) argument
[all...]
H A DPxeBcBoot.c817 @param[in] DestIp Pointer to the destination address.
833 IN EFI_IP_ADDRESS *DestIp,
844 DestIp
852 DestIp,
828 PxeBcDiscoverBootServer( IN PXEBC_PRIVATE_DATA *Private, IN UINT16 Type, IN UINT16 *Layer, IN BOOLEAN UseBis, IN EFI_IP_ADDRESS *DestIp, IN UINT16 IpCount, IN EFI_PXE_BASE_CODE_SRVLIST *SrvList ) argument
H A DPxeBcDhcp4.c1280 @param[in] DestIp Pointer to the server address.
1296 IN EFI_IP_ADDRESS *DestIp,
1329 if (DestIp == NULL) {
1418 CopyMem (&Token.RemoteAddress, DestIp, sizeof (EFI_IPv4_ADDRESS));
1291 PxeBcDhcp4Discover( IN PXEBC_PRIVATE_DATA *Private, IN UINT16 Type, IN UINT16 *Layer, IN BOOLEAN UseBis, IN EFI_IP_ADDRESS *DestIp, IN UINT16 IpCount, IN EFI_PXE_BASE_CODE_SRVLIST *SrvList ) argument
H A DPxeBcDhcp6.c1784 @param[in] DestIp The pointer to the server address.
1798 IN EFI_IP_ADDRESS *DestIp
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/Tcp/
H A DTcp.h66 IN EFI_IP_ADDRESS *DestIp,
82 IN OUT EFI_IP_ADDRESS *DestIp, OPTIONAL
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
H A DIpSecImpl.c449 EFI_IP_ADDRESS DestIp; local
461 ZeroMem (&DestIp, sizeof (EFI_IP_ADDRESS));
464 &DestIp,
470 &DestIp,
479 Entry = IpSecLookupSadBySpd (&SpdEntry->Data->Sas, &DestIp, IpVersion);
498 &DestIp
848 EFI_IP_ADDRESS DestIp; local
853 ZeroMem (&DestIp, sizeof (EFI_IP_ADDRESS));
856 &DestIp,
862 &DestIp,
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PxeBaseCode/
H A DPxeBaseCode.h282 IN EFI_IP_ADDRESS * DestIp,
298 IN OUT EFI_IP_ADDRESS * DestIp, OPTIONAL
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DPxeBaseCode.h589 built by this routine. It uses the parameters OpFlags, DestIp, DestPort, GatewayIp,
600 @param DestIp The destination IP address.
626 IN EFI_IP_ADDRESS *DestIp,
647 from the UDP header will be returned in DestIp, DestPort, SrcIp, and SrcPort if
649 Depending on the values of OpFlags and the DestIp, DestPort, SrcIp, and SrcPort
655 @param DestIp The destination IP address.
680 IN OUT EFI_IP_ADDRESS *DestIp, OPTIONAL
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcImpl.c1315 built by this routine. It uses the parameters OpFlags, DestIp, DestPort, GatewayIp,
1326 @param DestIp The destination IP address.
1352 IN EFI_IP_ADDRESS *DestIp,
1377 if ((This == NULL) || (DestIp == NULL) || (DestPort == NULL)) {
1416 if (!FindInArpCache (Mode, &DestIp->v4, &TempMacAddr)) {
1448 CopyMem (&Udp4Session.DestinationAddress, DestIp, sizeof (EFI_IPv4_ADDRESS));
1594 from the UDP header will be returned in DestIp, DestPort, SrcIp, and SrcPort if
1595 they are not NULL. Depending on the values of OpFlags and the DestIp, DestPort,
1601 @param DestIp The destination IP address.
1626 IN OUT EFI_IP_ADDRESS *DestIp OPTIONA
1349 EfiPxeBcUdpWrite( IN EFI_PXE_BASE_CODE_PROTOCOL *This, IN UINT16 OpFlags, IN EFI_IP_ADDRESS *DestIp, IN EFI_PXE_BASE_CODE_UDP_PORT *DestPort, IN EFI_IP_ADDRESS *GatewayIp OPTIONAL, IN EFI_IP_ADDRESS *SrcIp OPTIONAL, IN OUT EFI_PXE_BASE_CODE_UDP_PORT *SrcPort OPTIONAL, IN UINTN *HeaderSize OPTIONAL, IN VOID *HeaderPtr OPTIONAL, IN UINTN *BufferSize, IN VOID *BufferPtr ) argument
[all...]
H A DPxeBcDhcp.h404 @param DestIp Ip address for server
422 IN EFI_IP_ADDRESS * DestIp,
H A DPxeBcDhcp.c1153 @param DestIp Ip address for server
1171 IN EFI_IP_ADDRESS * DestIp,
1203 if (DestIp == NULL) {
1273 CopyMem (&Token.RemoteAddress, DestIp, sizeof (EFI_IPv4_ADDRESS));
1166 PxeBcDiscvBootService( IN PXEBC_PRIVATE_DATA * Private, IN UINT16 Type, IN UINT16 *Layer, IN BOOLEAN UseBis, IN EFI_IP_ADDRESS * DestIp, IN UINT16 IpCount, IN EFI_PXE_BASE_CODE_SRVLIST * SrvList, IN BOOLEAN IsDiscv, OUT EFI_DHCP4_PACKET * Reply OPTIONAL ) argument
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4If.c236 @param[in] DestIp The destination IP (host byte order) to request MAC
245 IN IP4_ADDR DestIp
276 ArpQue->Ip = DestIp;

Completed in 127 milliseconds