Searched refs:APPL_ERROR_NOERROR (Results 1 – 5 of 5) sorted by relevance
/openbsd/usr.sbin/snmpd/ |
H A D | application.c | 286 return APPL_ERROR_NOERROR; in appl_addagentcaps() 323 return APPL_ERROR_NOERROR; in appl_removeagentcaps() 501 return APPL_ERROR_NOERROR; in appl_region() 509 return APPL_ERROR_NOERROR; in appl_region() 520 return APPL_ERROR_NOERROR; in appl_region() 623 backend)) != APPL_ERROR_NOERROR) in appl_register() 630 return APPL_ERROR_NOERROR; in appl_register() 730 return APPL_ERROR_NOERROR; in appl_unregister() 755 return APPL_ERROR_NOERROR; in appl_region_unregister_match() 898 ureq->aru_error = APPL_ERROR_NOERROR; in appl_processpdu() [all …]
|
H A D | application_blocklist.c | 111 appl_response(backend, requestid, APPL_ERROR_NOERROR, 0, rvblist); in appl_blocklist_get() 140 appl_response(backend, requestid, APPL_ERROR_NOERROR, 0, rvblist); in appl_blocklist_getnext()
|
H A D | application_agentx.c | 427 APPL_ERROR_NOERROR, 0, NULL, 0); in appl_agentx_recv() 478 enum appl_error error = APPL_ERROR_NOERROR; in appl_agentx_open() 568 smi_getticks(), APPL_ERROR_NOERROR, 0, NULL, 0); in appl_agentx_open() 586 enum appl_error error = APPL_ERROR_NOERROR; in appl_agentx_close() 602 if (error == APPL_ERROR_NOERROR) in appl_agentx_close() 896 if (error != APPL_ERROR_NOERROR) { in appl_agentx_response() 906 if (error != APPL_ERROR_NOERROR) { in appl_agentx_response()
|
H A D | application.h | 30 APPL_ERROR_NOERROR = 0, enumerator
|
H A D | application_internal.c | 210 1, 1, 0, 0, &appl_config) != APPL_ERROR_NOERROR) { in appl_internal_init() 359 appl_response(backend, requestid, APPL_ERROR_NOERROR, 0, resp); in appl_internal_get() 444 appl_response(backend, requestid, APPL_ERROR_NOERROR, 0, resp); in appl_internal_getnext()
|