summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Output.h
diff options
context:
space:
mode:
authorjgong5 <jgong5@6f19259b-4bc3-4df7-8a09-765794883524>2009-01-16 00:09:52 +0000
committerjgong5 <jgong5@6f19259b-4bc3-4df7-8a09-765794883524>2009-01-16 00:09:52 +0000
commit3e8c18da0441069591e5aa218f378001b29512dd (patch)
tree84c54ffaf1dd6f1c02f6294504d73431c5f1e5e0 /MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Output.h
parentbe973ff7f3a7c8b87cac0da9ba416cd9baca3e44 (diff)
downloadedk2-3e8c18da0441069591e5aa218f378001b29512dd.zip
edk2-3e8c18da0441069591e5aa218f378001b29512dd.tar.gz
edk2-3e8c18da0441069591e5aa218f378001b29512dd.tar.bz2
code scrub fix
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7290 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Output.h')
-rw-r--r--MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Output.h31
1 files changed, 10 insertions, 21 deletions
diff --git a/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Output.h b/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Output.h
index 8e64446..da3d802 100644
--- a/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Output.h
+++ b/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Output.h
@@ -1,6 +1,6 @@
/** @file
-Copyright (c) 2005 - 2006, Intel Corporation
+Copyright (c) 2005 - 2006, Intel Corporation.<BR>
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -9,13 +9,6 @@ http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-Module Name:
-
- Ip4Output.h
-
-Abstract:
-
-
**/
#ifndef __EFI_IP4_OUTPUT_H__
@@ -33,8 +26,6 @@ Abstract:
for reference.
@param Context The context provided by us
- @return None
-
**/
VOID
Ip4SysPacketSent (
@@ -51,24 +42,24 @@ Ip4SysPacketSent (
(IpInstance == NULL). It will route the packet, fragment it,
then transmit all the fragments through some interface.
- @param IpSb The IP4 service instance to transmit the packet
- @param IpInstance The IP4 child that issues the transmission. It is
+ @param[in] IpSb The IP4 service instance to transmit the packet
+ @param[in] IpInstance The IP4 child that issues the transmission. It is
NULL if the packet is from the system.
- @param Packet The user data to send, excluding the IP header.
- @param Head The caller supplied header. The caller should set
+ @param[in] Packet The user data to send, excluding the IP header.
+ @param[in] Head The caller supplied header. The caller should set
the following header fields: Tos, TotalLen, Id, tl,
Fragment, Protocol, Src and Dst. All the fields are
in host byte order. This function will fill in the
Ver, HeadLen, Fragment, and checksum. The Fragment
only need to include the DF flag. Ip4Output will
compute the MF and offset for you.
- @param Option The original option to append to the IP headers
- @param OptLen The length of the option
- @param GateWay The next hop address to transmit packet to.
+ @param[in] Option The original option to append to the IP headers
+ @param[in] OptLen The length of the option
+ @param[in] GateWay The next hop address to transmit packet to.
255.255.255.255 means broadcast.
- @param Callback The callback function to issue when transmission
+ @param[in] Callback The callback function to issue when transmission
completed.
- @param Context The opaque context for the callback
+ @param[in] Context The opaque context for the callback
@retval EFI_NO_MAPPING There is no interface to the destination.
@retval EFI_NOT_FOUND There is no route to the destination
@@ -96,8 +87,6 @@ Ip4Output (
@param Packet The Packet to cancel
@param IoStatus The status returns to the sender.
- @return None
-
**/
VOID
Ip4CancelPacket (