Home
last modified time | relevance | path

Searched refs:APPL_ERROR_NOERROR (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.sbin/snmpd/
H A Dapplication.c286 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 Dapplication_blocklist.c111 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 Dapplication_agentx.c427 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 Dapplication.h30 APPL_ERROR_NOERROR = 0, enumerator
H A Dapplication_internal.c210 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()