/NetX-Duo-v6.4.1/samples/ |
D | demo_netxduo_smtp_client.c | 33 #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()
|
D | demo_netxduo_sntp_client.c | 59 #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/ |
D | netx_sntp_client_kod_test.c | 42 #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()
|
D | netx_sntp_forward_unicast_update_test.c | 71 #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()
|
D | netx_sntp_client_broadcast_basic_test.c | 47 #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()
|
D | netx_sntp_client_unicast_basic_test.c | 46 #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()
|
D | netx_sntp_client_ipv6_broadcast_basic_test.c | 48 #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()
|
D | netx_sntp_client_ipv6_unicast_basic_test.c | 48 #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()
|
D | netx_sntp_client_unicast_display_date_test.c | 62 #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()
|
D | netx_sntp_request_unicast_test.c | 112 #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()
|
D | netx_sntp_client_packet_chain_test.c | 47 #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/ |
D | netx_low_watermark_zero_window_test.c | 16 #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/ |
D | netx_dhcp_03_02_01_test.c | 29 #define CLIENT_IP_ADDRESS IP_ADDRESS(10,0,0,10) macro 260 requested_ip = (ULONG)CLIENT_IP_ADDRESS; in client_thread_entry()
|
D | netx_dhcp_03_02_02_test.c | 30 #define CLIENT_IP_ADDRESS IP_ADDRESS(100,0,0,10) macro 260 requested_ip = (ULONG)CLIENT_IP_ADDRESS; in client_thread_entry()
|
D | netx_dhcp_03_02_03_test.c | 27 #define CLIENT_IP_ADDRESS IP_ADDRESS(100,0,0,10) macro 258 requested_ip = (ULONG)CLIENT_IP_ADDRESS; in client_thread_entry()
|
D | netx_dhcp_skip_discover_test.c | 19 #define CLIENT_IP_ADDRESS IP_ADDRESS(10,0,0,15) macro 275 requested_ip = (ULONG)CLIENT_IP_ADDRESS; in client_thread_entry()
|
D | netx_dhcp_client_interface_0_only_test.c | 15 #define CLIENT_IP_ADDRESS IP_ADDRESS(192,1,1,66) macro 318 requested_ip = (ULONG)CLIENT_IP_ADDRESS; in client_thread_entry()
|
D | netx_dhcp_client_special_attributes_test.c | 18 #define CLIENT_IP_ADDRESS IP_ADDRESS(192,1,1,66) macro 336 requested_ip = (ULONG)CLIENT_IP_ADDRESS; in client_thread_entry()
|
D | netx_dhcp_client_interface_1_only_test.c | 17 #define CLIENT_IP_ADDRESS IP_ADDRESS(192,1,1,66) macro 328 requested_ip = (ULONG)CLIENT_IP_ADDRESS; in client_thread_entry()
|
D | netx_dhcp_client_send_with_zero_source_address_test.c | 154 requested_ip = (ULONG)CLIENT_IP_ADDRESS; in client_thread_entry()
|
D | netx_dhcp_basic_test.c | 297 requested_ip = (ULONG)CLIENT_IP_ADDRESS; in client_thread_entry()
|
D | netx_dhcp_delete_test.c | 312 requested_ip = (ULONG)CLIENT_IP_ADDRESS; in client_thread_entry()
|
D | netx_dhcp_enable_test.c | 297 requested_ip = (ULONG)CLIENT_IP_ADDRESS; in client_thread_entry()
|
D | netx_dhcp_reinitialize_test.c | 302 requested_ip = (ULONG)CLIENT_IP_ADDRESS; in client_thread_entry()
|
D | netx_dhcp_release_test.c | 305 requested_ip = (ULONG)CLIENT_IP_ADDRESS; in client_thread_entry()
|