Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.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()
21226 if (send_reply == NX_FALSE) in _nx_snmp_version_3_report_send()
23062 …y_response_status(NX_SNMP_AGENT *agent_ptr, UINT *authenticate, UINT *encryption, UINT *send_reply) in _nx_snmp_agent_security_response_status() argument
23071 *send_reply = NX_TRUE; in _nx_snmp_agent_security_response_status()
23082 *send_reply = NX_FALSE; in _nx_snmp_agent_security_response_status()
Dnxd_snmp.h880 …_response_status(NX_SNMP_AGENT *agent_ptr, UINT *authenticate, UINT *encryption, UINT *send_reply);