Home
last modified time | relevance | path

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

12

/NetX-Duo-v6.4.1/samples/
Ddemo_netxduo_smtp_client.c33 #define CLIENT_IP_ADDRESS IP_ADDRESS(1,2,3,5) macro
117 status = nx_ip_create(&client_ip, "SMTP Client IP Instance", CLIENT_IP_ADDRESS, 0xFFFFFF00UL, in tx_application_define()
Ddemo_netxduo_sntp_client.c59 #define CLIENT_IP_ADDRESS IP_ADDRESS(192,2,2,66) macro
108 status = nx_ip_create(&client_ip, "SNTP IP Instance", CLIENT_IP_ADDRESS, in tx_application_define()
/NetX-Duo-v6.4.1/test/regression/sntp_test/
Dnetx_sntp_client_kod_test.c42 #define CLIENT_IP_ADDRESS IP_ADDRESS(192,168,126,42) macro
88 status = nx_ip_create(&client_ip, "SNTP IP Instance", CLIENT_IP_ADDRESS, in test_application_define()
Dnetx_sntp_forward_unicast_update_test.c71 #define CLIENT_IP_ADDRESS IP_ADDRESS(192,168,126,42) macro
111 status = nx_ip_create(&client_ip, "SNTP IP Instance", CLIENT_IP_ADDRESS, in test_application_define()
Dnetx_sntp_client_broadcast_basic_test.c47 #define CLIENT_IP_ADDRESS IP_ADDRESS(192,168,126,42) macro
91 status = nx_ip_create(&client_ip, "SNTP IP Instance", CLIENT_IP_ADDRESS, in test_application_define()
Dnetx_sntp_client_unicast_basic_test.c46 #define CLIENT_IP_ADDRESS IP_ADDRESS(192,168,126,42) macro
90 status = nx_ip_create(&client_ip, "SNTP IP Instance", CLIENT_IP_ADDRESS, in test_application_define()
Dnetx_sntp_client_ipv6_broadcast_basic_test.c48 #define CLIENT_IP_ADDRESS IP_ADDRESS(192,168,126,42) macro
90 status = nx_ip_create(&client_ip, "SNTP IP Instance", CLIENT_IP_ADDRESS, in test_application_define()
Dnetx_sntp_client_ipv6_unicast_basic_test.c48 #define CLIENT_IP_ADDRESS IP_ADDRESS(192,168,126,42) macro
90 status = nx_ip_create(&client_ip, "SNTP IP Instance", CLIENT_IP_ADDRESS, in test_application_define()
Dnetx_sntp_client_unicast_display_date_test.c62 #define CLIENT_IP_ADDRESS IP_ADDRESS(192,168,126,42) macro
106 status = nx_ip_create(&client_ip, "SNTP IP Instance", CLIENT_IP_ADDRESS, in test_application_define()
Dnetx_sntp_request_unicast_test.c112 #define CLIENT_IP_ADDRESS IP_ADDRESS(192,168,126,42) macro
157 status = nx_ip_create(&client_ip, "SNTP IP Instance", CLIENT_IP_ADDRESS, in test_application_define()
Dnetx_sntp_client_packet_chain_test.c47 #define CLIENT_IP_ADDRESS IP_ADDRESS(192,168,126,42) macro
91 status = nx_ip_create(&client_ip, "SNTP IP Instance", CLIENT_IP_ADDRESS, in test_application_define()
/NetX-Duo-v6.4.1/test/regression/netxduo_test/
Dnetx_low_watermark_zero_window_test.c16 #define CLIENT_IP_ADDRESS IP_ADDRESS(1, 2, 3, 4) macro
96 …status = nx_ip_create(&client_ip, "Client IP Instance", CLIENT_IP_ADDRESS, 0xFFFFFF00UL, &client_p… in test_application_define()
/NetX-Duo-v6.4.1/test/regression/dhcp_test/
Dnetx_dhcp_03_02_01_test.c29 #define CLIENT_IP_ADDRESS IP_ADDRESS(10,0,0,10) macro
260 requested_ip = (ULONG)CLIENT_IP_ADDRESS; in client_thread_entry()
Dnetx_dhcp_03_02_02_test.c30 #define CLIENT_IP_ADDRESS IP_ADDRESS(100,0,0,10) macro
260 requested_ip = (ULONG)CLIENT_IP_ADDRESS; in client_thread_entry()
Dnetx_dhcp_03_02_03_test.c27 #define CLIENT_IP_ADDRESS IP_ADDRESS(100,0,0,10) macro
258 requested_ip = (ULONG)CLIENT_IP_ADDRESS; in client_thread_entry()
Dnetx_dhcp_skip_discover_test.c19 #define CLIENT_IP_ADDRESS IP_ADDRESS(10,0,0,15) macro
275 requested_ip = (ULONG)CLIENT_IP_ADDRESS; in client_thread_entry()
Dnetx_dhcp_client_interface_0_only_test.c15 #define CLIENT_IP_ADDRESS IP_ADDRESS(192,1,1,66) macro
318 requested_ip = (ULONG)CLIENT_IP_ADDRESS; in client_thread_entry()
Dnetx_dhcp_client_special_attributes_test.c18 #define CLIENT_IP_ADDRESS IP_ADDRESS(192,1,1,66) macro
336 requested_ip = (ULONG)CLIENT_IP_ADDRESS; in client_thread_entry()
Dnetx_dhcp_client_interface_1_only_test.c17 #define CLIENT_IP_ADDRESS IP_ADDRESS(192,1,1,66) macro
328 requested_ip = (ULONG)CLIENT_IP_ADDRESS; in client_thread_entry()
Dnetx_dhcp_client_send_with_zero_source_address_test.c154 requested_ip = (ULONG)CLIENT_IP_ADDRESS; in client_thread_entry()
Dnetx_dhcp_basic_test.c297 requested_ip = (ULONG)CLIENT_IP_ADDRESS; in client_thread_entry()
Dnetx_dhcp_delete_test.c312 requested_ip = (ULONG)CLIENT_IP_ADDRESS; in client_thread_entry()
Dnetx_dhcp_enable_test.c297 requested_ip = (ULONG)CLIENT_IP_ADDRESS; in client_thread_entry()
Dnetx_dhcp_reinitialize_test.c302 requested_ip = (ULONG)CLIENT_IP_ADDRESS; in client_thread_entry()
Dnetx_dhcp_release_test.c305 requested_ip = (ULONG)CLIENT_IP_ADDRESS; in client_thread_entry()

12