Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/snmpd/
H A Dapplication.c90 enum appl_error aru_error; member
898 ureq->aru_error = APPL_ERROR_NOERROR; in appl_processpdu()
1013 ureq->aru_error = APPL_ERROR_NOTWRITABLE; in appl_request_upstream_resolve()
1025 if (ureq->aru_error != APPL_ERROR_NOERROR) { in appl_request_upstream_resolve()
1200 switch (ureq->aru_error) { in appl_request_upstream_reply()
1206 ureq->aru_error = APPL_ERROR_BADVALUE; in appl_request_upstream_reply()
1213 ureq->aru_error = APPL_ERROR_NOSUCHNAME; in appl_request_upstream_reply()
1218 ureq->aru_error = APPL_ERROR_GENERR; in appl_request_upstream_reply()
1225 if (ureq->aru_error != APPL_ERROR_NOERROR) { in appl_request_upstream_reply()
1270 ureq->aru_error, ureq->aru_index, in appl_request_upstream_reply()
[all …]