tfDeleteUsmEntry

Jump to: navigation, search

Table of Contents >> SNMP Programmer's Reference


#include <trapi.h>


int tfDeleteUsmEntry (ttSnmpUsmUsterTablePtr userTablePtr);


Function Description

This function deletes the entry from the linked list of ttSnmpUsmUserTable's. The struct ttSnmpUsmUserTable is defined in trsnmpv3.h The table index consists of suutEngineId, svatPrefix and suutName.


Parameters

  • userTablePtr
    Pointer to the ttSnmpUsmUserTable entry to be deleted.


Returns

  • TM_ENOERROR
    Success.
  • TM_ALLOCATION_ERROR
    Failure to allocate memory for the agent global variables.
  • TM_RECORD_NOTFOUND
    The entry was not found in the linked list.


Table of Contents >> SNMP Programmer's Reference