Home
last modified time | relevance | path

Searched defs:context_name_size (Results 1 – 7 of 7) sorted by relevance

/NetX-Duo-v6.4.1/samples/
Ddemo_netxduo_snmp.c65 UINT context_name_size = 7; variable
/NetX-Duo-v6.4.1/test/regression/snmp_test/
Dnetx_snmp_v3_buffer_overwrite_test.c35 static UINT context_name_size = 7; variable
Dnetx_snmp_v3_encrypt_pdu_buffer_overwrite_test.c34 static UCHAR context_name[] = {0x69, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c};
Dnetx_snmp_v3_decrypt_pdu_buffer_overwrite_test.c35 static UINT context_name_size = 7; variable
Dnetx_snmp_v3_object_id_buffer_overwrite_test.c34 static UCHAR context_name[] = {0x69, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c};
Dnetx_snmp_v3_encrypt_pdu_padding_buffer_overwrite_test.c35 static UINT context_name_size = 7; variable
/NetX-Duo-v6.4.1/addons/snmp/
Dnxd_snmp.c691 …_snmp_agent_context_name_set(NX_SNMP_AGENT *agent_ptr, UCHAR *context_name, UINT context_name_size) in _nxe_snmp_agent_context_name_set()
756 …_snmp_agent_context_name_set(NX_SNMP_AGENT *agent_ptr, UCHAR *context_name, UINT context_name_size) in _nx_snmp_agent_context_name_set()
18356 UINT context_engine_size, context_name_size; in _nx_snmp_version_3_process() local