Home
last modified time | relevance | path

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

/NextBSD/contrib/bsnmp/snmpd/
HDaction.c639 value->v.uint32 = snmpd.version_enable; in op_snmpd_config()
683 ctx->scratch->int1 = snmpd.version_enable; in op_snmpd_config()
687 snmpd.version_enable = value->v.uint32; in op_snmpd_config()
708 snmpd.version_enable = ctx->scratch->int1; in op_snmpd_config()
HDsnmpd.h244 uint32_t version_enable; member
HDmain.c589 if (!(snmpd.version_enable & VERS_ENABLE_V1)) in snmp_input_start()
594 if (!(snmpd.version_enable & VERS_ENABLE_V2C)) in snmp_input_start()
599 if (!(snmpd.version_enable & VERS_ENABLE_V3)) in snmp_input_start()