]> git.proxmox.com Git - mirror_edk2.git/blame - NetworkPkg/Application/IpsecConfig/Dump.h
NetworkPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / NetworkPkg / Application / IpsecConfig / Dump.h
CommitLineData
a3bcde70
HT
1/** @file\r
2 The function declaration of dump policy entry function in IpSecConfig application.\r
3\r
4 Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
5\r
ecf98fbc 6 SPDX-License-Identifier: BSD-2-Clause-Patent\r
a3bcde70
HT
7\r
8**/\r
9\r
10#ifndef _DUMP_H_\r
11#define _DUMP_H_\r
12\r
13/**\r
14 Print all entry information in the database according to datatype.\r
15\r
16 @param[in] DataType The value of EFI_IPSEC_CONFIG_DATA_TYPE.\r
17 @param[in] ParamPackage The pointer to the ParamPackage list.\r
18\r
19 @retval EFI_SUCCESS Dump all information successfully.\r
20 @retval Others Some mistaken case.\r
21**/\r
22EFI_STATUS\r
23ListPolicyEntry (\r
24 IN EFI_IPSEC_CONFIG_DATA_TYPE DataType,\r
25 IN LIST_ENTRY *ParamPackage\r
26 );\r
27\r
28#endif\r