/NetX-Duo-v6.4.1/test/regression/netxduo_test/ |
D | netx_udp_socket_unbind_test.c | 123 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()
|
D | netx_udp_socket_bind_test.c | 109 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()
|
D | netx_udp_free_port_find_test.c | 116 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()
|
D | netx_udp_bind_cleanup_test.c | 130 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()
|
D | netx_udp_branch_test.c | 303 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()
|
D | netx_udp_multiple_ports_test.c | 173 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()
|
D | netx_udp_port_table_udpate_test.c | 154 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()
|
D | netx_tcp_udp_random_port_test.c | 165 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()
|
D | netx_udp_checksum_zero_test.c | 148 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()
|
D | netx_udp_port_unreachable_test.c | 136 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()
|
D | netx_ip_fragmentation_packet_copy_test.c | 158 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()
|
D | netx_ip_fragmentation_packet_delay_test.c | 158 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()
|
D | netx_ip_fragmentation_packet_drop_test.c | 158 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()
|
D | netx_ip_chain_packet_process_test.c | 163 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()
|
D | netx_ip_fragmentation_wrong_destination_address_test.c | 159 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()
|
D | netx_ip_fragmentation_wrong_protocol_field_test.c | 159 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()
|
D | netx_udp_loopback_test.c | 171 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()
|
D | netx_ip_fragmentation_timeout_check_test.c | 161 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()
|
D | netx_ip_fragmentation_timeout_check_test2.c | 167 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/ |
D | netx_rtp_free_udp_port_find_test.c | 107 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/ |
D | netx_nat_udp_port_test.c | 306 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/ |
D | nx_secure_dtls_handshake_fail_test.c | 602 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/ |
D | nx_secure_dtls_server_start.c | 77 …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/ |
D | demo_netx_auto_ip.c | 185 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()
|
D | demo_netx_duo_udp.c | 255 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()
|