]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/UefiPxeBcDxe/PxeBcSupport.h
NetworkPkg: Add error handling logic when using AllocateZeroPool
[mirror_edk2.git] / NetworkPkg / UefiPxeBcDxe / PxeBcSupport.h
index 5d611b55c9f6dc54fc6b231c935df27c472d23fe..b8519ae8c8de6b7d4bf00d4304fb11b1f7eaa6d5 100644 (file)
@@ -135,7 +135,7 @@ PxeBcIcmp6ErrorUpdate (
   @param[in, out]  SrcPort              The pointer to the source port.\r
   @param[in]       DoNotFragment        If TRUE, fragment is not enabled.\r
                                         Otherwise, fragment is enabled.\r
-  @param[in]       TTL                  The time to live field of the IP header. \r
+  @param[in]       Ttl                  The time to live field of the IP header. \r
   @param[in]       ToS                  The type of service field of the IP header.\r
 \r
   @retval          EFI_SUCCESS          Successfully configured this instance.\r
@@ -150,7 +150,7 @@ PxeBcConfigUdp4Write (
   IN     EFI_IPv4_ADDRESS   *Gateway,\r
   IN OUT UINT16             *SrcPort,\r
   IN     BOOLEAN            DoNotFragment,\r
-  IN     UINT8              TTL,\r
+  IN     UINT8              Ttl,\r
   IN     UINT8              ToS\r
   );\r
 \r