| /NetX-Duo-v6.2.1/test/regression/dhcp_test/ |
| D | netx_dhcp_multiple_instances_test.c | 200 status = nx_udp_enable(&client_ip_0); in test_application_define() 207 status = nx_udp_enable(&client_ip_1); in test_application_define() 214 status = nx_udp_enable(&server_ip_0); in test_application_define() 221 status = nx_udp_enable(&server_ip_1); in test_application_define()
|
| D | netx_dhcp_server_small_packet_payload_test.c | 149 status = nx_udp_enable(&client_ip); in test_application_define() 156 status = nx_udp_enable(&server_ip); in test_application_define()
|
| /NetX-Duo-v6.2.1/test/regression/netxduo_test/ |
| D | netx_forward_udp_fragment_test3.c | 159 status = nx_udp_enable(&ip_0); in test_application_define() 160 status += nx_udp_enable(&ip_1); in test_application_define() 161 status += nx_udp_enable(&ip_2); in test_application_define()
|
| D | netx_forward_udp_fragment_test.c | 137 status = nx_udp_enable(&ip_0); in test_application_define() 138 status += nx_udp_enable(&ip_1); in test_application_define() 139 status += nx_udp_enable(&ip_2); in test_application_define()
|
| D | netx_forward_udp_fragment_test2.c | 141 status = nx_udp_enable(&ip_0); in test_application_define() 142 status += nx_udp_enable(&ip_1); in test_application_define() 143 status += nx_udp_enable(&ip_2); in test_application_define()
|
| D | netx_forward_udp_fragment_test4.c | 157 status = nx_udp_enable(&ip_0); in test_application_define() 158 status += nx_udp_enable(&ip_1); in test_application_define() 159 status += nx_udp_enable(&ip_2); in test_application_define()
|
| D | netx_udp_checksum_zero_test.c | 104 status = nx_udp_enable(&ip_0); in test_application_define() 105 status += nx_udp_enable(&ip_1); in test_application_define()
|
| D | netx_udp_port_unreachable_test.c | 90 status += nx_udp_enable(&ip_0); in test_application_define() 91 status += nx_udp_enable(&ip_1); in test_application_define()
|
| D | netx_ip_raw_packet_queue_test.c | 97 status = nx_udp_enable(&ip_0); in test_application_define() 101 status = nx_udp_enable(&ip_1); in test_application_define()
|
| D | netx_udp_fragmentation_processing_test.c | 2176 status = nx_udp_enable(&ip_0); in test_application_define() 2177 status += nx_udp_enable(&ip_1); in test_application_define()
|
| D | netx_ip_fragmentation_packet_copy_test.c | 116 status = nx_udp_enable(&ip_0); in test_application_define() 117 status += nx_udp_enable(&ip_1); in test_application_define()
|
| D | netx_ip_fragmentation_packet_delay_test.c | 116 status = nx_udp_enable(&ip_0); in test_application_define() 117 status += nx_udp_enable(&ip_1); in test_application_define()
|
| D | netx_ip_fragmentation_packet_drop_test.c | 116 status = nx_udp_enable(&ip_0); in test_application_define() 117 status += nx_udp_enable(&ip_1); in test_application_define()
|
| D | netx_ip_raw_packet_filter_test.c | 105 status = nx_udp_enable(&ip_0); in test_application_define() 109 status = nx_udp_enable(&ip_1); in test_application_define()
|
| /NetX-Duo-v6.2.1/test/regression/nat_test/ |
| D | netx_nat_invalid_header_test.c | 246 status = nx_udp_enable(&nat_ip); in test_application_define() 247 status += nx_udp_enable(&local_ip); in test_application_define() 248 status += nx_udp_enable(&external_ip); in test_application_define()
|
| D | netx_nat_udp_fragment_test.c | 254 status = nx_udp_enable(&nat_ip); in test_application_define() 255 status += nx_udp_enable(&local_ip); in test_application_define() 256 status += nx_udp_enable(&external_ip); in test_application_define()
|
| D | netx_nat_udp_port_test.c | 254 status = nx_udp_enable(&nat_ip); in test_application_define() 255 status += nx_udp_enable(&local_ip); in test_application_define() 256 status += nx_udp_enable(&external_ip); in test_application_define()
|
| /NetX-Duo-v6.2.1/test/regression/ppp_test/ |
| D | netx_ppp_request_dns_server_test.c | 146 nx_udp_enable(&ip_0); in test_application_define() 147 nx_udp_enable(&ip_1); in test_application_define()
|
| D | netx_ppp_IPCP_timeout.c | 170 nx_udp_enable(&ip_0); in test_application_define() 171 nx_udp_enable(&ip_1); in test_application_define()
|
| /NetX-Duo-v6.2.1/test/regression/rtp_test/ |
| D | netx_rtcp_packet_send_test.c | 119 status = nx_udp_enable(&ip_0); in test_application_define() 121 status = nx_udp_enable(&ip_1); in test_application_define()
|
| D | netx_rtp_multicast_test.c | 146 status = nx_udp_enable(&ip_0); in test_application_define() 147 status += nx_udp_enable(&ip_1); in test_application_define() 148 status += nx_udp_enable(&ip_2); in test_application_define()
|
| /NetX-Duo-v6.2.1/samples/ |
| D | demo_netx_auto_ip.c | 118 status = nx_udp_enable(&ip_0); in tx_application_define() 119 status += nx_udp_enable(&ip_1); in tx_application_define()
|
| D | demo_netxduo_dhcp.c | 151 status = nx_udp_enable(&client_ip); in tx_application_define() 152 status += nx_udp_enable(&server_ip); in tx_application_define()
|
| /NetX-Duo-v6.2.1/test/regression/dns_test/ |
| D | netx_dns_packet_double_release_test.c | 130 status = nx_udp_enable(&client_ip); in test_application_define() 131 status += nx_udp_enable(&server_ip); in test_application_define()
|
| D | netx_dns_request_a_response_cname_a_smtp_live_com_test.c | 215 status = nx_udp_enable(&client_ip); in test_application_define() 216 status += nx_udp_enable(&server_ip); in test_application_define()
|