netxduo
_nx_tcp_mss_option_get()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
_nx_tcp_mss_option_get()
_nx_tcp_mss_option_get() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_tcp.h:307
UINT
_nx_tcp_mss_option_get
(
UCHAR
*
option_ptr
,
ULONG
option_area_size
,
ULONG
*
mss
)
;
Implemented in
nx_tcp_mss_option_get.c:78
Arguments
Argument
option_ptr
option_area_size
mss
Examples
References
from
examples
Code
Location
Referrer
UINT
_nx_tcp_mss_option_get
(
UCHAR
*
option_ptr
,
ULONG
option_area_size
,
ULONG
*
mss
)
nx_tcp_mss_option_get.c:78
UINT
_nx_tcp_mss_option_get
(
UCHAR
*
option_ptr
,
ULONG
option_area_size
,
ULONG
*
mss
)
;
nx_tcp.h:307
status
=
_nx_tcp_mss_option_get
(
(
packet_ptr
->
nx_packet_prepend_ptr
+
sizeof
(
NX_TCP_HEADER
)
)
,
option_words
*
(
ULONG
)
sizeof
(
ULONG
)
,
&
mss
)
;
nx_tcp_packet_process.c:257
_nx_tcp_packet_process()
_nx_tcp_mss_option_get
(
(
packet_ptr
->
nx_packet_prepend_ptr
+
sizeof
(
NX_TCP_HEADER
)
)
,
option_words
*
(
ULONG
)
sizeof
(
ULONG
)
,
&
mss
)
;
nx_tcp_server_socket_relisten.c:234
_nx_tcp_server_socket_relisten()
if
(
!
_nx_tcp_mss_option_get
(
(
packet_ptr
->
nx_packet_prepend_ptr
+
sizeof
(
NX_TCP_HEADER
)
)
,
nx_tcp_socket_packet_process.c:299
_nx_tcp_socket_packet_process()
Call Tree
from
examples
_nx_tcp_mss_option_get()
is called by 3 functions:
_nx_tcp_packet_process()
_nx_tcp_server_socket_relisten()
_nx_tcp_socket_packet_process()
All items filtered out
_nx_tcp_mss_option_get()
All items filtered out
Data Use
from
examples
_nx_tcp_mss_option_get()
:
All items filtered out
_nx_tcp_mss_option_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