Home
last modified time | relevance | path

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

/NetX-Duo-v6.4.1/addons/snmp/
Dnxd_snmp.c21160 UINT authenticate, encryption, send_reply; in _nx_snmp_version_3_report_send() local
21224 _nx_snmp_agent_security_response_status(agent_ptr, &authenticate, &encryption, &send_reply); in _nx_snmp_version_3_report_send()
21239 report_security_level = (UCHAR)authenticate; in _nx_snmp_version_3_report_send()
21727 if (authenticate == NX_TRUE) in _nx_snmp_version_3_report_send()
22320 …if ((authenticate == NX_TRUE) && (report_respond != NX_SNMP_DISCOVERY_RESPONSE_UNKNOWN_USERNAME_NU… in _nx_snmp_version_3_report_send()
23062 VOID _nx_snmp_agent_security_response_status(NX_SNMP_AGENT *agent_ptr, UINT *authenticate, UINT *en… in _nx_snmp_agent_security_response_status() argument
23068 *authenticate = NX_FALSE; in _nx_snmp_agent_security_response_status()
23116 *authenticate = NX_TRUE; in _nx_snmp_agent_security_response_status()
Dnxd_snmp.h880 VOID _nx_snmp_agent_security_response_status(NX_SNMP_AGENT *agent_ptr, UINT *authenticate, UINT …
/NetX-Duo-v6.4.1/docs/
Drevision_history.txt5492 … Added separate input pointer to authenticate function if authentication is required.