Home
last modified time | relevance | path

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

/openbsd/src/regress/usr.sbin/snmpd/
Dagentx.c2053 OID_ARG(MIB_SUBAGENT_UNREGISTER, 2), __func__); in agentx_unregister_invalid_sessionid()
2085 OID_ARG(MIB_SUBAGENT_UNREGISTER, 3), __func__); in agentx_unregister_notregistered()
2117 OID_ARG(MIB_SUBAGENT_UNREGISTER, 4), __func__); in agentx_unregister_single()
2151 OID_ARG(MIB_SUBAGENT_UNREGISTER, 5, 1), in agentx_unregister_single_notowned()
2154 OID_ARG(MIB_SUBAGENT_UNREGISTER, 5, 2), in agentx_unregister_single_notowned()
2190 OID_ARG(MIB_SUBAGENT_UNREGISTER, 6), __func__); in agentx_unregister_range()
2225 OID_ARG(MIB_SUBAGENT_UNREGISTER, 7), __func__); in agentx_unregister_range_single()
2260 OID_ARG(MIB_SUBAGENT_UNREGISTER, 8), __func__); in agentx_unregister_range_subset()
2296 OID_ARG(MIB_SUBAGENT_UNREGISTER, 9), __func__); in agentx_unregister_range_extra()
2333 OID_ARG(MIB_SUBAGENT_UNREGISTER, 10), __func__); in agentx_unregister_range_priority()
[all …]
Dregress.h141 #define MIB_SUBAGENT_UNREGISTER MIB_SUBAGENTS, 4 macro