NetworkPkg/Application/IpsecConfig/Indexer.h File Reference


Data Structures

struct  SPD_ENTRY_INDEXER
struct  SAD_ENTRY_INDEXER
struct  PAD_ENTRY_INDEXER
union  POLICY_ENTRY_INDEXER

Typedefs

typedef EFI_STATUS(* CONSTRUCT_POLICY_ENTRY_INDEXER )(IN POLICY_ENTRY_INDEXER *Indexer, IN LIST_ENTRY *ParamPackage)

Variables

CONSTRUCT_POLICY_ENTRY_INDEXER mConstructPolicyEntryIndexer []

Detailed Description

The internal structure and function declaration to construct ENTRY_INDEXER in IpSecConfig application.

Copyright (c) 2009 - 2010, Intel Corporation. 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 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.


Typedef Documentation

typedef EFI_STATUS(* CONSTRUCT_POLICY_ENTRY_INDEXER)(IN POLICY_ENTRY_INDEXER *Indexer, IN LIST_ENTRY *ParamPackage)

The prototype for the ConstructSpdIndexer()/ConstructSadIndexer()/ConstructPadIndexer(). Fill in SPD_ENTRY_INDEXER/SAD_ENTRY_INDEXER/PAD_ENTRY_INDEXER through ParamPackage list.

Parameters:
[in,out] Indexer The pointer to the POLICY_ENTRY_INDEXER union.
[in] ParamPackage The pointer to the ParamPackage list.
Return values:
EFI_SUCCESS Filled in POLICY_ENTRY_INDEXER successfully.


Variable Documentation


Generated on Mon Sep 28 08:49:05 2015 for NetworkPkg[ALL] by  doxygen 1.5.7.1