netxduo
NX_TCP_HEADER
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_TCP_HEADER
NX_TCP_HEADER struct
Syntax
Show:
Summary
Declaration
from
nx_tcp.h:187
typedef
struct
NX_TCP_HEADER_STRUCT
{
ULONG
nx_tcp_header_word_0
;
ULONG
nx_tcp_sequence_number
;
ULONG
nx_tcp_acknowledgment_number
;
ULONG
nx_tcp_header_word_3
;
ULONG
nx_tcp_header_word_4
;
}
NX_TCP_HEADER
;
Fields
Field
Declared as
NX_TCP_HEADER_STRUCT::nx_tcp_header_word_0
ULONG
NX_TCP_HEADER_STRUCT::nx_tcp_sequence_number
ULONG
NX_TCP_HEADER_STRUCT::nx_tcp_acknowledgment_number
ULONG
NX_TCP_HEADER_STRUCT::nx_tcp_header_word_3
ULONG
NX_TCP_HEADER_STRUCT::nx_tcp_header_word_4
ULONG
Related Functions
Found 7 other functions taking a
NX_TCP_HEADER_STRUCT
argument:
Function
_nx_tcp_packet_send_rst()
_nx_tcp_no_connection_reset()
_nx_tcp_socket_state_ack_check()
_nx_tcp_socket_state_closing()
_nx_tcp_socket_state_last_ack()
_nx_tcp_socket_state_syn_sent()
_nx_tcp_socket_state_syn_received()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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