Home
last modified time | relevance | path

Searched refs:nx_snmp_agent_create (Results 1 – 25 of 27) sorted by relevance

12

/NetX-Duo-v6.2.1/test/regression/snmp_test/
Dnetx_snmp_v1_object_id_buffer_overwrite_test.c151 …status = nx_snmp_agent_create(&my_agent, "SNMP Agent", &agent_ip, snmp_stack, sizeof(snmp_stack), … in thread_0_entry()
Dnetx_snmp_v1_packet_double_release_test.c144 …status = nx_snmp_agent_create(&my_agent, "SNMP Agent", &agent_ip, snmp_stack, sizeof(snmp_stack), … in thread_0_entry()
Dnetx_snmp_v2_buffer_overwrite_test.c153 …status = nx_snmp_agent_create(&my_agent, "SNMP Agent", &agent_ip, snmp_stack, sizeof(snmp_stack), … in thread_0_entry()
Dnetx_snmp_v3_buffer_overwrite_test.c163 …status = nx_snmp_agent_create(&my_agent, "SNMP Agent", &agent_ip, snmp_stack, sizeof(snmp_stack), … in thread_0_entry()
Dnetx_snmp_v3_encrypt_pdu_buffer_overwrite_test.c154 …status = nx_snmp_agent_create(&my_agent, "SNMP Agent", &agent_ip, snmp_stack, sizeof(snmp_stack), … in thread_0_entry()
Dnetx_snmp_v3_object_id_buffer_overwrite_test.c154 …status = nx_snmp_agent_create(&my_agent, "SNMP Agent", &agent_ip, snmp_stack, sizeof(snmp_stack), … in thread_0_entry()
Dnetx_snmp_v1_buffer_overwrite_test.c157 …status = nx_snmp_agent_create(&my_agent, "SNMP Agent", &agent_ip, snmp_stack, sizeof(snmp_stack), … in thread_0_entry()
Dnetx_snmp_v3_decrypt_pdu_buffer_overwrite_test.c163 …status = nx_snmp_agent_create(&my_agent, "SNMP Agent", &agent_ip, snmp_stack, sizeof(snmp_stack), … in thread_0_entry()
Dnetx_snmp_v3_encrypt_pdu_padding_buffer_overwrite_test.c167 …status = nx_snmp_agent_create(&my_agent, "SNMP Agent", &agent_ip, snmp_stack, sizeof(snmp_stack), … in thread_0_entry()
Dnetx_snmp_abnormal_packet_test.c196 status = nx_snmp_agent_create(&my_agent, "public", &agent_ip, pointer, 4096, &pool_0, in test_application_define()
Dnetx_snmp_v2_get_bulk_request_test.c168 status = nx_snmp_agent_create(&my_agent, "public", &agent_ip, pointer, 4096, &pool_0, in test_application_define()
Dnetx_snmp_v2_unknown_oid_test.c156 status = nx_snmp_agent_create(&v2_my_agent, "SNMP Agent", &agent_ip, pointer, 4096, &v2_pool_0, in test_application_define()
Dnetx_snmp_v3_md5_security_test.c169 status = nx_snmp_agent_create(&my_agent, "public", &agent_ip, pointer, 4096, &pool_0, in test_application_define()
Dnetx_snmp_v3_md5_failed_security_test.c179 status = nx_snmp_agent_create(&my_agent, "public", &agent_ip, pointer, 4096, &pool_0, in test_application_define()
Dnetx_snmp_v3_no_security_function_test.c176 status = nx_snmp_agent_create(&my_agent, "public", &agent_ip, pointer, 4096, &pool_0, in test_application_define()
Dnetx_snmp_basic_v2_test.c158 status = nx_snmp_agent_create(&v2_my_agent, "SNMP Agent", &agent_ip, pointer, 4096, &v2_pool_0, in test_application_define()
Dnetx_snmp_setget_ip_address_test.c188 status = nx_snmp_agent_create(&v2_my_agent, "SNMP Agent", &agent_ip, pointer, 4096, &v2_pool_0, in test_application_define()
Dnetx_snmp_setget_octet_strings_test.c173 status = nx_snmp_agent_create(&v2_my_agent, "SNMP Agent", &agent_ip, pointer, 4096, &v2_pool_0, in test_application_define()
Dnetx_snmp_v2_send_trap_test.c149 status = nx_snmp_agent_create(&v2_my_agent, "SNMP Agent", &agent_ip, pointer, 4096, &v2_pool_0, in test_application_define()
Dnetx_snmp_v3_md5_security_extended_test.c169 status = nx_snmp_agent_create(&my_agent, "public", &agent_ip, pointer, 4096, &pool_0, in test_application_define()
Dnetx_snmp_setget_integers_test.c177 status = nx_snmp_agent_create(&v2_my_agent, "SNMP Agent", &agent_ip, pointer, 4096, &v2_pool_0, in test_application_define()
Dnetx_snmp_setget_misc_test.c191 status = nx_snmp_agent_create(&v2_my_agent, "SNMP Agent", &agent_ip, pointer, 4096, &v2_pool_0, in test_application_define()
Dnetx_snmp_no_security_function_test.c251 status = nx_snmp_agent_create(&my_nosec_agent, "public", &agent_ip, pointer, 4096, &nosec_pool, in test_application_define()
/NetX-Duo-v6.2.1/samples/
Ddemo_netxduo_snmp.c137 status = nx_snmp_agent_create(&my_agent, "SNMP Agent", &ip_0, pointer, 4096, &pool_0, in tx_application_define()
/NetX-Duo-v6.2.1/addons/snmp/
Dnxd_snmp.h505 #define nx_snmp_agent_create _nx_snmp_agent_create macro
574 #define nx_snmp_agent_create _nxe_snmp_agent_create macro
649 UINT nx_snmp_agent_create(NX_SNMP_AGENT *agent_ptr, CHAR *snmp_agent_name, NX_IP *ip_ptr, VOID *…

12