Home
last modified time | relevance | path

Searched refs:NX_IP_INITIALIZE_DONE (Results 1 – 25 of 459) sorted by relevance

12345678910>>...19

/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_ip_raw_packet_queue_test.c146 status = nx_ip_status_check(&ip_0, NX_IP_INITIALIZE_DONE, &value, NX_IP_PERIODIC_RATE); in ntest_0_entry()
149 if ((status) || (value != NX_IP_INITIALIZE_DONE)) in ntest_0_entry()
206 status = nx_ip_status_check(&ip_1, NX_IP_INITIALIZE_DONE, &value, NX_IP_PERIODIC_RATE); in ntest_1_entry()
209 if ((status) || (value != NX_IP_INITIALIZE_DONE)) in ntest_1_entry()
Dnetx_ip_raw_packet_filter_test.c152 status = nx_ip_status_check(&ip_0, NX_IP_INITIALIZE_DONE, &value, NX_IP_PERIODIC_RATE); in ntest_0_entry()
155 if ((status) || (value != NX_IP_INITIALIZE_DONE)) in ntest_0_entry()
196 status = nx_ip_status_check(&ip_1, NX_IP_INITIALIZE_DONE, &value, NX_IP_PERIODIC_RATE); in ntest_1_entry()
197 if ((status) || (value != NX_IP_INITIALIZE_DONE)) in ntest_1_entry()
Dnetx_raw_special_test.c177 status = nx_ip_status_check(&ip_0, NX_IP_INITIALIZE_DONE, &value, NX_IP_PERIODIC_RATE); in ntest_0_entry()
178 if ((status) || (value != NX_IP_INITIALIZE_DONE)) in ntest_0_entry()
270 status = nx_ip_status_check(&ip_1, NX_IP_INITIALIZE_DONE, &value, NX_IP_PERIODIC_RATE); in ntest_1_entry()
271 if ((status) || (value != NX_IP_INITIALIZE_DONE)) in ntest_1_entry()
Dnetx_ipv6_raw_packet_test.c179 status = nx_ip_status_check(&ip_0, NX_IP_INITIALIZE_DONE, &value, NX_IP_PERIODIC_RATE); in ntest_0_entry()
182 if ((status) || (value != NX_IP_INITIALIZE_DONE)) in ntest_0_entry()
272 status = nx_ip_status_check(&ip_1, NX_IP_INITIALIZE_DONE, &value, NX_IP_PERIODIC_RATE); in ntest_1_entry()
275 if ((status) || (value != NX_IP_INITIALIZE_DONE)) in ntest_1_entry()
Dnetx_ip_status_check_test.c117 status = nx_ip_status_check(&ip_0, NX_IP_INITIALIZE_DONE, &value, NX_IP_PERIODIC_RATE); in ntest_0_entry()
120 if ((status) || (value != NX_IP_INITIALIZE_DONE)) in ntest_0_entry()
Dnetx_ip_basic_test.c210 status += nx_ip_status_check(&ip_0, NX_IP_INITIALIZE_DONE, &value, NX_IP_PERIODIC_RATE); in ntest_0_entry()
213 if ((status) || (value != NX_IP_INITIALIZE_DONE)) in ntest_0_entry()
Dnetx_ip_interface_detachment_gateway_test.c88 status = nx_ip_status_check(&ip_0, NX_IP_INITIALIZE_DONE, &actual_status, NX_IP_PERIODIC_RATE); in ntest_0_entry()
Dnetx_ip_interface_detachment_tcp_connection_test.c138 status = nx_ip_status_check(&ip_0, NX_IP_INITIALIZE_DONE, &actual_status, NX_IP_PERIODIC_RATE); in ntest_0_entry()
241 status = nx_ip_status_check(&ip_1, NX_IP_INITIALIZE_DONE, &actual_status, NX_IP_PERIODIC_RATE); in ntest_1_entry()
Dnetx_ip_link_status_test2.c233 nx_ip_status_check(&ip_0, NX_IP_INITIALIZE_DONE, &actual_status, NX_WAIT_FOREVER); in thread_0_entry()
360 nx_ip_status_check(&ip_1, NX_IP_INITIALIZE_DONE, &actual_status, NX_WAIT_FOREVER); in thread_1_and_2_entry()
/NetX-Duo-v6.2.1/common/src/
Dnx_ip_interface_status_check.c112 if (needed_status & NX_IP_INITIALIZE_DONE) in _nx_ip_interface_status_check()
120 current_status = current_status | NX_IP_INITIALIZE_DONE; in _nx_ip_interface_status_check()
Dnxe_ip_status_check.c93 ~(NX_IP_INITIALIZE_DONE | NX_IP_ADDRESS_RESOLVED | NX_IP_LINK_ENABLED | NX_IP_ARP_ENABLED | in _nxe_ip_status_check()
Dnxe_ip_interface_status_check.c102 …~((NX_IP_INITIALIZE_DONE | NX_IP_LINK_ENABLED | NX_IP_UDP_ENABLED | NX_IP_TCP_ENABLED | NX_IP_INTE… in _nxe_ip_interface_status_check()
/NetX-Duo-v6.2.1/test/regression/bsd_test/
Dnetx_bsd_tcp_clients_share_port_test.c219 …status = nx_ip_status_check(&bsd_ip_server, NX_IP_INITIALIZE_DONE, &actual_status, NX_IP_PERIODIC… in thread_server_entry()
353 …status = nx_ip_status_check(&bsd_ip_server, NX_IP_INITIALIZE_DONE, &actual_status, NX_IP_PERIODIC… in thread_server6_entry()
535 …status = nx_ip_status_check(&bsd_ip_client, NX_IP_INITIALIZE_DONE, &actual_status, NX_IP_PERIODIC… in thread_client6_entry()
720 …status = nx_ip_status_check(&bsd_ip_client, NX_IP_INITIALIZE_DONE, &actual_status, NX_IP_PERIODIC… in thread_client_entry()
/NetX-Duo-v6.2.1/test/regression/smtp_test/
Dnetx_smtp_abnormal_packet_test.c266 status = nx_ip_status_check(&client_ip, NX_IP_INITIALIZE_DONE, &actual_status, 100); in thread_0_entry()
340 status = nx_ip_status_check(&server_ip, NX_IP_INITIALIZE_DONE, &actual_status, 100); in thread_1_entry()
Dnetx_smtp_invalid_release_test.c271 status = nx_ip_status_check(&client_ip, NX_IP_INITIALIZE_DONE, &actual_status, 100); in thread_0_entry()
345 status = nx_ip_status_check(&server_ip, NX_IP_INITIALIZE_DONE, &actual_status, 100); in thread_1_entry()
Dnetx_smtp_auth_none_test.c269 status = nx_ip_status_check(&client_ip, NX_IP_INITIALIZE_DONE, &actual_status, 100); in thread_0_entry()
348 status = nx_ip_status_check(&server_ip, NX_IP_INITIALIZE_DONE, &actual_status, 100); in thread_1_entry()
Dnetx_smtp_auth_logon_function_test.c275 status = nx_ip_status_check(&client_ip, NX_IP_INITIALIZE_DONE, &actual_status, 100); in thread_0_entry()
357 status = nx_ip_status_check(&server_ip, NX_IP_INITIALIZE_DONE, &actual_status, 100); in thread_1_entry()
Dnetx_smtp_auth_no_type_function_test.c272 status = nx_ip_status_check(&client_ip, NX_IP_INITIALIZE_DONE, &actual_status, 100); in thread_0_entry()
354 status = nx_ip_status_check(&server_ip, NX_IP_INITIALIZE_DONE, &actual_status, 100); in thread_1_entry()
Dnetx_smtp_auth_no_type_test.c272 status = nx_ip_status_check(&client_ip, NX_IP_INITIALIZE_DONE, &actual_status, 100); in thread_0_entry()
354 status = nx_ip_status_check(&server_ip, NX_IP_INITIALIZE_DONE, &actual_status, 100); in thread_1_entry()
Dnetx_smtp_basic_function_test.c272 status = nx_ip_status_check(&client_ip, NX_IP_INITIALIZE_DONE, &actual_status, 100); in thread_0_entry()
354 status = nx_ip_status_check(&server_ip, NX_IP_INITIALIZE_DONE, &actual_status, 100); in thread_1_entry()
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_tls_serverhello_extension_test.c177 status = nx_ip_status_check(&ip_0, NX_IP_INITIALIZE_DONE, &actual_status, NX_IP_PERIODIC_RATE); in ntest_0_entry()
Dnx_secure_tls_metadata_size_test.c118 status = nx_ip_status_check(&ip_0, NX_IP_INITIALIZE_DONE, &actual_status, NX_IP_PERIODIC_RATE); in ntest_0_entry()
/NetX-Duo-v6.2.1/test/regression/mdns_test/
Dnetx_mdns_buffer_size_test.c110 status = nx_ip_status_check(&ip_0, NX_IP_INITIALIZE_DONE, &actual_status, 100); in ntest_0_entry()
Dnetx_mdns_txt_test.c118 status = nx_ip_status_check(&ip_0, NX_IP_INITIALIZE_DONE, &actual_status, 100); in ntest_0_entry()
/NetX-Duo-v6.2.1/samples/
Ddemo_netx_secure_tls.c478 status = nx_ip_status_check(&client_ip, NX_IP_INITIALIZE_DONE, &actual_status, in tls_client_thread_entry()
620 status = nx_ip_status_check(&server_ip, NX_IP_INITIALIZE_DONE, &actual_status, in tls_server_thread_entry()

12345678910>>...19