Home
last modified time | relevance | path

Searched refs:nx_udp_socket_create (Results 1 – 25 of 192) sorted by relevance

12345678

/NetX-Duo-v6.2.1/test/regression/rtp_test/
Dnetx_rtp_free_udp_port_find_test.c102 …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/
Dnetx_udp_socket_unbind_test.c113 …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()
Dnetx_udp_bind_cleanup_test.c109 …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()
Dnetx_udp_free_port_find_test.c112 …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()
Dnetx_udp_socket_delete_test.c103 …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()
Dnetx_udp_multiple_ports_test.c152 …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()
Dnetx_udp_socket_bind_test.c105 …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()
Dnetx_udp_port_table_udpate_test.c144 …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()
Dnetx_tcp_udp_random_port_test.c160 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()
Dnetx_udp_nxe_api_test.c179 …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()
Dnetx_udp_checksum_zero_test.c138 …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()
Dnetx_udp_port_unreachable_test.c126 …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()
Dnetx_ip_fragmentation_packet_copy_test.c148 …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()
Dnetx_ip_fragmentation_packet_delay_test.c148 …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()
Dnetx_ip_fragmentation_packet_drop_test.c148 …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()
Dnetx_udp_loopback_test.c161 …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()
Dnetx_ip_fragmentation_wrong_destination_address_test.c149 …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()
Dnetx_ip_fragmentation_wrong_protocol_field_test.c149 …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()
Dnetx_ip_chain_packet_process_test.c153 …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()
Dnetx_ip_fragmentation_timeout_check_test.c154 … 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()
Dnetx_ip_fragmentation_timeout_check_test2.c160 … 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()
Dnetx_ip_fragmentation_wrong_protocol_field_test2.c150 …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/
Dnetx_nat_udp_port_test.c296 …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/
Ddemo_netx_auto_ip.c175 …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()
Ddemo_netx_duo_udp.c245 …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()

12345678