Searched refs:NX_SNMP_SECURITY_PRIVACY (Results 1 – 2 of 2) sorted by relevance
7045 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()
326 #define NX_SNMP_SECURITY_PRIVACY 0x2 /* Privacy (encryption) require… macro