252N/A/*
252N/A * Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.
252N/A *
252N/A * U.S. Government Rights - Commercial software. Government users are subject
252N/A * to the Sun Microsystems, Inc. standard license agreement and applicable
252N/A * provisions of the FAR and its supplements.
252N/A *
252N/A *
252N/A * This distribution may include materials developed by third parties. Sun,
252N/A * Sun Microsystems, the Sun logo and Solaris are trademarks or registered
252N/A * trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
252N/A *
252N/A */
252N/A/*
252N/A * Note: this file originally auto-generated by mib2c using
252N/A * : mib2c.iterate.conf,v 5.5 2002/12/16 22:50:18 hardaker Exp $
252N/A */
252N/A#ifndef ENTALIASMAPPINGTABLE_H
252N/A#define ENTALIASMAPPINGTABLE_H
252N/A
252N/A/* function declarations */
252N/Avoid init_entAliasMappingTable(void);
252N/Avoid initialize_table_entAliasMappingTable(void);
252N/ANetsnmp_Node_Handler entAliasMappingTable_handler;
252N/A
252N/ANetsnmp_First_Data_Point entAliasMappingTable_get_first_data_point;
252N/ANetsnmp_Next_Data_Point entAliasMappingTable_get_next_data_point;
252N/A
252N/A/* column number definitions for table entAliasMappingTable */
252N/A #define COLUMN_ENTALIASLOGICALINDEXORZERO 1
252N/A #define COLUMN_ENTALIASMAPPINGIDENTIFIER 2
252N/A
252N/Atypedef struct logicalAlias_s {
252N/A int_l entAliasLogicalIndexorZero;
252N/A oid *entAliasMapId;
252N/A int_l entAliasMapIdSize;
252N/A} logicalAlias;
252N/A
252N/Atypedef struct entAliasMappingTableEntry_s {
252N/A int_l entPhysicalIndex;
252N/A logicalAlias *entlogicalAliases; /*array of LogicalAlias structs*/
252N/A struct entAliasMappingTableEntry_s *pNextEntry;
252N/A} entAliasMappingTableEntry_t;
252N/A
252N/Aextern int addAliasMappingTableEntry(int, int, oid*, int);
252N/Aextern int deleteAliasMappingLogicalIndex(int xentLogicalIndex);
252N/Aextern int deleteAliasMappingPhysicalIndex(int xentPhysicalIndex);
252N/Aextern int deleteAliasMappingTableEntry(int xentPhysicalIndex, int xentLogicalIndex);
252N/A
252N/A
252N/A
252N/A
252N/A
252N/A#endif /* ENTALIASMAPPINGTABLE_H */