void nextproc_next_instance ( SNMP_PKT_T * pPkt, /* internal representation of the snmp packet */ VB_T * pVarBind, /* var bind being processed */ int length, /* the length of the instance par */ OIDC_T * pOid /* the instance part */ );
This routine is called from nextproc to install into the variable-binding list the instance part (pOid) of the next instance that it is going to place into the variable binding.
N/A
snmpProcLib