Searched refs:enterprise (Results 1 – 2 of 2) sorted by relevance
/NetX-Duo-v6.4.1/addons/snmp/ |
D | nxd_snmp.h | 665 …d(NX_SNMP_AGENT *agent_ptr, ULONG ip_address, UCHAR *community, UCHAR *enterprise, UINT trap_type,… 670 …MP_AGENT *agent_ptr, NXD_ADDRESS *ip_address, UCHAR *community, UCHAR *enterprise, UINT trap_type,… 769 …d(NX_SNMP_AGENT *agent_ptr, ULONG ip_address, UCHAR *community, UCHAR *enterprise, UINT trap_type,… 770 …d(NX_SNMP_AGENT *agent_ptr, ULONG ip_address, UCHAR *community, UCHAR *enterprise, UINT trap_type,… 779 …MP_AGENT *agent_ptr, NXD_ADDRESS *ip_address, UCHAR *community, UCHAR *enterprise, UINT trap_type,… 780 …MP_AGENT *agent_ptr, NXD_ADDRESS *ip_address, UCHAR *community, UCHAR *enterprise, UINT trap_type,…
|
D | nxd_snmp.c | 3786 …p_agent_trap_send(NX_SNMP_AGENT *agent_ptr, ULONG ip_address, UCHAR *community, UCHAR *enterprise, in _nxe_snmp_agent_trap_send() argument 3795 …(agent_ptr -> nx_snmp_agent_id != NX_SNMP_ID) || (community == NX_NULL) || (enterprise == NX_NULL)) 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() 3811 NX_PARAMETER_NOT_USED(enterprise); in _nxe_snmp_agent_trap_send() 3880 …p_agent_trap_send(NX_SNMP_AGENT *agent_ptr, ULONG ip_address, UCHAR *community, UCHAR *enterprise, 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() 3900 NX_PARAMETER_NOT_USED(enterprise); in _nx_snmp_agent_trap_send() 3962 …_trap_send(NX_SNMP_AGENT *agent_ptr, NXD_ADDRESS *ip_address, UCHAR *community, UCHAR *enterprise, 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 …]
|