netxduo
_nx_tcp_socket_establish_notify()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
_nx_tcp_socket_establish_notify()
_nx_tcp_socket_establish_notify() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_api.h:3677
UINT
nx_tcp_socket_establish_notify
(
NX_TCP_SOCKET
*
socket_ptr
,
VOID
(
*
tcp_establish_notify
)
(
NX_TCP_SOCKET
*
)
)
;
Implemented in
nx_tcp_socket_establish_notify.c:77
Arguments
Argument
socket_ptr
tcp_establish_notify
Related Functions
Found 92 other functions taking a
NX_TCP_SOCKET_STRUCT
argument:
Function
_nx_tcp_packet_send_ack()
_nx_tcp_socket_send()
_nx_tcp_packet_send_control()
_nxe_tcp_server_socket_relisten()
_nx_tcp_socket_receive()
_nxd_tcp_socket_peer_info_get()
_nx_tcp_socket_thread_suspend()
_nx_tcp_socket_block_cleanup()
_nx_tcp_packet_send_rst()
_nx_tcp_socket_connection_reset()
_nx_tcp_socket_state_data_check()
_nx_tcp_packet_send_fin()
_nx_tcp_packet_send_syn()
_nxe_tcp_server_socket_accept()
_nxe_tcp_server_socket_unaccept()
_nxe_tcp_socket_create()
_nxe_tcp_socket_disconnect()
_nx_tcp_socket_receive_notify()
_nx_tcp_client_socket_unbind()
_nx_tcp_socket_disconnect()
_nxd_tcp_client_socket_connect()
_nx_tcp_socket_retransmit()
_nx_tcp_socket_receive_queue_flush()
_nxe_tcp_server_socket_listen()
_nxe_tcp_socket_delete()
_nxe_tcp_socket_receive()
_nxe_tcp_socket_send()
_nx_tcp_socket_state_wait()
_nx_tcp_socket_transmit_configure()
_nx_tcp_client_socket_bind()
_nx_tcp_server_socket_relisten()
_nx_tcp_server_socket_unaccept()
_nx_tcp_socket_create()
_nx_tcp_socket_delete()
_nxe_secure_tls_session_start()
_nxe_tcp_client_socket_bind()
_nxe_tcp_client_socket_connect()
_nxe_tcp_client_socket_unbind()
_nxe_tcp_socket_info_get()
_nxe_tcp_socket_receive_notify()
_nx_tcp_socket_mss_get()
_nx_tcp_socket_mss_peer_get()
_nx_tcp_socket_mss_set()
_nx_tcp_socket_peer_info_get()
_nx_tcp_client_socket_connect()
_nx_tcp_client_socket_port_get()
_nx_tcp_server_socket_accept()
_nx_tcp_server_socket_listen()
_nx_tcp_socket_bytes_available()
_nx_tcp_socket_info_get()
_nx_tcp_socket_window_update_notify_set()
_nx_tcp_socket_transmit_queue_flush()
_nx_tcp_socket_state_transmit_check()
_nxe_tcp_client_socket_port_get()
_nxe_tcp_socket_bytes_available()
_nxe_tcp_socket_disconnect_complete_notify()
_nxe_tcp_socket_establish_notify()
_nxe_tcp_socket_mss_get()
_nxe_tcp_socket_mss_peer_get()
_nxe_tcp_socket_mss_set()
_nxe_tcp_socket_peer_info_get()
_nxe_tcp_socket_queue_depth_notify_set()
_nxe_tcp_socket_receive_queue_max_set()
_nxe_tcp_socket_state_wait()
_nxe_tcp_socket_timed_wait_callback()
_nxe_tcp_socket_transmit_configure()
_nxe_tcp_socket_window_update_notify_set()
_nxde_tcp_client_socket_connect()
_nxde_tcp_socket_peer_info_get()
_nx_tcp_socket_queue_depth_notify_set()
_nx_tcp_socket_receive_queue_max_set()
_nx_tcp_socket_timed_wait_callback()
_nx_tcp_socket_disconnect_complete_notify()
_nx_tcpserver_connect_present()
_nx_tcpserver_data_present()
_nx_tcpserver_disconnect_present()
_nx_tcp_socket_packet_process()
_nx_tcp_socket_state_ack_check()
_nx_tcp_socket_state_closing()
_nx_tcp_socket_state_established()
_nx_tcp_socket_state_fin_wait1()
_nx_tcp_socket_state_fin_wait2()
_nx_tcp_socket_state_last_ack()
_nx_tcp_socket_state_syn_sent()
_nx_tcp_socket_state_syn_received()
_nx_tcp_socket_send_internal()
_nx_tcp_packet_send_probe()
_nx_secure_tls_session_start()
_nxd_mqtt_receive_callback()
_nxd_mqtt_tcp_establish_notify()
_mqtt_client_disconnect_callback()
_nx_web_http_server_connection_present()
Examples
References
from
examples
Code
Location
Referrer
UINT
_nx_tcp_socket_establish_notify
(
NX_TCP_SOCKET
*
socket_ptr
,
VOID
(
*
tcp_establish_notify
)
(
NX_TCP_SOCKET
*
socket_ptr
)
)
nx_tcp_socket_establish_notify.c:77
UINT
nx_tcp_socket_establish_notify
(
NX_TCP_SOCKET
*
socket_ptr
,
nx_api.h:3677
UINT
_nx_tcp_socket_establish_notify
(
NX_TCP_SOCKET
*
socket_ptr
,
VOID
(
*
tcp_establish_notify
)
(
NX_TCP_SOCKET
*
socket_ptr
)
)
;
nx_tcp.h:285
status
=
nx_tcp_socket_establish_notify
(
&
client_ptr
->
nxd_mqtt_client_socket
,
_nxd_mqtt_tcp_establish_notify
)
;
nxd_mqtt_client.c:3870
_nxd_mqtt_client_connect()
Call Tree
from
examples
_nx_tcp_socket_establish_notify()
is called by 1 function:
_nxd_mqtt_client_connect()
All items filtered out
_nx_tcp_socket_establish_notify()
All items filtered out
Data Use
from
examples
_nx_tcp_socket_establish_notify()
:
All items filtered out
_nx_tcp_socket_establish_notify()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out