Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/snmpd/
H A Dapplication.h134 enum appl_error appl_register(const char *, uint32_t, uint8_t, struct ber_oid *,
H A Dapplication_blocklist.c81 appl_register(NULL, 150, 1, &(snmpd_env->sc_blocklist[i]), in appl_blocklist_init()
H A Dapplication_internal.c209 if (appl_register(NULL, 150, 1, &oid, in appl_internal_init()
241 error = appl_register(NULL, 150, 1, oid, 0, 1, 0, 0, &appl_internal); in appl_internal_region()
H A Dapplication_agentx.c669 error = appl_register(pdu->ap_context.aos_string, timeout, in appl_agentx_register()
H A Dapplication.c542 appl_register(const char *ctxname, uint32_t timeout, uint8_t priority, in appl_register() function