ReactOS 0.4.16-dev-297-gc569aee
|
#include "lwip/opt.h"
Go to the source code of this file.
SNMP server options list
Definition in file snmp_opts.h.
#define LWIP_SNMP_CONFIGURE_VERSIONS 0 |
Definition at line 294 of file snmp_opts.h.
#define LWIP_SNMP_V3 0 |
LWIP_SNMP_V3==1: This enables EXPERIMENTAL SNMPv3 support. LWIP_SNMP must also be enabled. THIS IS UNDER DEVELOPMENT AND SHOULD NOT BE ENABLED IN PRODUCTS.
Definition at line 282 of file snmp_opts.h.
#define LWIP_SNMP_V3_CRYPTO LWIP_SNMP_V3_MBEDTLS |
Definition at line 290 of file snmp_opts.h.
#define LWIP_SNMP_V3_MBEDTLS LWIP_SNMP_V3 |
Definition at line 286 of file snmp_opts.h.