Searched refs:community (Results 1 – 3 of 3) sorted by relevance
| /NetX-Duo-v6.2.1/addons/snmp/ |
| D | nxd_snmp.h | 665 UINT nx_snmp_agent_trap_send(NX_SNMP_AGENT *agent_ptr, ULONG ip_address, UCHAR *community, UCHAR… 666 UINT nx_snmp_agent_trapv2_send(NX_SNMP_AGENT *agent_ptr, ULONG ip_address, UCHAR *community, UIN… 669 UINT nx_snmp_agent_trapv3_oid_send(NX_SNMP_AGENT *agent_ptr, ULONG ip_address, UCHAR *community,… 670 …ent_trap_send(NX_SNMP_AGENT *agent_ptr, NXD_ADDRESS *ip_address, UCHAR *community, UCHAR *enterpri… 671 …t_trapv2_send(NX_SNMP_AGENT *agent_ptr, NXD_ADDRESS *ip_address, UCHAR *community, UINT trap_type,… 673 …2_oid_send(NX_SNMP_AGENT *agent_ptr, NXD_ADDRESS *ipduo_address, UCHAR *community, UCHAR *oid, ULO… 674 …3_oid_send(NX_SNMP_AGENT *agent_ptr, NXD_ADDRESS *ipduo_address, UCHAR *community, UCHAR *oid, ULO… 769 UINT _nxe_snmp_agent_trap_send(NX_SNMP_AGENT *agent_ptr, ULONG ip_address, UCHAR *community, UCH… 770 UINT _nx_snmp_agent_trap_send(NX_SNMP_AGENT *agent_ptr, ULONG ip_address, UCHAR *community, UCHA… 771 UINT _nx_snmp_agent_trapv2_send(NX_SNMP_AGENT *agent_ptr, ULONG ip_address, UCHAR *community, UI… [all …]
|
| D | nxd_snmp.c | 3786 UINT _nxe_snmp_agent_trap_send(NX_SNMP_AGENT *agent_ptr, ULONG ip_address, UCHAR *community, UCHAR… in _nxe_snmp_agent_trap_send() argument 3795 …if ((agent_ptr == NX_NULL) || (agent_ptr -> nx_snmp_agent_id != NX_SNMP_ID) || (community == NX_NU… in _nxe_snmp_agent_trap_send() 3803 …status = _nx_snmp_agent_trap_send(agent_ptr, ip_address, community, enterprise, trap_type, trap_c… in _nxe_snmp_agent_trap_send() 3810 NX_PARAMETER_NOT_USED(community); in _nxe_snmp_agent_trap_send() 3880 UINT _nx_snmp_agent_trap_send(NX_SNMP_AGENT *agent_ptr, ULONG ip_address, UCHAR *community, UCHAR … in _nx_snmp_agent_trap_send() argument 3892 status = _nxd_snmp_agent_trap_send(agent_ptr, &ip_netxduo_address, community, enterprise, in _nx_snmp_agent_trap_send() 3899 NX_PARAMETER_NOT_USED(community); in _nx_snmp_agent_trap_send() 3962 …ent_trap_send(NX_SNMP_AGENT *agent_ptr, NXD_ADDRESS *ip_address, UCHAR *community, UCHAR *enterpri… in _nxde_snmp_agent_trap_send() argument 3971 (community == NX_NULL) || (enterprise == NX_NULL) || (ip_address == NX_NULL)) in _nxde_snmp_agent_trap_send() 3975 …status = _nxd_snmp_agent_trap_send(agent_ptr, ip_address, community, enterprise, trap_type, trap_… in _nxde_snmp_agent_trap_send() [all …]
|
| /NetX-Duo-v6.2.1/docs/ |
| D | revision_history.txt | 5792 … Added support for setting SNMP version at run time and creating private community strings: 5803 … is "public". Previously the NetX Duo SNMP Agent did not evaluate the community string 5805 … Created nx_snmp_agent_received_private_string to compare the community string
|