Home
last modified time | relevance | path

Searched refs:nx_udp_enable (Results 1 – 25 of 548) sorted by relevance

12345678910>>...22

/NetX-Duo-v6.2.1/test/regression/dhcp_test/
Dnetx_dhcp_multiple_instances_test.c200 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()
Dnetx_dhcp_server_small_packet_payload_test.c149 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/
Dnetx_forward_udp_fragment_test3.c159 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()
Dnetx_forward_udp_fragment_test.c137 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()
Dnetx_forward_udp_fragment_test2.c141 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()
Dnetx_forward_udp_fragment_test4.c157 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()
Dnetx_udp_checksum_zero_test.c104 status = nx_udp_enable(&ip_0); in test_application_define()
105 status += nx_udp_enable(&ip_1); in test_application_define()
Dnetx_udp_port_unreachable_test.c90 status += nx_udp_enable(&ip_0); in test_application_define()
91 status += nx_udp_enable(&ip_1); in test_application_define()
Dnetx_ip_raw_packet_queue_test.c97 status = nx_udp_enable(&ip_0); in test_application_define()
101 status = nx_udp_enable(&ip_1); in test_application_define()
Dnetx_udp_fragmentation_processing_test.c2176 status = nx_udp_enable(&ip_0); in test_application_define()
2177 status += nx_udp_enable(&ip_1); in test_application_define()
Dnetx_ip_fragmentation_packet_copy_test.c116 status = nx_udp_enable(&ip_0); in test_application_define()
117 status += nx_udp_enable(&ip_1); in test_application_define()
Dnetx_ip_fragmentation_packet_delay_test.c116 status = nx_udp_enable(&ip_0); in test_application_define()
117 status += nx_udp_enable(&ip_1); in test_application_define()
Dnetx_ip_fragmentation_packet_drop_test.c116 status = nx_udp_enable(&ip_0); in test_application_define()
117 status += nx_udp_enable(&ip_1); in test_application_define()
Dnetx_ip_raw_packet_filter_test.c105 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/
Dnetx_nat_invalid_header_test.c246 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()
Dnetx_nat_udp_fragment_test.c254 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()
Dnetx_nat_udp_port_test.c254 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/
Dnetx_ppp_request_dns_server_test.c146 nx_udp_enable(&ip_0); in test_application_define()
147 nx_udp_enable(&ip_1); in test_application_define()
Dnetx_ppp_IPCP_timeout.c170 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/
Dnetx_rtcp_packet_send_test.c119 status = nx_udp_enable(&ip_0); in test_application_define()
121 status = nx_udp_enable(&ip_1); in test_application_define()
Dnetx_rtp_multicast_test.c146 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/
Ddemo_netx_auto_ip.c118 status = nx_udp_enable(&ip_0); in tx_application_define()
119 status += nx_udp_enable(&ip_1); in tx_application_define()
Ddemo_netxduo_dhcp.c151 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/
Dnetx_dns_packet_double_release_test.c130 status = nx_udp_enable(&client_ip); in test_application_define()
131 status += nx_udp_enable(&server_ip); in test_application_define()
Dnetx_dns_request_a_response_cname_a_smtp_live_com_test.c215 status = nx_udp_enable(&client_ip); in test_application_define()
216 status += nx_udp_enable(&server_ip); in test_application_define()

12345678910>>...22