NX_TCP_SOCKET_STRUCT::nx_tcp_socket_connect_ip is only used within netxduo.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesnetxduoNX_TCP_SOCKET_STRUCT::nx_tcp_socket_connect_ip

NX_TCP_SOCKET_STRUCT::nx_tcp_socket_connect_ip field

Syntax

NXD_ADDRESS nx_tcp_socket_connect_ip;

References

LocationReferrerText
nx_api.h:1867
NXD_ADDRESS nx_tcp_socket_connect_ip;
nx_secure_tls_packet_allocate.c:88_nx_secure_tls_packet_allocate()
nx_tcp_no_connection_reset.c:115_nx_tcp_no_connection_reset()
fake_socket.nx_tcp_socket_connect_ip.nxd_ip_version = NX_IP_VERSION_V4;
nx_tcp_no_connection_reset.c:116_nx_tcp_no_connection_reset()
fake_socket.nx_tcp_socket_connect_ip.nxd_ip_address.v4 = ip_header_ptr -> nx_ip_header_source_ip;
nx_tcp_no_connection_reset.c:124_nx_tcp_no_connection_reset()
_nx_ip_route_find(ip_ptr, fake_socket.nx_tcp_socket_connect_ip.nxd_ip_address.v4, &fake_socket.nx_tcp_socket_connect_interface,
nx_tcp_packet_process.c:330_nx_tcp_packet_process()
if (socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version == packet_ptr -> nx_packet_ip_version)
nx_tcp_packet_process.c:337_nx_tcp_packet_process()
if (socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v4 == *source_ip)
nx_tcp_packet_process.c:655_nx_tcp_packet_process()
socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version = NX_IP_VERSION_V4;
nx_tcp_packet_process.c:656_nx_tcp_packet_process()
socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v4 = *source_ip;
nx_tcp_packet_send_control.c:184_nx_tcp_packet_send_control()
packet_ptr -> nx_packet_ip_version = (UCHAR)(socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version);
nx_tcp_packet_send_control.c:188_nx_tcp_packet_send_control()
if (socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSION_V4)
nx_tcp_packet_send_control.c:282_nx_tcp_packet_send_control()
if (socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSION_V4)
nx_tcp_packet_send_control.c:289_nx_tcp_packet_send_control()
dest_ip = &socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v4;
nx_tcp_packet_send_control.c:325_nx_tcp_packet_send_control()
if (socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSION_V4)
nx_tcp_packet_send_control.c:328_nx_tcp_packet_send_control()
_nx_ip_packet_send(ip_ptr, packet_ptr, socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v4,
nx_tcp_packet_send_syn.c:162_nx_tcp_packet_send_syn()
if (socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSION_V4)
nx_tcp_server_socket_relisten.c:292_nx_tcp_server_socket_relisten()
socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v4 = source_ip.nxd_ip_address.v4;
nx_tcp_server_socket_relisten.c:335_nx_tcp_server_socket_relisten()
socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version = source_ip.nxd_ip_version;
nx_tcp_server_socket_unaccept.c:105_nx_tcp_server_socket_unaccept()
socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version = 0;
nx_tcp_server_socket_unaccept.c:110_nx_tcp_server_socket_unaccept()
socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v4 = 0;
nx_tcp_socket_block_cleanup.c:80_nx_tcp_socket_block_cleanup()
socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version = 0;
nx_tcp_socket_block_cleanup.c:85_nx_tcp_socket_block_cleanup()
socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v4 = 0;
nx_tcp_socket_retransmit.c:239_nx_tcp_socket_retransmit()
if (socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSION_V4)
nx_tcp_socket_retransmit.c:246_nx_tcp_socket_retransmit()
dest_ip = &socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v4;
nx_tcp_socket_retransmit.c:382_nx_tcp_socket_retransmit()
if (socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSION_V4)
nx_tcp_socket_retransmit.c:385_nx_tcp_socket_retransmit()
socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v4,
nx_tcp_socket_send_internal.c:363_nx_tcp_socket_send_internal()
if (socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSION_V4)
nx_tcp_socket_send_internal.c:370_nx_tcp_socket_send_internal()
dest_ip = &socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v4;
nx_tcp_socket_send_internal.c:720_nx_tcp_socket_send_internal()
send_packet -> nx_packet_ip_version = (UCHAR)(socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version);
nx_tcp_socket_send_internal.c:926_nx_tcp_socket_send_internal()
if (socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSION_V4)
nx_tcp_socket_send_internal.c:931_nx_tcp_socket_send_internal()
socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v4,
nxd_mqtt_client.c:560_nxd_mqtt_packet_allocate()
nxd_tcp_client_socket_connect.c:350_nxd_tcp_client_socket_connect()
socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version = server_ip -> nxd_ip_version;
nxd_tcp_client_socket_connect.c:357_nxd_tcp_client_socket_connect()
socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v4 = server_ip -> nxd_ip_address.v4;
nxd_tcp_client_socket_connect.c:398_nxd_tcp_client_socket_connect()
memset(&socket_ptr -> nx_tcp_socket_connect_ip, 0, sizeof(NXD_ADDRESS));
nxd_tcp_socket_peer_info_get.c:108_nxd_tcp_socket_peer_info_get()
peer_ip_address -> nxd_ip_version = socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version;
nxd_tcp_socket_peer_info_get.c:112_nxd_tcp_socket_peer_info_get()
if (socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSION_V4)
nxd_tcp_socket_peer_info_get.c:114_nxd_tcp_socket_peer_info_get()
peer_ip_address -> nxd_ip_address.v4 = socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_address.v4;
nxe_secure_tls_packet_allocate.c:94_nxe_secure_tls_packet_allocate()
if ((tls_session -> nx_secure_tls_tcp_socket -> nx_tcp_socket_connect_ip.nxd_ip_version != NX_IP_VERSION_V4) &&
nxe_secure_tls_packet_allocate.c:95_nxe_secure_tls_packet_allocate()
nxe_tcp_socket_send.c:115_nxe_tcp_socket_send()
if (socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSION_V4)