Home
last modified time | relevance | path

Searched refs:nx_tcp_socket_connect_ip (Results 1 – 25 of 88) sorted by relevance

1234

/NetX-Duo-v6.2.1/common/src/
Dnx_tcp_packet_send_control.c193 …packet_ptr -> nx_packet_ip_version = (UCHAR)(socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version… in _nx_tcp_packet_send_control()
197 if (socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSION_V4) in _nx_tcp_packet_send_control()
291 if (socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSION_V4) in _nx_tcp_packet_send_control()
298 dest_ip = &socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v4; in _nx_tcp_packet_send_control()
303 if (socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSION_V6) in _nx_tcp_packet_send_control()
310 dest_ip = socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v6; in _nx_tcp_packet_send_control()
334 if (socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSION_V4) in _nx_tcp_packet_send_control()
337 … _nx_ip_packet_send(ip_ptr, packet_ptr, socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v4, in _nx_tcp_packet_send_control()
345 if (socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSION_V6) in _nx_tcp_packet_send_control()
353 socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v6); in _nx_tcp_packet_send_control()
Dnxd_tcp_socket_peer_info_get.c107 peer_ip_address -> nxd_ip_version = socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version; in _nxd_tcp_socket_peer_info_get()
111 if (socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSION_V4) in _nxd_tcp_socket_peer_info_get()
113 … peer_ip_address -> nxd_ip_address.v4 = socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v4; in _nxd_tcp_socket_peer_info_get()
118 if (socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSION_V6) in _nxd_tcp_socket_peer_info_get()
122 COPY_IPV6_ADDRESS(socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v6, in _nxd_tcp_socket_peer_info_get()
Dnx_tcp_socket_retransmit.c241 if (socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSION_V4) in _nx_tcp_socket_retransmit()
248 dest_ip = &socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v4; in _nx_tcp_socket_retransmit()
253 if (socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSION_V6) in _nx_tcp_socket_retransmit()
261 dest_ip = socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v6; in _nx_tcp_socket_retransmit()
391 if (socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSION_V4) in _nx_tcp_socket_retransmit()
394 socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v4, in _nx_tcp_socket_retransmit()
403 if (socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSION_V6) in _nx_tcp_socket_retransmit()
413 socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v6); in _nx_tcp_socket_retransmit()
Dnx_tcp_no_connection_reset.c114 fake_socket.nx_tcp_socket_connect_ip.nxd_ip_version = NX_IP_VERSION_V4; in _nx_tcp_no_connection_reset()
115 … fake_socket.nx_tcp_socket_connect_ip.nxd_ip_address.v4 = ip_header_ptr -> nx_ip_header_source_ip; in _nx_tcp_no_connection_reset()
123 …_nx_ip_route_find(ip_ptr, fake_socket.nx_tcp_socket_connect_ip.nxd_ip_address.v4, &fake_socket.nx_… in _nx_tcp_no_connection_reset()
148 fake_socket.nx_tcp_socket_connect_ip.nxd_ip_version = NX_IP_VERSION_V6; in _nx_tcp_no_connection_reset()
149 …RESS(&ipv6_header_ptr -> nx_ip_header_source_ip[0], fake_socket.nx_tcp_socket_connect_ip.nxd_ip_ad… in _nx_tcp_no_connection_reset()
Dnx_tcp_socket_driver_packet_receive.c144 if (socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSION_V4) in _nx_tcp_socket_driver_packet_receive()
146 … _nx_ip_header_add(ip_ptr, packet_ptr, socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v4, in _nx_tcp_socket_driver_packet_receive()
156 if (socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSION_V6) in _nx_tcp_socket_driver_packet_receive()
162 socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v6, in _nx_tcp_socket_driver_packet_receive()
Dnx_tcp_socket_block_cleanup.c85 socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version = 0; in _nx_tcp_socket_block_cleanup()
88 SET_UNSPECIFIED_ADDRESS(socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v6); in _nx_tcp_socket_block_cleanup()
90 socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v4 = 0; in _nx_tcp_socket_block_cleanup()
Dnx_tcp_packet_send_syn.c105 if (socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSION_V4) in _nx_tcp_packet_send_syn()
113 if (socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSION_V6) in _nx_tcp_packet_send_syn()
128 … &socket_ptr -> nx_tcp_socket_connect_ip, /* dest_addr */ in _nx_tcp_packet_send_syn()
161 if (socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSION_V4) in _nx_tcp_packet_send_syn()
201 if (socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSION_V6) in _nx_tcp_packet_send_syn()
Dnx_tcp_socket_send_internal.c128 if (socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSION_V4) in _nx_tcp_socket_driver_send()
132 socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v4, in _nx_tcp_socket_driver_send()
141 if (socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSION_V6) in _nx_tcp_socket_driver_send()
148 socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v6, in _nx_tcp_socket_driver_send()
365 if (socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSION_V4) in _nx_tcp_socket_send_internal()
372 dest_ip = &socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v4; in _nx_tcp_socket_send_internal()
383 if (socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSION_V6) in _nx_tcp_socket_send_internal()
402 dest_ip = socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v6; in _nx_tcp_socket_send_internal()
722 …send_packet -> nx_packet_ip_version = (UCHAR)(socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_versio… in _nx_tcp_socket_send_internal()
935 if (socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSION_V4) in _nx_tcp_socket_send_internal()
[all …]
Dnx_tcp_server_socket_unaccept.c104 socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version = 0; in _nx_tcp_server_socket_unaccept()
107 SET_UNSPECIFIED_ADDRESS(socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v6); in _nx_tcp_server_socket_unaccept()
109 socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v4 = 0; in _nx_tcp_server_socket_unaccept()
Dnxd_tcp_client_socket_connect.c170 memset(&socket_ptr -> nx_tcp_socket_connect_ip, 0, sizeof(NXD_ADDRESS)); in _nxd_tcp_client_socket_driver_connect()
365 socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version = server_ip -> nxd_ip_version; in _nxd_tcp_client_socket_connect()
372 socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v4 = server_ip -> nxd_ip_address.v4; in _nxd_tcp_client_socket_connect()
382 socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v6); in _nxd_tcp_client_socket_connect()
413 memset(&socket_ptr -> nx_tcp_socket_connect_ip, 0, sizeof(NXD_ADDRESS)); in _nxd_tcp_client_socket_connect()
Dnx_tcp_socket_driver_establish.c136 socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version = ip_address.nxd_ip_version; in _nx_tcp_socket_driver_establish()
140 socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v4 = ip_address.nxd_ip_address.v4; in _nx_tcp_socket_driver_establish()
150 socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v6); in _nx_tcp_socket_driver_establish()
Dnxe_tcp_socket_send.c114 if (socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSION_V4) in _nxe_tcp_socket_send()
122 if (socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSION_V6) in _nxe_tcp_socket_send()
Dnx_tcp_server_socket_relisten.c291 … socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v4 = source_ip.nxd_ip_address.v4; in _nx_tcp_server_socket_relisten()
313 socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version = NX_IP_VERSION_V6; in _nx_tcp_server_socket_relisten()
320 socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v6); in _nx_tcp_server_socket_relisten()
334 … socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version = source_ip.nxd_ip_version; in _nx_tcp_server_socket_relisten()
Dnx_tcp_packet_process.c350 … if (socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version == packet_ptr -> nx_packet_ip_version) in _nx_tcp_packet_process()
357 if (socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v4 == *source_ip) in _nx_tcp_packet_process()
367 …if (CHECK_IPV6_ADDRESSES_SAME(socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v6, source_ip)) in _nx_tcp_packet_process()
675 socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version = NX_IP_VERSION_V4; in _nx_tcp_packet_process()
676 socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v4 = *source_ip; in _nx_tcp_packet_process()
684 socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version = NX_IP_VERSION_V6; in _nx_tcp_packet_process()
685 … COPY_IPV6_ADDRESS(source_ip, socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v6); in _nx_tcp_packet_process()
/NetX-Duo-v6.2.1/test/regression/azure_iot/
Dnx_azure_iot_unit_test.c167 mqtt_client.nxd_mqtt_client_socket.nx_tcp_socket_connect_ip.nxd_ip_version = NX_IP_VERSION_V4; in test_nx_azure_iot_publish_packet_get()
176 mqtt_client.nxd_mqtt_client_socket.nx_tcp_socket_connect_ip.nxd_ip_version = NX_IP_VERSION_V6; in test_nx_azure_iot_publish_packet_get()
187 mqtt_client.nxd_mqtt_client_socket.nx_tcp_socket_connect_ip.nxd_ip_version = NX_IP_VERSION_V4; in test_nx_azure_iot_publish_packet_get()
197 mqtt_client.nxd_mqtt_client_socket.nx_tcp_socket_connect_ip.nxd_ip_version = NX_IP_VERSION_V6; in test_nx_azure_iot_publish_packet_get()
214 mqtt_client.nxd_mqtt_client_socket.nx_tcp_socket_connect_ip.nxd_ip_version = NX_IP_VERSION_V4; in test_nx_azure_iot_publish_packet_get()
224 mqtt_client.nxd_mqtt_client_socket.nx_tcp_socket_connect_ip.nxd_ip_version = NX_IP_VERSION_V6; in test_nx_azure_iot_publish_packet_get()
238 mqtt_client.nxd_mqtt_client_socket.nx_tcp_socket_connect_ip.nxd_ip_version = NX_IP_VERSION_V4; in test_nx_azure_iot_publish_packet_get()
249 mqtt_client.nxd_mqtt_client_socket.nx_tcp_socket_connect_ip.nxd_ip_version = NX_IP_VERSION_V6; in test_nx_azure_iot_publish_packet_get()
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_tcp_branch_test.c577 tcp_socket.nx_tcp_socket_connect_ip.nxd_ip_version = NX_IP_VERSION_V4; in thread_0_entry()
770 tcp_socket.nx_tcp_socket_connect_ip.nxd_ip_version = NX_IP_VERSION_V4; in thread_0_entry()
771 tcp_socket.nx_tcp_socket_connect_ip.nxd_ip_address.v4 = IP_ADDRESS(1, 2, 3, 5); in thread_0_entry()
903 tcp_socket.nx_tcp_socket_connect_ip.nxd_ip_version = NX_IP_VERSION_V4; in thread_0_entry()
904 tcp_socket.nx_tcp_socket_connect_ip.nxd_ip_address.v4 = IP_ADDRESS(1, 2, 3, 5); in thread_0_entry()
1014 tcp_socket.nx_tcp_socket_connect_ip.nxd_ip_version = NX_IP_VERSION_V6; in thread_0_entry()
1034 tcp_socket.nx_tcp_socket_connect_ip.nxd_ip_version = NX_IP_VERSION_V4; in thread_0_entry()
1035 tcp_socket.nx_tcp_socket_connect_ip.nxd_ip_address.v4 = IP_ADDRESS(192,168,100,20); in thread_0_entry()
1054 tcp_socket.nx_tcp_socket_connect_ip.nxd_ip_version = NX_IP_VERSION_V6; in thread_0_entry()
1073 tcp_socket.nx_tcp_socket_connect_ip.nxd_ip_address.v6[0] = 0xFE800000; in thread_0_entry()
[all …]
Dnetx_tcp_invalid_option_test.c335 dest_ip = &client_socket.nx_tcp_socket_connect_ip.nxd_ip_address.v4; in my_tcp_packet_receive()
342 …x_tcp_socket_connect_interface -> nx_interface_ip_address, client_socket.nx_tcp_socket_connect_ip); in my_tcp_packet_receive()
447 dest_ip = &client_socket.nx_tcp_socket_connect_ip.nxd_ip_address.v4; in inject_invalid_option()
456 …_ptr -> nx_packet_ip_interface -> nx_interface_ip_address, client_socket.nx_tcp_socket_connect_ip); in inject_invalid_option()
466 _nx_ip_packet_send(&ip_0, packet_ptr, client_socket.nx_tcp_socket_connect_ip.nxd_ip_address.v4, in inject_invalid_option()
471 _nx_ip_packet_send(&ip_0, packet_ptr, client_socket.nx_tcp_socket_connect_ip, in inject_invalid_option()
Dnetx_tcp_invalid_length_test.c165 tcp_socket.nx_tcp_socket_connect_ip.nxd_ip_version = NX_IP_VERSION_V4; in thread_0_entry()
166 tcp_socket.nx_tcp_socket_connect_ip.nxd_ip_address.v4 = IP_ADDRESS(192,168,100,4); in thread_0_entry()
Dnetx_tcp_socket_send_internal_test.c127 tcp_socket.nx_tcp_socket_connect_ip.nxd_ip_version = NX_IP_VERSION_V4; in ntest_0_entry()
128 tcp_socket.nx_tcp_socket_connect_ip.nxd_ip_address.v4 = IP_ADDRESS(1, 2, 3, 5); in ntest_0_entry()
Dnetx_2_17_test.c310 dest_ip = &client_socket.nx_tcp_socket_connect_ip.nxd_ip_address.v4; in my_tcp_packet_receive_2_17()
319 dest_ip = client_socket.nx_tcp_socket_connect_ip; in my_tcp_packet_receive_2_17()
Dnetx_tcp_invalid_option_test2.c392 dest_ip = &server_socket.nx_tcp_socket_connect_ip.nxd_ip_address.v4; in my_tcp_packet_receive()
399 …x_tcp_socket_connect_interface -> nx_interface_ip_address, server_socket.nx_tcp_socket_connect_ip); in my_tcp_packet_receive()
/NetX-Duo-v6.2.1/nx_secure/src/
Dnxe_secure_tls_packet_allocate.c93 …if ((tls_session -> nx_secure_tls_tcp_socket -> nx_tcp_socket_connect_ip.nxd_ip_version != NX_IP_… in _nxe_secure_tls_packet_allocate()
94 …(tls_session -> nx_secure_tls_tcp_socket -> nx_tcp_socket_connect_ip.nxd_ip_version != NX_IP_VERS… in _nxe_secure_tls_packet_allocate()
Dnx_secure_tls_packet_allocate.c87 …if (tls_session -> nx_secure_tls_tcp_socket -> nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VE… in _nx_secure_tls_packet_allocate()
/NetX-Duo-v6.2.1/test/regression/ftp_test/
Dnetx_ftp_pasv_stor_test.c261 ftp_client.nx_ftp_client_data_socket.nx_tcp_socket_connect_ip.nxd_ip_version = NX_IP_VERSION_V4; in client_thread_entry()
262 …ftp_client.nx_ftp_client_data_socket.nx_tcp_socket_connect_ip.nxd_ip_address.v4 = FTP_SERVER_ADDRE… in client_thread_entry()
264 ftp_client.nx_ftp_client_data_socket.nx_tcp_socket_connect_ip = FTP_SERVER_ADDRESS; in client_thread_entry()
290 … &(ftp_client.nx_ftp_client_data_socket.nx_tcp_socket_connect_ip), in client_thread_entry()
294 … ftp_client.nx_ftp_client_data_socket.nx_tcp_socket_connect_ip, in client_thread_entry()
/NetX-Duo-v6.2.1/addons/pop3/
Dnxd_pop3_client.c696 …if (client_ptr -> nx_pop3_client_tcp_socket.nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSI… in _nx_pop3_client_mail_items_get()
974 …if (client_ptr -> nx_pop3_client_tcp_socket.nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSI… in _nx_pop3_client_mail_item_size_get()
1251 …if (client_ptr -> nx_pop3_client_tcp_socket.nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSI… in _nx_pop3_client_mail_item_get()
1738 …if (client_ptr -> nx_pop3_client_tcp_socket.nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSI… in _nx_pop3_client_mail_item_delete()
1963 …if (client_ptr -> nx_pop3_client_tcp_socket.nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSI… in _nx_pop3_client_quit()
2841 …if (client_ptr -> nx_pop3_client_tcp_socket.nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSI… in _nx_pop3_client_apop()
3063 …if (client_ptr -> nx_pop3_client_tcp_socket.nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSI… in _nx_pop3_client_user_pass()
3175 …if (client_ptr -> nx_pop3_client_tcp_socket.nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSI… in _nx_pop3_client_user_pass()

1234