void snmpdGroupByGetprocAndInstance ( SNMP_PKT_T * pktp, /* snmp packet */ VB_T * firstVbp, /* first var bind */ int compc, /* component count */ OIDC_T * compl /* component length */ );
This routine gathers a set of similar variable bindings together by searching the variable bindings in pktp, starting at firstVbp for a match of the getproc pointer of firstVbp and with an instance specified by compc and compl. This routine then links the variable bindings found which match firsVbp.
This routine does not set any flags in the variable bindings. It is left to the calling routine to decide whether the tested or set flags should be set.