NetworkPkg: comments clean up.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11263 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/** @file
|
||||
The implementation for Shell application IfConfig6.
|
||||
|
||||
Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||
Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
|
||||
|
||||
This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions of the BSD License
|
||||
@@ -236,8 +236,8 @@ IfConfig6RetriveCheckListByName(
|
||||
/**
|
||||
The notify function of create event when performing a manual config.
|
||||
|
||||
@param[in] CheckList The pointer of Event.
|
||||
@param[in] Context The pointer of Context.
|
||||
@param[in] Event The event this notify function registered to.
|
||||
@param[in] Context Pointer to the context data registered to the event.
|
||||
|
||||
**/
|
||||
VOID
|
||||
@@ -346,7 +346,7 @@ IfConfig6PrintIpAddr (
|
||||
|
||||
@param[in, out] Arg The pointer of the address of ARG_LIST which save Args with the "-s" option.
|
||||
@param[out] Buf The pointer of the address of EFI_IP6_CONFIG_MANUAL_ADDRESS.
|
||||
@param[out] Address The pointer of BufSize that describes the size of Buf in bytes.
|
||||
@param[out] BufSize The pointer of BufSize that describes the size of Buf in bytes.
|
||||
|
||||
@retval EFI_SUCCESS The convertion is successful.
|
||||
@retval Others Does't find the host address, or it is an invalid IPv6 address in string format.
|
||||
@@ -448,7 +448,7 @@ ON_ERROR:
|
||||
|
||||
@param[in, out] Arg The pointer of the address of ARG_LIST that save Args with the "-s" option.
|
||||
@param[out] Buf The pointer of the address of EFI_IPv6_ADDRESS.
|
||||
@param[out] Address The pointer of BufSize that describes the size of Buf in bytes.
|
||||
@param[out] BufSize The pointer of BufSize that describes the size of Buf in bytes.
|
||||
|
||||
@retval EFI_SUCCESS The conversion is successful.
|
||||
@retval Others Doesn't find the host address, or it is an invalid IPv6 address in string format.
|
||||
|
@@ -25,7 +25,7 @@
|
||||
|
||||
@param[out] Selector The pointer to the EFI_IPSEC_SPD_SELECTOR structure.
|
||||
@param[in] ParamPackage The pointer to the ParamPackage list.
|
||||
@param[in, out] ParamPackage The pointer to the Mask.
|
||||
@param[in, out] Mask The pointer to the Mask.
|
||||
|
||||
@retval EFI_SUCCESS Fill in EFI_IPSEC_SPD_SELECTOR successfully.
|
||||
@retval EFI_INVALID_PARAMETER Invalid user input parameter.
|
||||
|
Reference in New Issue
Block a user