X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FNetwork%2FIScsiDxe%2FIScsiDhcp.c;h=6a876c8b69ddc718fd1f934f6fffea166de67504;hp=976fe5d436bec37453fe46ad1ac433a72a710358;hb=d1102dba7210b95e41d06c2338a22ba6af248645;hpb=ca79bab7af4770c5eb578f6d495af01705aedb79 diff --git a/MdeModulePkg/Universal/Network/IScsiDxe/IScsiDhcp.c b/MdeModulePkg/Universal/Network/IScsiDxe/IScsiDhcp.c index 976fe5d436..6a876c8b69 100644 --- a/MdeModulePkg/Universal/Network/IScsiDxe/IScsiDhcp.c +++ b/MdeModulePkg/Universal/Network/IScsiDxe/IScsiDhcp.c @@ -1,7 +1,7 @@ /** @file iSCSI DHCP related configuration routines. -Copyright (c) 2004 - 2016, Intel Corporation. All rights reserved.
+Copyright (c) 2004 - 2018, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -95,7 +95,7 @@ IScsiDhcpExtractRootPath ( Status = EFI_INVALID_PARAMETER; goto ON_EXIT; } - + if ((Fields[RP_FIELD_IDX_SERVERNAME].Str == NULL) || (Fields[RP_FIELD_IDX_TARGETNAME].Str == NULL) || (Fields[RP_FIELD_IDX_PROTOCOL].Len > 1) @@ -170,14 +170,14 @@ ON_EXIT: /** The callback function registerd to the DHCP4 instance which is used to select the qualified DHCP OFFER. - + @param[in] This The DHCP4 protocol. @param[in] Context The context set when configuring the DHCP4 protocol. @param[in] CurrentState The current state of the DHCP4 protocol. @param[in] Dhcp4Event The event occurs in the current state. - @param[in] Packet The DHCP packet that is to be sent or already received. + @param[in] Packet The DHCP packet that is to be sent or already received. @param[out] NewPacket The packet used to replace the above Packet. - + @retval EFI_SUCCESS Either the DHCP OFFER is qualified or we're not intereseted in the Dhcp4Event. @retval EFI_NOT_READY The DHCP OFFER packet doesn't match our requirements. @@ -337,7 +337,7 @@ IScsiParseDhcpAck ( /** Parse the DHCP ACK to get the address configuration and DNS information. - + @param[in] Image The handle of the driver image. @param[in] Controller The handle of the controller; @param[in, out] ConfigData The session configuration data.