Home
last modified time | relevance | path

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

12345678

/NetX-Duo-v6.4.1/test/regression/netxduo_test/
Dnetx_udp_socket_unbind_test.c123 status = nx_udp_socket_bind(&socket_0, CLIENT_PORT_1, 2 * NX_IP_PERIODIC_RATE); in thread_0_entry()
128 status = nx_udp_socket_bind(&socket_3, CLIENT_PORT_2, 2 * NX_IP_PERIODIC_RATE); in thread_0_entry()
156 status = nx_udp_socket_bind(&socket_0, CLIENT_PORT_1, 2 * NX_IP_PERIODIC_RATE); in thread_0_entry()
197 status = nx_udp_socket_bind(&socket_1, CLIENT_PORT_1, 5 * NX_IP_PERIODIC_RATE); in thread_1_entry()
203 status = nx_udp_socket_bind(&socket_1, CLIENT_PORT_1, 5 * NX_IP_PERIODIC_RATE); in thread_1_entry()
225 status = nx_udp_socket_bind(&socket_2, CLIENT_PORT_1, 5 * NX_IP_PERIODIC_RATE); in thread_2_entry()
231 status = nx_udp_socket_bind(&socket_2, CLIENT_PORT_1, 5 * NX_IP_PERIODIC_RATE); in thread_2_entry()
Dnetx_udp_socket_bind_test.c109 status = nx_udp_socket_bind(&socket_0, 1234, 2 * NX_IP_PERIODIC_RATE); in thread_0_entry()
114 status = nx_udp_socket_bind(&socket_0, 1234, 2 * NX_IP_PERIODIC_RATE); in thread_0_entry()
133 status = nx_udp_socket_bind(&my_socket[i], i+1, NX_IP_PERIODIC_RATE); in thread_0_entry()
142 status = nx_udp_socket_bind(&socket_0, NX_ANY_PORT, 2 * NX_IP_PERIODIC_RATE); in thread_0_entry()
147 status = nx_udp_socket_bind(&socket_0, 1234, NX_NO_WAIT); in thread_0_entry()
Dnetx_udp_free_port_find_test.c116 status = nx_udp_socket_bind(&socket_0, CLIENT_PORT_1, 2 * NX_IP_PERIODIC_RATE); in thread_0_entry()
136 status = nx_udp_socket_bind(&socket_0, NX_MAX_PORT, 2 * NX_IP_PERIODIC_RATE); in thread_0_entry()
164 status = nx_udp_socket_bind(&my_socket[i], i + NX_SEARCH_PORT_START, NX_IP_PERIODIC_RATE); in thread_0_entry()
189 status = nx_udp_socket_bind(&my_socket_1, (NX_SEARCH_PORT_START - 1), NX_IP_PERIODIC_RATE); in thread_0_entry()
Dnetx_udp_bind_cleanup_test.c130 status = nx_udp_socket_bind(&socket_0, 0x88, 2 * NX_IP_PERIODIC_RATE); in thread_0_entry()
137 status = nx_udp_socket_bind(&socket_1, 0x88, 250); in thread_0_entry()
190 status = nx_udp_socket_bind(&socket_2, 0x88, 2 * NX_IP_PERIODIC_RATE); in thread_1_entry()
Dnetx_udp_branch_test.c303 nx_udp_socket_bind(&socket_0, 1234, NX_NO_WAIT); in thread_0_entry()
309 nx_udp_socket_bind(&socket_0, 1234, NX_NO_WAIT); in thread_0_entry()
337 nx_udp_socket_bind(&socket_0, 1234, NX_NO_WAIT); in thread_0_entry()
381 nx_udp_socket_bind(&socket_0, 0x1234, NX_NO_WAIT); in thread_0_entry()
405 nx_udp_socket_bind(&socket_0, 0x0100, NX_NO_WAIT); in thread_0_entry()
428 nx_udp_socket_bind(&socket_0, 0x0100, NX_NO_WAIT); in thread_0_entry()
Dnetx_udp_multiple_ports_test.c173 status = nx_udp_socket_bind(&socket_0, 0x88, TX_WAIT_FOREVER); in thread_0_entry()
409 status = nx_udp_socket_bind(&socket_1, 0x89, TX_WAIT_FOREVER); in thread_1_entry()
429 status = nx_udp_socket_bind(&socket_2, 0xA9, TX_WAIT_FOREVER); in thread_1_entry()
449 status = nx_udp_socket_bind(&socket_3, 0xC9, TX_WAIT_FOREVER); in thread_1_entry()
469 status = nx_udp_socket_bind(&socket_4, 0xE9, TX_WAIT_FOREVER); in thread_1_entry()
Dnetx_udp_port_table_udpate_test.c154 status = nx_udp_socket_bind(&socket_0, 0x88, TX_WAIT_FOREVER); in thread_0_entry()
238 status = nx_udp_socket_bind(&socket_1, 0x89, TX_WAIT_FOREVER); in thread_1_entry()
239 status += nx_udp_socket_bind(&socket_2, 0x8089, TX_WAIT_FOREVER); in thread_1_entry()
Dnetx_tcp_udp_random_port_test.c165 status = nx_udp_socket_bind(&udp_socket[1], NX_ANY_PORT, TX_WAIT_FOREVER); in thread_0_entry()
181 status = nx_udp_socket_bind(&udp_socket[i & 1], NX_ANY_PORT, TX_WAIT_FOREVER); in thread_0_entry()
Dnetx_udp_checksum_zero_test.c148 status = nx_udp_socket_bind(&socket_0, 0x88, TX_WAIT_FOREVER); in thread_0_entry()
217 status = nx_udp_socket_bind(&socket_1, 0x89, TX_WAIT_FOREVER); in thread_1_entry()
Dnetx_udp_port_unreachable_test.c136 status = nx_udp_socket_bind(&socket_0, 0x88, TX_WAIT_FOREVER); in thread_0_entry()
195 status = nx_udp_socket_bind(&socket_1, 0x8089, TX_WAIT_FOREVER); in thread_0_entry()
Dnetx_ip_fragmentation_packet_copy_test.c158 status = nx_udp_socket_bind(&socket_1, 0x89, NX_NO_WAIT); in thread_0_entry()
249 status = nx_udp_socket_bind(&socket_0, 0x88, NX_NO_WAIT); in thread_1_entry()
Dnetx_ip_fragmentation_packet_delay_test.c158 status = nx_udp_socket_bind(&socket_1, 0x89, NX_NO_WAIT); in thread_0_entry()
249 status = nx_udp_socket_bind(&socket_0, 0x88, NX_NO_WAIT); in thread_1_entry()
Dnetx_ip_fragmentation_packet_drop_test.c158 status = nx_udp_socket_bind(&socket_1, 0x89, NX_NO_WAIT); in thread_0_entry()
250 status = nx_udp_socket_bind(&socket_0, 0x88, NX_NO_WAIT); in thread_1_entry()
Dnetx_ip_chain_packet_process_test.c163 status = nx_udp_socket_bind(&socket_0, 0x88, TX_WAIT_FOREVER); in thread_0_entry()
259 status = nx_udp_socket_bind(&socket_1, 0x89, TX_WAIT_FOREVER); in thread_1_entry()
Dnetx_ip_fragmentation_wrong_destination_address_test.c159 status = nx_udp_socket_bind(&socket_1, 0x89, NX_NO_WAIT); in thread_0_entry()
252 status = nx_udp_socket_bind(&socket_0, 0x88, NX_NO_WAIT); in thread_1_entry()
Dnetx_ip_fragmentation_wrong_protocol_field_test.c159 status = nx_udp_socket_bind(&socket_1, 0x89, NX_NO_WAIT); in thread_0_entry()
252 status = nx_udp_socket_bind(&socket_0, 0x88, NX_NO_WAIT); in thread_1_entry()
Dnetx_udp_loopback_test.c171 status = nx_udp_socket_bind(&socket_0, 0x88, TX_WAIT_FOREVER); in thread_0_entry()
277 status = nx_udp_socket_bind(&socket_1, 0x89, TX_WAIT_FOREVER); in thread_1_entry()
Dnetx_ip_fragmentation_timeout_check_test.c161 status = nx_udp_socket_bind(&socket_1, 0x89, NX_NO_WAIT); in thread_0_entry()
178 status = nx_udp_socket_bind(&socket_0, 0x88, NX_NO_WAIT); in thread_0_entry()
Dnetx_ip_fragmentation_timeout_check_test2.c167 status = nx_udp_socket_bind(&socket_1, 0x89, NX_NO_WAIT); in thread_0_entry()
184 status = nx_udp_socket_bind(&socket_0, 0x88, NX_NO_WAIT); in thread_0_entry()
/NetX-Duo-v6.4.1/test/regression/rtp_test/
Dnetx_rtp_free_udp_port_find_test.c107 status = nx_udp_socket_bind(&udp_socket_0, NX_RTP_SENDER_INITIAL_RTP_PORT, NX_NO_WAIT); in ntest_0_entry()
118 status = nx_udp_socket_bind(&udp_socket_0, (NX_RTP_SENDER_INITIAL_RTP_PORT + 1), NX_NO_WAIT); in ntest_0_entry()
130 status = nx_udp_socket_bind(&udp_socket_0, (NX_RTP_SENDER_INITIAL_RTP_PORT), NX_NO_WAIT); in ntest_0_entry()
131 status += nx_udp_socket_bind(&udp_socket_1, (NX_RTP_SENDER_INITIAL_RTP_PORT + 3), NX_NO_WAIT); in ntest_0_entry()
153 status = nx_udp_socket_bind(&my_socket[i], i, NX_IP_PERIODIC_RATE); in ntest_0_entry()
172 status = nx_udp_socket_bind(&my_socket[65534], 65534, NX_IP_PERIODIC_RATE); in ntest_0_entry()
186 status = nx_udp_socket_bind(&my_socket[65532], 65532, NX_IP_PERIODIC_RATE); in ntest_0_entry()
/NetX-Duo-v6.4.1/test/regression/nat_test/
Dnetx_nat_udp_port_test.c306 status = nx_udp_socket_bind(&nat_socket, NX_NAT_START_UDP_PORT, TX_WAIT_FOREVER); in thread_0_entry()
361 status = nx_udp_socket_bind(&test_socket, NX_NAT_START_UDP_PORT - 1, TX_WAIT_FOREVER); in thread_0_entry()
404 status = nx_udp_socket_bind(&local_socket, 0x88, TX_WAIT_FOREVER); in thread_0_entry()
424 status = nx_udp_socket_bind(&external_socket, 0x89, TX_WAIT_FOREVER); in thread_0_entry()
/NetX-Duo-v6.4.1/test/regression/nx_secure_test/
Dnx_secure_dtls_handshake_fail_test.c602 status = nx_udp_socket_bind(&client_socket_0, CLIENT_PORT + i, NX_NO_WAIT); in ntest_1_entry()
726 status = nx_udp_socket_bind(&client_socket_0, CLIENT_PORT - 5, NX_NO_WAIT); in test_dtls_helloverify_after_handshake_client()
845 status = nx_udp_socket_bind(&client_socket_0, CLIENT_PORT - 1, NX_NO_WAIT); in test_dtls_no_renegotiate_client()
924 status = nx_udp_socket_bind(&server_udp_socket, SERVER_PORT, in test_dtls_handshake_header_server()
984 status = nx_udp_socket_bind(&client_socket_0, CLIENT_PORT - 2, NX_NO_WAIT); in test_dtls_handshake_header_client()
1041 status = nx_udp_socket_bind(&server_udp_socket, SERVER_PORT, in test_dtls_handshake_fragment_len_server()
1097 status = nx_udp_socket_bind(&client_socket_0, CLIENT_PORT - 3, NX_NO_WAIT); in test_dtls_handshake_fragment_len_client()
1159 status = nx_udp_socket_bind(&server_udp_socket, SERVER_PORT, in test_dtls_handshake_buffer_pointer_server()
1219 status = nx_udp_socket_bind(&client_socket_0, CLIENT_PORT - 4, NX_NO_WAIT); in test_dtls_handshake_buffer_pointer_client()
1302 status = nx_udp_socket_bind(&client_socket_0, CLIENT_PORT - 6, NX_NO_WAIT); in test_dtls_handshake_fragment_len2_client()
/NetX-Duo-v6.4.1/nx_secure/src/
Dnx_secure_dtls_server_start.c77 …status = nx_udp_socket_bind(&(server_ptr->nx_dtls_server_udp_socket), server_ptr->nx_dtls_server_… in _nx_secure_dtls_server_start()
/NetX-Duo-v6.4.1/samples/
Ddemo_netx_auto_ip.c185 status = nx_udp_socket_bind(&socket_0, 0x88, TX_WAIT_FOREVER); in thread_0_entry()
266 status = nx_udp_socket_bind(&socket_1, 0x89, TX_WAIT_FOREVER); in thread_1_entry()
Ddemo_netx_duo_udp.c255 status = nx_udp_socket_bind(&socket_0, 0x88, TX_WAIT_FOREVER); in thread_0_entry()
341 status = nx_udp_socket_bind(&socket_1, 0x89, TX_WAIT_FOREVER); in thread_1_entry()

12345678