diff options
author | rsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-03-19 06:55:58 +0000 |
---|---|---|
committer | rsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-03-19 06:55:58 +0000 |
commit | 3b1464d5ac4e8b917c54b9f29a43ad972d2a2c85 (patch) | |
tree | a775a6cc9d0df99629238d3e2ff42606189646bd /MdeModulePkg/Library/DxeIpIoLib | |
parent | f3decdc362d74c06b6b5028b09eecbaf8db23c12 (diff) | |
download | edk2-platforms-3b1464d5ac4e8b917c54b9f29a43ad972d2a2c85.tar.xz |
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10288 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library/DxeIpIoLib')
-rw-r--r-- | MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.c b/MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.c index 9ed7b8ddfb..d5fddb678f 100644 --- a/MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.c +++ b/MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.c @@ -2012,10 +2012,9 @@ IpIoFindSender ( @param[in] IcmpError IcmpError Type.
@param[in] IpVersion The version of the IP protocol to use,
- either IPv4 or IPv6.
-
- @param[out] IsHard Whether it is a hard error.
- @param[out] Notify Whether it need to notify SockError.
+ either IPv4 or IPv6.
+ @param[out] IsHard If TRUE, indicates that it is a hard error.
+ @param[out] Notify If TRUE, SockError needs to be notified.
@return ICMP Error Status, such as EFI_NETWORK_UNREACHABLE.
|