Searched defs:nxt_oidstr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dsnmplib.c516 char *nxt_oidstr; local
556 if ((nxt_oidstr = oid_to_oidstr(vp->name, vp->name_len - 1)) == NULL) {
566 if (strcmp(nxt_oidstr, prefix) != 0) {
567 free(nxt_oidstr);
580 free(nxt_oidstr);

Completed in 52 milliseconds