netxduo
_nx_tcp_2MSL_timer_rate
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
_nx_tcp_2MSL_timer_rate
_nx_tcp_2MSL_timer_rate variable
Syntax
Show:
Summary
Declaration
Definition
from
nx_tcp.h:436
TCP_DECLARE
ULONG
_nx_tcp_2MSL_timer_rate
;
Implemented in
nx_tcp.h:436
Examples
References
from
examples
Code
Location
Referrer
TCP_DECLARE
ULONG
_nx_tcp_2MSL_timer_rate
;
nx_tcp.h:436
_nx_tcp_2MSL_timer_rate
=
2
*
NX_IP_PERIODIC_RATE
*
NX_TCP_MAXIMUM_SEGMENT_LIFETIME
;
nx_tcp_enable.c:126
_nx_tcp_enable()
socket_ptr
->
nx_tcp_socket_timeout
=
_nx_tcp_2MSL_timer_rate
;
nx_tcp_socket_state_closing.c:99
_nx_tcp_socket_state_closing()
socket_ptr
->
nx_tcp_socket_timeout
=
_nx_tcp_2MSL_timer_rate
;
nx_tcp_socket_state_fin_wait1.c:110
_nx_tcp_socket_state_fin_wait1()
socket_ptr
->
nx_tcp_socket_timeout
=
_nx_tcp_2MSL_timer_rate
;
nx_tcp_socket_state_fin_wait2.c:96
_nx_tcp_socket_state_fin_wait2()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
_nx_tcp_2MSL_timer_rate
is written by 1 function and is read by 3 functions:
_nx_tcp_enable()
All items filtered out
_nx_tcp_2MSL_timer_rate
_nx_tcp_socket_state_closing()
_nx_tcp_socket_state_fin_wait1()
_nx_tcp_socket_state_fin_wait2()
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