netxduo
_nxe_tcp_socket_mss_get()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/7)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
_nxe_tcp_socket_mss_get()
_nxe_tcp_socket_mss_get() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_api.h:3685
UINT
nx_tcp_socket_mss_get
(
NX_TCP_SOCKET
*
socket_ptr
,
ULONG
*
mss
)
;
Implemented in
nxe_tcp_socket_mss_get.c:78
Arguments
Argument
socket_ptr
mss
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_establish_notify()
_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_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
UINT
_nxe_tcp_socket_mss_get
(
NX_TCP_SOCKET
*
socket_ptr
,
ULONG
*
mss
)
nxe_tcp_socket_mss_get.c:78
UINT
nx_tcp_socket_mss_get
(
NX_TCP_SOCKET
*
socket_ptr
,
ULONG
*
mss
)
;
nx_api.h:3685
UINT
_nxe_tcp_socket_mss_get
(
NX_TCP_SOCKET
*
socket_ptr
,
ULONG
*
mss
)
;
nx_tcp.h:386
Call Tree
from
examples
_nxe_tcp_socket_mss_get()
calls 2 functions:
All items filtered out
_nxe_tcp_socket_mss_get()
__get_ipsr_value()
_nx_tcp_socket_mss_get()
All items filtered out
Data Use
from
examples
_nxe_tcp_socket_mss_get()
reads 5 variables:
NX_TCP_SOCKET_STRUCT::nx_tcp_socket_id
NX_TCP_SOCKET_STRUCT::nx_tcp_socket_ip_ptr
NX_IP_STRUCT::nx_ip_tcp_packet_receive
_tx_thread_current_ptr
_tx_thread_system_state
All items filtered out
_nxe_tcp_socket_mss_get()
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