Searched refs:trap_security_ptr (Results 1 – 1 of 1) sorted by relevance
| /NetX-Duo-v6.2.1/addons/snmp/ |
| D | nxd_snmp.c | 6831 UCHAR *trap_buffer_ptr, *trap_sequence_ptr, *trap_header_ptr, *trap_security_ptr, *tr… in _nxd_snmp_agent_trapv3_send() local 7116 trap_security_ptr = trap_buffer_ptr; in _nxd_snmp_agent_trapv3_send() 7119 NX_SNMPV3_DBG_PRINTF("Starting trap3 security header 0x%x\n", trap_security_ptr); in _nxd_snmp_agent_trapv3_send() 8059 trap_security_ptr, trap_security_length, trap_pdu_ptr, trap_pdu_length, in _nxd_snmp_agent_trapv3_send() 8069 …_nx_snmp_utility_sequence_set_1byte(trap_security_ptr, trap_security_length, trap_packet_ptr -> nx… in _nxd_snmp_agent_trapv3_send() 8075 trap_security_ptr = trap_security_ptr - 2; in _nxd_snmp_agent_trapv3_send() 8077 …PRINTF("Move trap3 security pointer by 2 0x%x (length %u)\n", trap_security_ptr, trap_securi… in _nxd_snmp_agent_trapv3_send() 8083 trap_security_ptr[1] = (UCHAR) (trap_security_length & 0xFF); in _nxd_snmp_agent_trapv3_send() 8642 UCHAR *trap_buffer_ptr, *trap_sequence_ptr, *trap_header_ptr, *trap_security_ptr, *tr… in _nxd_snmp_agent_trapv3_oid_send() local 8903 trap_security_ptr = trap_buffer_ptr; in _nxd_snmp_agent_trapv3_oid_send() [all …]
|