# SNMP Agent publics (some aren't defined yet) SACAddTrapTarget, # add trap target for a transport SACDeleteTrapTarget, # delete a specific trap target SACDeregisterTrapFilter,# Deregister an SNMP Trap Filter SACDeregOutgoingTrapReceiver, # Deregister outgoing Trap Receiver SACDeregTrapHandler, # Deregister an SNMP trap handler SACDeregTrapReceiver, # Deregister an SNMP Trap Receiver SACGenericTrap, # send a generic SNMP trap SACInitFromConfig, # initialize value from config file SACNextConfigLine, # get next line from any configuration file SACNextTrapLine, # get next line from sys:etc\traptarg.cfg SACProcessRequest, # Process an incomming SNMP Request SACReadAttributes, # Read attributes from an abstract object SACReadNextAttributes, # Read next attributes from an abstract object SACReadSNMPObject, # Read an SNMP object's value SACRegisterTrapFilter, # Register a callback to filter outgoing Traps SACRegOutgoingTrapReceiver, # Register a Callback for outgoing Traps SACRegTrapHandler, # Register an SNMP Trap Handler SACRegTrapReceiver, # Register an SNMP Trap Receiver SACSetAttributes, # Set attributes in an abstract object SACTrap, # Generate an enterprise specific SNMP Trap SACTrapToTarget, # Generate an enterprise specific SNMP Trap # and direct it to a specific network address. SAIDeregisterMIB, # Deregister a MIB SAIRegisterMIB, # Register a MIB SAIDeregisterMIBInst, # Deregister a MIB instance SAIRegisterMIBInst, # Register a MIB instance SAIAllocateIfIndex, # allocate an ifIndex for MIB-II references SAIDeallocateIfIndex, # deallocate an ifIndex SAIStackIfIndexes, # describe relation between ifIndexes SAIUnstackIfIndexes, # forget relations SAIMapBoardToPrimaryIfIndex, # map from ODI board to primary ifIndex SAIMapBoardToIfIndex, # map from ODI board to any ifIndex SAIMapIfIndexToBoard, # map from an ifIndex to an ODI board # generic processing routines SAGGetOneFromValue, # read an attribute from a value SAGGetOneFromArray, # read an attribute from an array SAGGetOneFromPtrArray, # read an attribute from a pointer array SAGGetFromArray, # read attributes from an array SAGGetFromPtrArray, # read attributes from a pointer array SAGSetOneToValue, # set an attribute to a value SAGSetOneToArray, # set an attribute to an array SAGSetOneToPtrArray, # set an attribute to a pointer array SAGSetToArray, # set attributes to an array SAGSetToPtrArray, # set attributes to a pointer array SAGSimpleGet, # OCBGet for simple array SAGSimpleCheck, # OCBCheckSet for simple array SAGSimpleCommit, # OCBCommitSet for simple array SAGPtrGet, # OCBGet for pointer array SAGPtrCheck, # OCBCheckSet for pointer array SAGPtrCommit, # OCBCommitSet for pointer array SAGSimpleLookupGetNext, # OCBGetNext for instance array SAGSimpleLookupGet, # OCBGet for instance array SAGSimpleLookupSet, # basic set for instance array SAGSimpleLookupCheck, # OCBCheckSet for instance array SAGSimpleLookupCommit # OCBCommitSet for instance array