getproc_got_object_id( )

NAME

getproc_got_object_id( ) - indicate retrieval of an object identifier

SYNOPSIS

void getproc_got_object_id 
    ( 
    SNMP_PKT_T *  pPkt,      /* internal representation of the snmp packet */ 
    VB_T *        pVarBind,  /* var bind being processed                   */ 
    int           length,    /* the length of the oid                      */ 
    OIDC_T *      pOid,      /* the oid to attach                          */ 
    int           flag       /* the dynamic flag static (0), dynamic (1)   */ 
    );

DESCRIPTION

This routine is called from getproc or nextproc when an object identifier is retrieved for a variable binding. If flag is 1, then pOid is assumed to point to dynamic memory which will be later freed by the agent.

RETURNS

N/A

SEE ALSO

snmpProcLib