netxduo
NX_TCP_HEADER_STRUCT::nx_tcp_header_word_4
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_HEADER_STRUCT::nx_tcp_header_word_4
NX_TCP_HEADER_STRUCT::nx_tcp_header_word_4 field
Syntax
Show:
Summary
Declaration
from
nx_tcp.h:233
ULONG
nx_tcp_header_word_4
;
Examples
References
from
examples
Code
Location
Referrer
ULONG
nx_tcp_header_word_4
;
nx_tcp.h:233
NX_CHANGE_ULONG_ENDIAN
(
tcp_header_ptr
->
nx_tcp_header_word_4
)
;
nx_ip_packet_checksum_compute.c:201
_nx_ip_packet_checksum_compute()
tcp_header_ptr
->
nx_tcp_header_word_4
|=
(
checksum
<
<
NX_SHIFT_BY_16
)
;
nx_ip_packet_checksum_compute.c:202
_nx_ip_packet_checksum_compute()
NX_CHANGE_ULONG_ENDIAN
(
tcp_header_ptr
->
nx_tcp_header_word_4
)
;
nx_ip_packet_checksum_compute.c:203
_nx_ip_packet_checksum_compute()
NX_CHANGE_ULONG_ENDIAN
(
tcp_header_ptr
->
nx_tcp_header_word_4
)
;
nx_tcp_packet_process.c:228
_nx_tcp_packet_process()
tcp_header_ptr
->
nx_tcp_header_word_4
=
0
;
nx_tcp_packet_send_control.c:218
_nx_tcp_packet_send_control()
NX_CHANGE_ULONG_ENDIAN
(
tcp_header_ptr
->
nx_tcp_header_word_4
)
;
nx_tcp_packet_send_control.c:230
_nx_tcp_packet_send_control()
NX_CHANGE_ULONG_ENDIAN
(
tcp_header_ptr
->
nx_tcp_header_word_4
)
;
nx_tcp_packet_send_control.c:312
_nx_tcp_packet_send_control()
tcp_header_ptr
->
nx_tcp_header_word_4
=
(
checksum
<
<
NX_SHIFT_BY_16
)
;
nx_tcp_packet_send_control.c:313
_nx_tcp_packet_send_control()
NX_CHANGE_ULONG_ENDIAN
(
tcp_header_ptr
->
nx_tcp_header_word_4
)
;
nx_tcp_packet_send_control.c:314
_nx_tcp_packet_send_control()
original_header_word_4
=
header_ptr
->
nx_tcp_header_word_4
;
nx_tcp_socket_retransmit.c:270
_nx_tcp_socket_retransmit()
NX_CHANGE_ULONG_ENDIAN
(
header_ptr
->
nx_tcp_header_word_4
)
;
nx_tcp_socket_retransmit.c:297
_nx_tcp_socket_retransmit()
header_ptr
->
nx_tcp_header_word_4
=
header_ptr
->
nx_tcp_header_word_4
&
0x0000FFFF
;
nx_tcp_socket_retransmit.c:304
_nx_tcp_socket_retransmit()
NX_CHANGE_ULONG_ENDIAN
(
header_ptr
->
nx_tcp_header_word_4
)
;
nx_tcp_socket_retransmit.c:307
_nx_tcp_socket_retransmit()
NX_CHANGE_ULONG_ENDIAN
(
header_ptr
->
nx_tcp_header_word_4
)
;
nx_tcp_socket_retransmit.c:336
_nx_tcp_socket_retransmit()
header_ptr
->
nx_tcp_header_word_4
=
header_ptr
->
nx_tcp_header_word_4
|
(
checksum
<
<
NX_SHIFT_BY_16
)
;
nx_tcp_socket_retransmit.c:339
_nx_tcp_socket_retransmit()
NX_CHANGE_ULONG_ENDIAN
(
header_ptr
->
nx_tcp_header_word_4
)
;
nx_tcp_socket_retransmit.c:342
_nx_tcp_socket_retransmit()
(
header_ptr
->
nx_tcp_header_word_4
==
original_header_word_4
)
)
nx_tcp_socket_retransmit.c:355
_nx_tcp_socket_retransmit()
header_ptr
->
nx_tcp_header_word_4
=
0
;
nx_tcp_socket_send_internal.c:754
_nx_tcp_socket_send_internal()
NX_CHANGE_ULONG_ENDIAN
(
header_ptr
->
nx_tcp_header_word_4
)
;
nx_tcp_socket_send_internal.c:768
_nx_tcp_socket_send_internal()
NX_CHANGE_ULONG_ENDIAN
(
header_ptr
->
nx_tcp_header_word_4
)
;
nx_tcp_socket_send_internal.c:875
_nx_tcp_socket_send_internal()
header_ptr
->
nx_tcp_header_word_4
=
(
checksum
<
<
NX_SHIFT_BY_16
)
;
nx_tcp_socket_send_internal.c:876
_nx_tcp_socket_send_internal()
NX_CHANGE_ULONG_ENDIAN
(
header_ptr
->
nx_tcp_header_word_4
)
;
nx_tcp_socket_send_internal.c:877
_nx_tcp_socket_send_internal()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
NX_TCP_HEADER_STRUCT::nx_tcp_header_word_4
is written by 4 functions and is read by 5 functions:
_nx_ip_packet_checksum_compute()
_nx_tcp_packet_send_control()
_nx_tcp_socket_retransmit()
_nx_tcp_socket_send_internal()
All items filtered out
NX_TCP_HEADER_STRUCT::nx_tcp_header_word_4
_nx_ip_packet_checksum_compute()
_nx_tcp_packet_process()
_nx_tcp_packet_send_control()
_nx_tcp_socket_retransmit()
_nx_tcp_socket_send_internal()
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