Home
last modified time | relevance | path

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

/NetX-Duo-v6.4.1/addons/snmp/
Dnxd_snmp.c7045 message_security_options |= NX_SNMP_SECURITY_PRIVACY; in _nxd_snmp_agent_trapv3_send()
8834 message_security_options |= NX_SNMP_SECURITY_PRIVACY; in _nxd_snmp_agent_trapv3_oid_send()
17096 if (temp & NX_SNMP_SECURITY_PRIVACY) in _nx_snmp_version_error_response()
18555 mask = NX_SNMP_SECURITY_AUTHORIZE | NX_SNMP_SECURITY_PRIVACY ; in _nx_snmp_version_3_process()
19752 if ((agent_ptr -> nx_snmp_agent_v3_message_security_options & NX_SNMP_SECURITY_PRIVACY) >= 2) in _nx_snmp_version_3_process()
23074 if ((agent_ptr -> nx_snmp_agent_v3_message_security_options & NX_SNMP_SECURITY_PRIVACY ) >= 2) in _nx_snmp_agent_security_response_status()
Dnxd_snmp.h326 #define NX_SNMP_SECURITY_PRIVACY 0x2 /* Privacy (encryption) require… macro