Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/snmpd/
Dapplication.h64 enum appl_exception { enum
144 struct ber_element *appl_exception(enum appl_exception);
Dapplication_blocklist.c106 rvb->av_value = appl_exception(APPL_EXC_NOSUCHOBJECT); in appl_blocklist_get()
135 rvb->av_value = appl_exception(APPL_EXC_ENDOFMIBVIEW); in appl_blocklist_getnext()
Dapplication.c387 if ((value = appl_exception(APPL_EXC_NOSUCHINSTANCE)) == NULL) in appl_sysortable()
413 value = appl_exception(APPL_EXC_NOSUCHINSTANCE); in appl_sysortable_getnext()
1674 vb->av_value = appl_exception(APPL_EXC_NOSUCHOBJECT); in appl_varbind_backend()
1693 appl_exception(APPL_EXC_NOSUCHINSTANCE); in appl_varbind_backend()
1755 appl_exception(APPL_EXC_ENDOFMIBVIEW); in appl_varbind_backend()
1822 appl_exception(enum appl_exception type) in appl_exception() function
Dapplication_internal.c337 appl_exception(APPL_EXC_NOSUCHOBJECT); in appl_internal_get()
349 appl_exception(APPL_EXC_NOSUCHINSTANCE); in appl_internal_get()
434 appl_exception(APPL_EXC_ENDOFMIBVIEW); in appl_internal_getnext()
Dapplication_agentx.c1016 return appl_exception(APPL_EXC_NOSUCHOBJECT); in appl_agentx_value2ber_element()
1018 return appl_exception(APPL_EXC_NOSUCHINSTANCE); in appl_agentx_value2ber_element()
1020 return appl_exception(APPL_EXC_ENDOFMIBVIEW); in appl_agentx_value2ber_element()