Home
last modified time | relevance | path

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

/openbsd/src/regress/usr.sbin/snmpd/
Dagentx.c787 OID_ARG(MIB_SUBAGENT_CLOSE, 2), __func__); in agentx_close_reasonother()
817 OID_ARG(MIB_SUBAGENT_CLOSE, 3), __func__); in agentx_close_reasonparseerror()
847 OID_ARG(MIB_SUBAGENT_CLOSE, 4), __func__); in agentx_close_reasonprotocolerror()
877 OID_ARG(MIB_SUBAGENT_CLOSE, 5), __func__); in agentx_close_reasontimouts()
907 OID_ARG(MIB_SUBAGENT_CLOSE, 6), __func__); in agentx_close_reasonshutdown()
937 OID_ARG(MIB_SUBAGENT_CLOSE, 7), __func__); in agentx_close_reasonbymanager()
967 OID_ARG(MIB_SUBAGENT_CLOSE, 8), __func__); in agentx_close_reasoninvalid()
996 OID_ARG(MIB_SUBAGENT_CLOSE, 9, 1), "agentx_close_single.1"); in agentx_close_single()
998 OID_ARG(MIB_SUBAGENT_CLOSE, 9, 2), "agentx_close_single.2"); in agentx_close_single()
1044 OID_ARG(MIB_SUBAGENT_CLOSE, 10, 1), "agentx_close_notowned.1"); in agentx_close_notowned()
[all …]
Dregress.h139 #define MIB_SUBAGENT_CLOSE MIB_SUBAGENTS, 3 macro