summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Include/Library/IpIoLib.h
diff options
context:
space:
mode:
authorywu21 <ywu21@6f19259b-4bc3-4df7-8a09-765794883524>2009-01-13 08:51:55 +0000
committerywu21 <ywu21@6f19259b-4bc3-4df7-8a09-765794883524>2009-01-13 08:51:55 +0000
commit3a1ab4bc2c322e835faca717ed4b0dc17536cfd7 (patch)
treef4cfef76c8abcb9ad8599897d98c5cc4fc7d6dbb /MdeModulePkg/Include/Library/IpIoLib.h
parent8f5e6151d506b69e4156eeb401a3bbc9f03a4a8d (diff)
downloadedk2-platforms-3a1ab4bc2c322e835faca717ed4b0dc17536cfd7.tar.xz
sync Netlib function from c file
fix file header issues add in out add . at the end of lines git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7260 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Include/Library/IpIoLib.h')
-rw-r--r--MdeModulePkg/Include/Library/IpIoLib.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/MdeModulePkg/Include/Library/IpIoLib.h b/MdeModulePkg/Include/Library/IpIoLib.h
index 99b98d8075..4f40074ae5 100644
--- a/MdeModulePkg/Include/Library/IpIoLib.h
+++ b/MdeModulePkg/Include/Library/IpIoLib.h
@@ -341,8 +341,8 @@ IpIoOpen (
packet.
@param[in, out] Pkt Pointer to the IP packet to be sent.
@param[in] Sender The IP protocol instance used for sending.
- @param[in] Context Optional context data
- @param[in] NotifyData Optional notify data
+ @param[in] Context Optional context data.
+ @param[in] NotifyData Optional notify data.
@param[in] Dest The destination IP address to send this packet to.
@param[in] OverrideData The data to override some configuration of the IP
instance used for sending.
@@ -466,9 +466,9 @@ IpIoFindSender (
The ErrorStatus will be returned. The IsHard and Notify are optional. If they
are not NULL, this routine will fill them.
- @param[in] IcmpError IcmpError Type
- @param[out] IsHard Whether it is a hard error
- @param[out] Notify Whether it need to notify SockError
+ @param[in] IcmpError IcmpError Type.
+ @param[out] IsHard Whether it is a hard error.
+ @param[out] Notify Whether it need to notify SockError.
@return ICMP Error Status, such as EFI_NETWORK_UNREACHABLE.