5.154 PrefixTableEntry
The PrefixTableEntry structure defines a concrete type for mapping a range of ATTRTYP values to and from OIDs. It is a component of the type SCHEMA_PREFIX_TABLE.
-
typedef struct { unsigned long ndx; OID_t prefix; } PrefixTableEntry;
ndx: The index assigned to the prefix.
prefix: An OID or a prefix of an OID.