Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/snmp/
Dnxd_snmp.h645 UINT nx_snmp_agent_community_get(NX_SNMP_AGENT *agent_ptr, UCHAR **community_string_ptr);
729 UINT _nx_snmp_agent_community_get(NX_SNMP_AGENT *agent_ptr, UCHAR **community_string_ptr);
730 UINT _nxe_snmp_agent_community_get(NX_SNMP_AGENT *agent_ptr, UCHAR **community_string_ptr);
Dnxd_snmp.c430 UINT _nxe_snmp_agent_community_get(NX_SNMP_AGENT *agent_ptr, UCHAR **community_string_ptr) in _nxe_snmp_agent_community_get() argument
438 (community_string_ptr == NX_NULL)) in _nxe_snmp_agent_community_get()
442 status = _nx_snmp_agent_community_get(agent_ptr, community_string_ptr); in _nxe_snmp_agent_community_get()
490 UINT _nx_snmp_agent_community_get(NX_SNMP_AGENT *agent_ptr, UCHAR **community_string_ptr) in _nx_snmp_agent_community_get() argument
494 *community_string_ptr = agent_ptr -> nx_snmp_agent_current_community_string; in _nx_snmp_agent_community_get()