| /NetX-Duo-v6.2.1/test/regression/rtp_test/ |
| D | netx_rtp_free_udp_port_find_test.c | 102 …status = nx_udp_socket_create(&ip_0, &udp_socket_0, "Test Socket 0", NX_IP_NORMAL, NX_FRAGMENT_OKA… in ntest_0_entry() 103 …status += nx_udp_socket_create(&ip_0, &udp_socket_1, "Test Socket 1", NX_IP_NORMAL, NX_FRAGMENT_OK… in ntest_0_entry() 146 …status = nx_udp_socket_create(&ip_0, &my_socket[i], "Socket Array", NX_IP_NORMAL, NX_FRAGMENT_OKAY… in ntest_0_entry() 165 …status = nx_udp_socket_create(&ip_0, &my_socket[65534], "Socket Array", NX_IP_NORMAL, NX_FRAGMENT_… in ntest_0_entry() 179 …status = nx_udp_socket_create(&ip_0, &my_socket[65532], "Socket Array", NX_IP_NORMAL, NX_FRAGMENT_… in ntest_0_entry()
|
| /NetX-Duo-v6.2.1/test/regression/netxduo_test/ |
| D | netx_udp_socket_unbind_test.c | 113 …status = nx_udp_socket_create(&ip_0, &socket_0, "Socket 0", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_0_entry() 118 …status = nx_udp_socket_create(&ip_0, &socket_3, "Socket 3", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_0_entry() 192 …status = nx_udp_socket_create(&ip_0, &socket_1, "Socket 1", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_1_entry() 220 …status = nx_udp_socket_create(&ip_0, &socket_2, "Socket 2", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_2_entry()
|
| D | netx_udp_bind_cleanup_test.c | 109 …status = nx_udp_socket_create(&ip_0, &socket_0, "Socket 0", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_0_entry() 116 …status = nx_udp_socket_create(&ip_0, &socket_1, "Socket 1", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_0_entry() 185 …status = nx_udp_socket_create(&ip_0, &socket_2, "Socket 2", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_1_entry()
|
| D | netx_udp_free_port_find_test.c | 112 …status = nx_udp_socket_create(&ip_0, &socket_0, "Socket 0", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_0_entry() 156 status = nx_udp_socket_create(&ip_0, &my_socket[i], "Socket Array", in thread_0_entry() 181 status = nx_udp_socket_create(&ip_0, &my_socket_1, "Socket 1", in thread_0_entry()
|
| D | netx_udp_socket_delete_test.c | 103 …status = nx_udp_socket_create(&ip_0, &socket_0, "Socket 0", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_0_entry() 113 …status = nx_udp_socket_create(&ip_0, &socket_0, "Socket 0", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_0_entry()
|
| D | netx_udp_multiple_ports_test.c | 152 …status = nx_udp_socket_create(&ip_0, &socket_0, "Socket 0", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_0_entry() 389 …status = nx_udp_socket_create(&ip_1, &socket_1, "Socket 1", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_1_entry() 419 …status = nx_udp_socket_create(&ip_1, &socket_2, "Socket 2", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_1_entry() 439 …status = nx_udp_socket_create(&ip_1, &socket_3, "Socket 3", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_1_entry() 459 …status = nx_udp_socket_create(&ip_1, &socket_4, "Socket 4", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_1_entry()
|
| D | netx_udp_socket_bind_test.c | 105 …status = nx_udp_socket_create(&ip_0, &socket_0, "Socket 0", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_0_entry() 126 …status = nx_udp_socket_create(&ip_0, &my_socket[i], "Socket Array", NX_IP_NORMAL, NX_FRAGMENT_OKAY… in thread_0_entry()
|
| D | netx_udp_port_table_udpate_test.c | 144 …status = nx_udp_socket_create(&ip_0, &socket_0, "Socket 0", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_0_entry() 227 …status = nx_udp_socket_create(&ip_1, &socket_1, "Socket 1", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_1_entry() 228 …status += nx_udp_socket_create(&ip_1, &socket_2, "Socket 1", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80,… in thread_1_entry()
|
| D | netx_tcp_udp_random_port_test.c | 160 nx_udp_socket_create(&ip_0, &udp_socket[0], "UDP Socket 0", NX_IP_NORMAL, in thread_0_entry() 162 nx_udp_socket_create(&ip_0, &udp_socket[1], "UDP Socket 1", NX_IP_NORMAL, in thread_0_entry()
|
| D | netx_udp_nxe_api_test.c | 179 …status = nx_udp_socket_create(NX_NULL, &socket_0, "Socket 0", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80… in thread_0_entry() 188 …status = nx_udp_socket_create(&invalid_ip, &socket_0, "Socket 0", NX_IP_NORMAL, NX_FRAGMENT_OKAY, … in thread_0_entry() 196 …status = nx_udp_socket_create(&ip_0, NX_NULL, "Socket 0", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, 5); in thread_0_entry() 214 …status = nx_udp_socket_create(&ip_0, &socket_0, "Socket 0", 0xFFFFFFFF, NX_FRAGMENT_OKAY, 0x80, 5); in thread_0_entry() 222 status = nx_udp_socket_create(&ip_0, &socket_0, "Socket 0", NX_IP_NORMAL, 11111, 0x80, 5); in thread_0_entry() 230 …status = nx_udp_socket_create(&ip_0, &socket_0, "Socket 0", NX_IP_NORMAL, NX_FRAGMENT_OKAY, NX_IP_… in thread_0_entry() 239 …status = nx_udp_socket_create(&ip_0, &socket_0, "Socket 0", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_0_entry() 249 …status = nx_udp_socket_create(&ip_0, &socket_0, "Socket 0", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_0_entry()
|
| D | netx_udp_checksum_zero_test.c | 138 …status = nx_udp_socket_create(&ip_0, &socket_0, "Socket 0", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_0_entry() 207 …status = nx_udp_socket_create(&ip_1, &socket_1, "Socket 1", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_1_entry()
|
| D | netx_udp_port_unreachable_test.c | 126 …status = nx_udp_socket_create(&ip_0, &socket_0, "Socket 0", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_0_entry() 185 …status = nx_udp_socket_create(&ip_1, &socket_1, "Socket 1", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_0_entry()
|
| D | netx_ip_fragmentation_packet_copy_test.c | 148 …status = nx_udp_socket_create(&ip_1, &socket_1, "Socket 1", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_0_entry() 242 …status = nx_udp_socket_create(&ip_0, &socket_0, "Socket 0", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_1_entry()
|
| D | netx_ip_fragmentation_packet_delay_test.c | 148 …status = nx_udp_socket_create(&ip_1, &socket_1, "Socket 1", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_0_entry() 242 …status = nx_udp_socket_create(&ip_0, &socket_0, "Socket 0", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_1_entry()
|
| D | netx_ip_fragmentation_packet_drop_test.c | 148 …status = nx_udp_socket_create(&ip_1, &socket_1, "Socket 1", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x08, … in thread_0_entry() 243 …status = nx_udp_socket_create(&ip_0, &socket_0, "Socket 0", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x08, … in thread_1_entry()
|
| D | netx_udp_loopback_test.c | 161 …status = nx_udp_socket_create(&ip_0, &socket_0, "Socket 0", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_0_entry() 267 …status = nx_udp_socket_create(&ip_0, &socket_1, "Socket 1", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_1_entry()
|
| D | netx_ip_fragmentation_wrong_destination_address_test.c | 149 …status = nx_udp_socket_create(&ip_1, &socket_1, "Socket 1", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x08, … in thread_0_entry() 245 …status = nx_udp_socket_create(&ip_0, &socket_0, "Socket 0", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x08, … in thread_1_entry()
|
| D | netx_ip_fragmentation_wrong_protocol_field_test.c | 149 …status = nx_udp_socket_create(&ip_1, &socket_1, "Socket 1", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x08, … in thread_0_entry() 245 …status = nx_udp_socket_create(&ip_0, &socket_0, "Socket 0", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x08, … in thread_1_entry()
|
| D | netx_ip_chain_packet_process_test.c | 153 …status = nx_udp_socket_create(&ip_0, &socket_0, "Socket 0", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_0_entry() 249 …status = nx_udp_socket_create(&ip_1, &socket_1, "Socket 1", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_1_entry()
|
| D | netx_ip_fragmentation_timeout_check_test.c | 154 … status = nx_udp_socket_create(&ip_1, &socket_1, "Socket 1", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 1, 5); in thread_0_entry() 168 … status = nx_udp_socket_create(&ip_0, &socket_0, "Socket 0", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 1, 5); in thread_0_entry()
|
| D | netx_ip_fragmentation_timeout_check_test2.c | 160 … status = nx_udp_socket_create(&ip_1, &socket_1, "Socket 1", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 1, 5); in thread_0_entry() 174 … status = nx_udp_socket_create(&ip_0, &socket_0, "Socket 0", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 1, 5); in thread_0_entry()
|
| D | netx_ip_fragmentation_wrong_protocol_field_test2.c | 150 …status = nx_udp_socket_create(&ip_1, &socket_1, "Socket 1", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x08, … in thread_0_entry() 245 …status = nx_udp_socket_create(&ip_0, &socket_0, "Socket 0", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x08, … in thread_1_entry()
|
| /NetX-Duo-v6.2.1/test/regression/nat_test/ |
| D | netx_nat_udp_port_test.c | 296 …status = nx_udp_socket_create(&nat_ip, &nat_socket, "NAT Socket", NX_IP_NORMAL, NX_FRAGMENT_OKAY, … in thread_0_entry() 351 …status = nx_udp_socket_create(&nat_ip, &test_socket, "TEST Socket", NX_IP_NORMAL, NX_FRAGMENT_OKAY… in thread_0_entry() 394 …status = nx_udp_socket_create(&local_ip, &local_socket, "Local Socket", NX_IP_NORMAL, NX_FRAGMENT_… in thread_0_entry() 415 …status = nx_udp_socket_create(&external_ip, &external_socket, "External Socket", NX_IP_NORMAL, NX_… in thread_0_entry()
|
| /NetX-Duo-v6.2.1/samples/ |
| D | demo_netx_auto_ip.c | 175 …status = nx_udp_socket_create(&ip_0, &socket_0, "Socket 0", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_0_entry() 256 …status = nx_udp_socket_create(&ip_1, &socket_1, "Socket 1", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_1_entry()
|
| D | demo_netx_duo_udp.c | 245 …status = nx_udp_socket_create(&ip_0, &socket_0, "Socket 0", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_0_entry() 331 …status = nx_udp_socket_create(&ip_1, &socket_1, "Socket 1", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_1_entry()
|