Searched refs:context_name (Results 1 – 8 of 8) sorted by relevance
/NetX-Duo-v6.4.1/samples/ |
D | demo_netxduo_snmp.c | 64 UCHAR context_name[] = {0x69, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c}; variable
|
/NetX-Duo-v6.4.1/test/regression/snmp_test/ |
D | netx_snmp_v3_buffer_overwrite_test.c | 34 static UCHAR context_name[] = {0x69, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c}; variable
|
D | netx_snmp_v3_encrypt_pdu_buffer_overwrite_test.c | 34 static UCHAR context_name[] = {0x69, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c};
|
D | netx_snmp_v3_object_id_buffer_overwrite_test.c | 34 static UCHAR context_name[] = {0x69, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c};
|
D | netx_snmp_v3_encrypt_pdu_padding_buffer_overwrite_test.c | 34 static UCHAR context_name[] = {0x69, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c}; variable
|
D | netx_snmp_v3_decrypt_pdu_buffer_overwrite_test.c | 34 static UCHAR context_name[] = {0x69, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c}; variable
|
/NetX-Duo-v6.4.1/addons/snmp/ |
D | nxd_snmp.h | 647 UINT nx_snmp_agent_context_name_set(NX_SNMP_AGENT *agent_ptr, UCHAR *context_name, UINT context_… 733 UINT _nx_snmp_agent_context_name_set(NX_SNMP_AGENT *agent_ptr, UCHAR *context_name, UINT context… 734 UINT _nxe_snmp_agent_context_name_set(NX_SNMP_AGENT *agent_ptr, UCHAR *context_name, UINT contex…
|
D | nxd_snmp.c | 691 UINT _nxe_snmp_agent_context_name_set(NX_SNMP_AGENT *agent_ptr, UCHAR *context_name, UINT context_… in _nxe_snmp_agent_context_name_set() argument 699 (context_name == NX_NULL)) in _nxe_snmp_agent_context_name_set() 707 status = _nx_snmp_agent_context_name_set(agent_ptr, context_name, context_name_size); in _nxe_snmp_agent_context_name_set() 756 UINT _nx_snmp_agent_context_name_set(NX_SNMP_AGENT *agent_ptr, UCHAR *context_name, UINT context_n… in _nx_snmp_agent_context_name_set() argument 774 agent_ptr -> nx_snmp_agent_v3_context_name[i] = context_name[i]; in _nx_snmp_agent_context_name_set()
|