Searched refs:SNMP_ERR_NOSUCHNAME (Results 1 - 10 of 10) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/snmplib/
H A Dsnmp.h51 #define SNMP_ERR_NOSUCHNAME (0x2) macro
H A Dmadman_api.c1116 snmp_errno = SNMP_ERR_NOSUCHNAME;
1285 snmp_errno = SNMP_ERR_NOSUCHNAME;
1510 snmp_errno = SNMP_ERR_NOSUCHNAME;
1706 snmp_errno = SNMP_ERR_NOSUCHNAME;
1907 snmp_errno = SNMP_ERR_NOSUCHNAME;
2159 snmp_errno = SNMP_ERR_NOSUCHNAME;
2340 snmp_errno = SNMP_ERR_NOSUCHNAME;
2556 snmp_errno = SNMP_ERR_NOSUCHNAME;
2750 snmp_errno = SNMP_ERR_NOSUCHNAME;
2947 snmp_errno = SNMP_ERR_NOSUCHNAME;
[all...]
H A Dimpl.c140 case SNMP_ERR_NOSUCHNAME:
/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/snmplib/test/
H A Dmadman_api_test.c135 if(snmp_errno == SNMP_ERR_NOSUCHNAME)
178 if(snmp_errno == SNMP_ERR_NOSUCHNAME)
221 if(snmp_errno == SNMP_ERR_NOSUCHNAME)
264 if(snmp_errno == SNMP_ERR_NOSUCHNAME)
307 if(snmp_errno == SNMP_ERR_NOSUCHNAME)
350 if(snmp_errno == SNMP_ERR_NOSUCHNAME)
393 if(snmp_errno == SNMP_ERR_NOSUCHNAME)
436 if(snmp_errno == SNMP_ERR_NOSUCHNAME)
479 if(snmp_errno == SNMP_ERR_NOSUCHNAME)
522 if(snmp_errno == SNMP_ERR_NOSUCHNAME)
[all...]
H A Dmadman_api_test_2.c135 if(snmp_errno == SNMP_ERR_NOSUCHNAME)
178 if(snmp_errno == SNMP_ERR_NOSUCHNAME)
221 if(snmp_errno == SNMP_ERR_NOSUCHNAME)
264 if(snmp_errno == SNMP_ERR_NOSUCHNAME)
292 if(snmp_errno == SNMP_ERR_NOSUCHNAME)
335 if(snmp_errno == SNMP_ERR_NOSUCHNAME)
378 if(snmp_errno == SNMP_ERR_NOSUCHNAME)
421 if(snmp_errno == SNMP_ERR_NOSUCHNAME)
464 if(snmp_errno == SNMP_ERR_NOSUCHNAME)
507 if(snmp_errno == SNMP_ERR_NOSUCHNAME)
[all...]
/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/agent/
H A Dagent.c283 pdu->error_status = SNMP_ERR_NOSUCHNAME;
374 return SNMP_ERR_NOSUCHNAME;
390 return SNMP_ERR_NOSUCHNAME;
488 return SNMP_ERR_NOSUCHNAME;
496 return SNMP_ERR_NOSUCHNAME;
508 return SNMP_ERR_NOSUCHNAME;
513 return SNMP_ERR_NOSUCHNAME;
729 pdu->error_status = SNMP_ERR_NOSUCHNAME;
770 pdu->error_status = SNMP_ERR_NOSUCHNAME;
778 pdu->error_status = SNMP_ERR_NOSUCHNAME;
[all...]
H A Dsnmpd.c264 && (pdu->error_status != SNMP_ERR_NOSUCHNAME)) {
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dpdu.h113 #define SNMP_ERR_NOSUCHNAME (2) macro
/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/snmprelayd/
H A Dsession.c529 session_respond_error(session, SNMP_ERR_NOSUCHNAME, session->n_variables);
998 session_respond_error(session, SNMP_ERR_NOSUCHNAME, i + 1);
1102 && (response->error_status != SNMP_ERR_NOSUCHNAME) )
1179 && (pdu->error_status != SNMP_ERR_NOSUCHNAME) )
1576 if( (response->error_status == SNMP_ERR_NOSUCHNAME)
H A Dmib_handler.c1122 *snmp_error = SNMP_ERR_NOSUCHNAME;
1156 *snmp_error = SNMP_ERR_NOSUCHNAME;
1184 return SNMP_ERR_NOSUCHNAME;
1247 return SNMP_ERR_NOSUCHNAME;

Completed in 147 milliseconds