summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Protocol/Ip4.h
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-09 18:33:40 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-09 18:33:40 +0000
commit721b16af11941318ff27684da8bb7a90c9118385 (patch)
tree85b4c6f59be589d1eec0b507da3aa60a81d2b836 /MdePkg/Include/Protocol/Ip4.h
parenta4e0b060c6484fd2576fcd906a7b0d4519053c52 (diff)
downloadedk2-721b16af11941318ff27684da8bb7a90c9118385.tar.gz
edk2-721b16af11941318ff27684da8bb7a90c9118385.tar.bz2
edk2-721b16af11941318ff27684da8bb7a90c9118385.zip
Fix doxygen comment for structure and macro
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6095 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/Ip4.h')
-rw-r--r--MdePkg/Include/Protocol/Ip4.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/MdePkg/Include/Protocol/Ip4.h b/MdePkg/Include/Protocol/Ip4.h
index 215a3ceef1..df6fd03cd5 100644
--- a/MdePkg/Include/Protocol/Ip4.h
+++ b/MdePkg/Include/Protocol/Ip4.h
@@ -398,30 +398,6 @@ EFI_STATUS
@par Protocol Description:
The EFI IPv4 Protocol implements a simple packet-oriented interface that can be
used by drivers, daemons, and applications to transmit and receive network packets.
-
- @param GetModeData
- Gets the current operational settings for this instance of the EFI IPv4 Protocol driver.
-
- @param Configure
- Changes or resets the operational settings for the EFI IPv4 Protocol.
-
- @param Groups
- Joins and leaves multicast groups.
-
- @param Routes
- Adds and deletes routing table entries.
-
- @param Transmit
- Places outgoing data packets into the transmit queue.
-
- @param Receive
- Places a receiving request into the receiving queue.
-
- @param Cancel
- Aborts a pending transmit or receive request.
-
- @param Poll
- Polls for incoming data packets and processes outgoing data packets.
**/
struct _EFI_IP4_PROTOCOL {
EFI_IP4_GET_MODE_DATA GetModeData;