mirror of
				https://github.com/acidanthera/audk.git
				synced 2025-10-31 03:03:46 +01:00 
			
		
		
		
	MdeModulePkg: Update PXE driver to follow edk2 coding standards.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan <siyuan.fu@intel.com> Reviewed-by: Samer El-Haj-Mahmoud <smahmoud@lenovo.com> Reviewed-by: Wu Jiaxin <jiaxin.wu@intel.com> Reviewed-by: Zhang Lubo <lubo.zhang@intel.com>
This commit is contained in:
		
							parent
							
								
									f0fe58bc72
								
							
						
					
					
						commit
						0a28d02d9f
					
				| @ -42,7 +42,7 @@ PxeBcCommonNotify ( | |||||||
|   @param  SubnetMask Pointer to the subnetmask of the station ip address. |   @param  SubnetMask Pointer to the subnetmask of the station ip address. | ||||||
|   @param  Gateway    Pointer to the gateway ip address. |   @param  Gateway    Pointer to the gateway ip address. | ||||||
|   @param  SrcPort    Pointer to the srouce port of the station. |   @param  SrcPort    Pointer to the srouce port of the station. | ||||||
|   @param  TTL        The time to live field of the IP header.  |   @param  Ttl        The time to live field of the IP header.  | ||||||
|   @param  ToS        The type of service field of the IP header. |   @param  ToS        The type of service field of the IP header. | ||||||
| 
 | 
 | ||||||
|   @retval EFI_SUCCESS           The configuration settings were set, changed, or reset successfully. |   @retval EFI_SUCCESS           The configuration settings were set, changed, or reset successfully. | ||||||
| @ -68,7 +68,7 @@ PxeBcConfigureUdpWriteInstance ( | |||||||
|   IN EFI_IPv4_ADDRESS   *SubnetMask, |   IN EFI_IPv4_ADDRESS   *SubnetMask, | ||||||
|   IN EFI_IPv4_ADDRESS   *Gateway, |   IN EFI_IPv4_ADDRESS   *Gateway, | ||||||
|   IN OUT UINT16         *SrcPort, |   IN OUT UINT16         *SrcPort, | ||||||
|   IN     UINT8          TTL, |   IN     UINT8          Ttl, | ||||||
|   IN     UINT8          ToS |   IN     UINT8          ToS | ||||||
|   ) |   ) | ||||||
| { | { | ||||||
|  | |||||||
| @ -38,7 +38,7 @@ PxeBcCommonNotify ( | |||||||
|   @param  SubnetMask Pointer to the subnetmask of the station ip address. |   @param  SubnetMask Pointer to the subnetmask of the station ip address. | ||||||
|   @param  Gateway    Pointer to the gateway ip address. |   @param  Gateway    Pointer to the gateway ip address. | ||||||
|   @param  SrcPort    Pointer to the srouce port of the station. |   @param  SrcPort    Pointer to the srouce port of the station. | ||||||
|   @param  TTL        The time to live field of the IP header.  |   @param  Ttl        The time to live field of the IP header.  | ||||||
|   @param  ToS        The type of service field of the IP header. |   @param  ToS        The type of service field of the IP header. | ||||||
| 
 | 
 | ||||||
|   @retval EFI_SUCCESS           The configuration settings were set, changed, or reset successfully. |   @retval EFI_SUCCESS           The configuration settings were set, changed, or reset successfully. | ||||||
| @ -64,7 +64,7 @@ PxeBcConfigureUdpWriteInstance ( | |||||||
|   IN EFI_IPv4_ADDRESS   *SubnetMask, |   IN EFI_IPv4_ADDRESS   *SubnetMask, | ||||||
|   IN EFI_IPv4_ADDRESS   *Gateway, |   IN EFI_IPv4_ADDRESS   *Gateway, | ||||||
|   IN OUT UINT16         *SrcPort, |   IN OUT UINT16         *SrcPort, | ||||||
|   IN     UINT8          TTL, |   IN     UINT8          Ttl, | ||||||
|   IN     UINT8          ToS |   IN     UINT8          ToS | ||||||
|   ); |   ); | ||||||
| /**
 | /**
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user