Home
last modified time | relevance | path

Searched refs:agent_ip (Results 1 – 24 of 24) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/snmp_test/
Dnetx_snmp_v1_object_id_buffer_overwrite_test.c33 static NX_IP agent_ip; variable
97 …status += nx_ip_create(&agent_ip, "Agent IP", SNMP_AGENT_ADDRESS, 0xFFFFFF00UL, &pool_0, _nx_ram_n… in test_application_define()
108 status = nx_arp_enable(&agent_ip, (void *) pointer, 1024); in test_application_define()
118 status = nx_udp_enable(&agent_ip); in test_application_define()
126 status = nx_ip_fragment_enable(&agent_ip); in test_application_define()
151 …status = nx_snmp_agent_create(&my_agent, "SNMP Agent", &agent_ip, snmp_stack, sizeof(snmp_stack), … in thread_0_entry()
234 _nx_ip_packet_deferred_receive(&agent_ip, my_packet); in packet_inject()
393 mib2_variable_update(&agent_ip, &my_agent); in mib2_username_processing()
Dnetx_snmp_v2_buffer_overwrite_test.c33 static NX_IP agent_ip; variable
99 …status += nx_ip_create(&agent_ip, "Agent IP", SNMP_AGENT_ADDRESS, 0xFFFFFF00UL, &pool_0, _nx_ram_n… in test_application_define()
110 status = nx_arp_enable(&agent_ip, (void *) pointer, 1024); in test_application_define()
120 status = nx_udp_enable(&agent_ip); in test_application_define()
128 status = nx_ip_fragment_enable(&agent_ip); in test_application_define()
153 …status = nx_snmp_agent_create(&my_agent, "SNMP Agent", &agent_ip, snmp_stack, sizeof(snmp_stack), … in thread_0_entry()
236 _nx_ip_packet_deferred_receive(&agent_ip, my_packet); in packet_inject()
444 mib2_variable_update(&agent_ip, &my_agent); in mib2_username_processing()
Dnetx_snmp_v3_buffer_overwrite_test.c43 static NX_IP agent_ip; variable
109 …status += nx_ip_create(&agent_ip, "Agent IP", SNMP_AGENT_ADDRESS, 0xFFFFFF00UL, &pool_0, _nx_ram_n… in test_application_define()
120 status = nx_arp_enable(&agent_ip, (void *) pointer, 1024); in test_application_define()
130 status = nx_udp_enable(&agent_ip); in test_application_define()
138 status = nx_ip_fragment_enable(&agent_ip); in test_application_define()
163 …status = nx_snmp_agent_create(&my_agent, "SNMP Agent", &agent_ip, snmp_stack, sizeof(snmp_stack), … in thread_0_entry()
279 _nx_ip_packet_deferred_receive(&agent_ip, my_packet); in packet_inject()
487 mib2_variable_update(&agent_ip, &my_agent); in mib2_username_processing()
Dnetx_snmp_v1_buffer_overwrite_test.c33 static NX_IP agent_ip; variable
103 …status += nx_ip_create(&agent_ip, "Agent IP", SNMP_AGENT_ADDRESS, 0xFFFFFF00UL, &pool_0, _nx_ram_n… in test_application_define()
114 status = nx_arp_enable(&agent_ip, (void *) pointer, 1024); in test_application_define()
124 status = nx_udp_enable(&agent_ip); in test_application_define()
132 status = nx_ip_fragment_enable(&agent_ip); in test_application_define()
157 …status = nx_snmp_agent_create(&my_agent, "SNMP Agent", &agent_ip, snmp_stack, sizeof(snmp_stack), … in thread_0_entry()
246 _nx_ip_packet_deferred_receive(&agent_ip, my_packet); in packet_inject()
471 mib2_variable_update(&agent_ip, &my_agent); in mib2_username_processing()
Dnetx_snmp_v3_decrypt_pdu_buffer_overwrite_test.c43 static NX_IP agent_ip; variable
109 …status += nx_ip_create(&agent_ip, "Agent IP", SNMP_AGENT_ADDRESS, 0xFFFFFF00UL, &pool_0, _nx_ram_n… in test_application_define()
120 status = nx_arp_enable(&agent_ip, (void *) pointer, 1024); in test_application_define()
130 status = nx_udp_enable(&agent_ip); in test_application_define()
138 status = nx_ip_fragment_enable(&agent_ip); in test_application_define()
163 …status = nx_snmp_agent_create(&my_agent, "SNMP Agent", &agent_ip, snmp_stack, sizeof(snmp_stack), … in thread_0_entry()
283 _nx_ip_packet_deferred_receive(&agent_ip, my_packet); in packet_inject()
491 mib2_variable_update(&agent_ip, &my_agent); in mib2_username_processing()
Dnetx_snmp_v3_encrypt_pdu_padding_buffer_overwrite_test.c44 static NX_IP agent_ip; variable
113 …status += nx_ip_create(&agent_ip, "Agent IP", SNMP_AGENT_ADDRESS, 0xFFFFFF00UL, &pool_0, _nx_ram_n… in test_application_define()
124 status = nx_arp_enable(&agent_ip, (void *) pointer, 1024); in test_application_define()
134 status = nx_udp_enable(&agent_ip); in test_application_define()
142 status = nx_ip_fragment_enable(&agent_ip); in test_application_define()
167 …status = nx_snmp_agent_create(&my_agent, "SNMP Agent", &agent_ip, snmp_stack, sizeof(snmp_stack), … in thread_0_entry()
287 _nx_ip_packet_deferred_receive(&agent_ip, my_packet); in packet_inject()
492 mib2_variable_update(&agent_ip, &my_agent); in mib2_username_processing()
Dnetx_snmp_v1_packet_double_release_test.c33 static NX_IP agent_ip; variable
96 …status += nx_ip_create(&agent_ip, "Agent IP", SNMP_AGENT_ADDRESS, 0xFFFFFF00UL, &pool_0, _nx_ram_n… in test_application_define()
107 status = nx_arp_enable(&agent_ip, (void *) pointer, 1024); in test_application_define()
117 status = nx_udp_enable(&agent_ip); in test_application_define()
144 …status = nx_snmp_agent_create(&my_agent, "SNMP Agent", &agent_ip, snmp_stack, sizeof(snmp_stack), … in thread_0_entry()
223 _nx_ip_packet_deferred_receive(&agent_ip, my_packet); in packet_inject()
428 mib2_variable_update(&agent_ip, &my_agent); in mib2_username_processing()
Dnetx_snmp_v3_encrypt_pdu_buffer_overwrite_test.c42 static NX_IP agent_ip;
106 …status += nx_ip_create(&agent_ip, "Agent IP", SNMP_AGENT_ADDRESS, 0xFFFFFF00UL, &pool_0, _nx_ram_n… in test_application_define()
117 status = nx_arp_enable(&agent_ip, (void *) pointer, 1024); in test_application_define()
127 status = nx_udp_enable(&agent_ip); in test_application_define()
154 …status = nx_snmp_agent_create(&my_agent, "SNMP Agent", &agent_ip, snmp_stack, sizeof(snmp_stack), … in thread_0_entry()
280 _nx_ip_packet_deferred_receive(&agent_ip, my_packet); in packet_inject()
485 mib2_variable_update(&agent_ip, &my_agent); in mib2_username_processing()
Dnetx_snmp_v3_object_id_buffer_overwrite_test.c42 static NX_IP agent_ip;
106 …status += nx_ip_create(&agent_ip, "Agent IP", SNMP_AGENT_ADDRESS, 0xFFFFFF00UL, &pool_0, _nx_ram_n… in test_application_define()
117 status = nx_arp_enable(&agent_ip, (void *) pointer, 1024); in test_application_define()
127 status = nx_udp_enable(&agent_ip); in test_application_define()
154 …status = nx_snmp_agent_create(&my_agent, "SNMP Agent", &agent_ip, snmp_stack, sizeof(snmp_stack), … in thread_0_entry()
280 _nx_ip_packet_deferred_receive(&agent_ip, my_packet); in packet_inject()
485 mib2_variable_update(&agent_ip, &my_agent); in mib2_username_processing()
Dnetx_snmp_v2_get_bulk_request_test.c39 static NX_IP agent_ip; variable
127 …status = nx_ip_create(&agent_ip, "Agent IP", SNMP_AGENT_ADDRESS, 0xFFFFFF00UL, &pool_0, _nx_ram_ne… in test_application_define()
143 status = nx_arp_enable(&agent_ip, (void *) pointer, 1024); in test_application_define()
157 status = nx_udp_enable(&agent_ip); in test_application_define()
168 status = nx_snmp_agent_create(&my_agent, "public", &agent_ip, pointer, 4096, &pool_0, in test_application_define()
578 v2_mib2_variable_update(&agent_ip, &my_agent); in v2_mib2_username_processing()
Dnetx_snmp_v2_unknown_oid_test.c38 static NX_IP agent_ip; variable
115 …status += nx_ip_create(&agent_ip, "Agent IP", SNMP_AGENT_ADDRESS, 0xFFFFFF00UL, &v2_pool_0, _nx_ra… in test_application_define()
132 status = nx_arp_enable(&agent_ip, (void *) pointer, 1024); in test_application_define()
146 status = nx_udp_enable(&agent_ip); in test_application_define()
156 status = nx_snmp_agent_create(&v2_my_agent, "SNMP Agent", &agent_ip, pointer, 4096, &v2_pool_0, in test_application_define()
601 v2_mib2_variable_update(&agent_ip, &v2_my_agent); in v2_mib2_username_processing()
Dnetx_snmp_v3_md5_security_test.c43 static NX_IP agent_ip; variable
129 …status = nx_ip_create(&agent_ip, "Agent IP", SNMP_AGENT_ADDRESS, 0xFFFFFF00UL, &pool_0, _nx_ram_ne… in test_application_define()
145 status = nx_arp_enable(&agent_ip, (void *) pointer, 1024); in test_application_define()
159 status = nx_udp_enable(&agent_ip); in test_application_define()
169 status = nx_snmp_agent_create(&my_agent, "public", &agent_ip, pointer, 4096, &pool_0, in test_application_define()
607 v3_mib2_variable_update(&agent_ip, &my_agent); in v3_mib2_username_processing()
Dnetx_snmp_v3_md5_failed_security_test.c45 static NX_IP agent_ip; variable
138 …status = nx_ip_create(&agent_ip, "Agent IP", SNMP_AGENT_ADDRESS, 0xFFFFFF00UL, &pool_0, _nx_ram_ne… in test_application_define()
154 status = nx_arp_enable(&agent_ip, (void *) pointer, 1024); in test_application_define()
168 status = nx_udp_enable(&agent_ip); in test_application_define()
179 status = nx_snmp_agent_create(&my_agent, "public", &agent_ip, pointer, 4096, &pool_0, in test_application_define()
626 v3_mib2_variable_update(&agent_ip, &my_agent); in v3_mib2_username_processing()
Dnetx_snmp_v3_no_security_function_test.c41 static NX_IP agent_ip; variable
136 …status = nx_ip_create(&agent_ip, "Agent IP", SNMP_AGENT_ADDRESS, 0xFFFFFF00UL, &pool_0, _nx_ram_ne… in test_application_define()
152 status = nx_arp_enable(&agent_ip, (void *) pointer, 1024); in test_application_define()
166 status = nx_udp_enable(&agent_ip); in test_application_define()
176 status = nx_snmp_agent_create(&my_agent, "public", &agent_ip, pointer, 4096, &pool_0, in test_application_define()
626 v3_mib2_variable_update(&agent_ip, &my_agent); in v3_mib2_username_processing()
Dnetx_snmp_abnormal_packet_test.c40 static NX_IP agent_ip; variable
156 …status = nx_ip_create(&agent_ip, "Agent IP", SNMP_AGENT_ADDRESS, 0xFFFFFF00UL, &pool_0, _nx_ram_ne… in test_application_define()
172 status = nx_arp_enable(&agent_ip, (void *) pointer, 1024); in test_application_define()
186 status = nx_udp_enable(&agent_ip); in test_application_define()
196 status = nx_snmp_agent_create(&my_agent, "public", &agent_ip, pointer, 4096, &pool_0, in test_application_define()
Dnetx_snmp_basic_v2_test.c38 static NX_IP agent_ip; variable
117 …status += nx_ip_create(&agent_ip, "Agent IP", SNMP_AGENT_ADDRESS, 0xFFFFFF00UL, &v2_pool_0, _nx_ra… in test_application_define()
134 status = nx_arp_enable(&agent_ip, (void *) pointer, 1024); in test_application_define()
148 status = nx_udp_enable(&agent_ip); in test_application_define()
158 status = nx_snmp_agent_create(&v2_my_agent, "SNMP Agent", &agent_ip, pointer, 4096, &v2_pool_0, in test_application_define()
635 v2_mib2_variable_update(&agent_ip, &v2_my_agent); in v2_mib2_username_processing()
Dnetx_snmp_setget_ip_address_test.c51 static NX_IP agent_ip; variable
147 …status += nx_ip_create(&agent_ip, "Agent IP", SNMP_AGENT_ADDRESS, 0xFFFFFF00UL, &v2_pool_0, _nx_ra… in test_application_define()
164 status = nx_arp_enable(&agent_ip, (void *) pointer, 1024); in test_application_define()
178 status = nx_udp_enable(&agent_ip); in test_application_define()
188 status = nx_snmp_agent_create(&v2_my_agent, "SNMP Agent", &agent_ip, pointer, 4096, &v2_pool_0, in test_application_define()
686 v2_mib2_variable_update(&agent_ip, &v2_my_agent); in v2_mib2_username_processing()
Dnetx_snmp_setget_octet_strings_test.c45 static NX_IP agent_ip; variable
132 …status += nx_ip_create(&agent_ip, "Agent IP", SNMP_AGENT_ADDRESS, 0xFFFFFF00UL, &v2_pool_0, _nx_ra… in test_application_define()
149 status = nx_arp_enable(&agent_ip, (void *) pointer, 1024); in test_application_define()
163 status = nx_udp_enable(&agent_ip); in test_application_define()
173 status = nx_snmp_agent_create(&v2_my_agent, "SNMP Agent", &agent_ip, pointer, 4096, &v2_pool_0, in test_application_define()
648 v2_mib2_variable_update(&agent_ip, &v2_my_agent); in v2_mib2_username_processing()
Dnetx_snmp_v2_send_trap_test.c36 static NX_IP agent_ip; variable
108 …status += nx_ip_create(&agent_ip, "Agent IP", SNMP_AGENT_ADDRESS, 0xFFFFFF00UL, &v2_pool_0, _nx_ra… in test_application_define()
125 status = nx_arp_enable(&agent_ip, (void *) pointer, 1024); in test_application_define()
139 status = nx_udp_enable(&agent_ip); in test_application_define()
149 status = nx_snmp_agent_create(&v2_my_agent, "SNMP Agent", &agent_ip, pointer, 4096, &v2_pool_0, in test_application_define()
636 v2_mib2_variable_update(&agent_ip, &v2_my_agent); in v2_mib2_username_processing()
Dnetx_snmp_v3_md5_security_extended_test.c43 static NX_IP agent_ip; variable
129 …status = nx_ip_create(&agent_ip, "Agent IP", SNMP_AGENT_ADDRESS, 0xFFFFFF00UL, &pool_0, _nx_ram_ne… in test_application_define()
145 status = nx_arp_enable(&agent_ip, (void *) pointer, 1024); in test_application_define()
159 status = nx_udp_enable(&agent_ip); in test_application_define()
169 status = nx_snmp_agent_create(&my_agent, "public", &agent_ip, pointer, 4096, &pool_0, in test_application_define()
634 v3_mib2_variable_update(&agent_ip, &my_agent); in v3_mib2_username_processing()
Dnetx_snmp_setget_integers_test.c43 static NX_IP agent_ip; variable
136 …status += nx_ip_create(&agent_ip, "Agent IP", SNMP_AGENT_ADDRESS, 0xFFFFFF00UL, &v2_pool_0, _nx_ra… in test_application_define()
153 status = nx_arp_enable(&agent_ip, (void *) pointer, 1024); in test_application_define()
167 status = nx_udp_enable(&agent_ip); in test_application_define()
177 status = nx_snmp_agent_create(&v2_my_agent, "SNMP Agent", &agent_ip, pointer, 4096, &v2_pool_0, in test_application_define()
633 v2_mib2_variable_update(&agent_ip, &v2_my_agent); in v2_mib2_username_processing()
Dnetx_snmp_setget_misc_test.c44 static NX_IP agent_ip; variable
150 …status += nx_ip_create(&agent_ip, "Agent IP", SNMP_AGENT_ADDRESS, 0xFFFFFF00UL, &v2_pool_0, _nx_ra… in test_application_define()
167 status = nx_arp_enable(&agent_ip, (void *) pointer, 1024); in test_application_define()
181 status = nx_udp_enable(&agent_ip); in test_application_define()
191 status = nx_snmp_agent_create(&v2_my_agent, "SNMP Agent", &agent_ip, pointer, 4096, &v2_pool_0, in test_application_define()
699 v2_mib2_variable_update(&agent_ip, &v2_my_agent); in v2_mib2_username_processing()
Dnetx_snmp_no_security_function_test.c83 static NX_IP agent_ip; variable
203 …status = nx_ip_create(&agent_ip, "Agent IP", SNMP_AGENT_ADDRESS, 0xFFFFFF00UL, &nosec_pool, _nx_ra… in test_application_define()
224 status = nx_arp_enable(&agent_ip, (void *) pointer, 1024); in test_application_define()
239 status = nx_udp_enable(&agent_ip); in test_application_define()
251 status = nx_snmp_agent_create(&my_nosec_agent, "public", &agent_ip, pointer, 4096, &nosec_pool, in test_application_define()
790 nosec_mib2_variable_update(&agent_ip, &my_nosec_agent); in nosec_mib2_username_processing()
Dnetx_snmp_v3_nosec_traplist_test.c39 static NX_IP agent_ip; variable
115 …status += nx_ip_create(&agent_ip, "Agent IP", SNMP_AGENT_ADDRESS, 0xFFFFFF00UL, &v3_pool_0, _nx_ra… in test_application_define()
132 status = nx_arp_enable(&agent_ip, (void *) pointer, 1024); in test_application_define()
146 status = nx_udp_enable(&agent_ip); in test_application_define()
156 status = nx_snmp_agent_create(&v3_my_agent, "SNMP Agent", &agent_ip, pointer, 4096, &v3_pool_0, in test_application_define()
861 v3_mib2_variable_update(&agent_ip, &v3_my_agent); in v3_mib2_username_processing()