netxduo
NX_ICMP_HEADER_STRUCT::nx_icmp_header_word_0
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_ICMP_HEADER_STRUCT::nx_icmp_header_word_0
NX_ICMP_HEADER_STRUCT::nx_icmp_header_word_0 field
Syntax
Show:
Summary
Declaration
from
nx_icmpv4.h:150
ULONG
nx_icmp_header_word_0
;
Examples
References
from
examples
Code
Location
Referrer
ULONG
nx_icmp_header_word_0
;
nx_icmpv4.h:150
header_ptr
->
nx_icmp_header_word_0
=
(
ULONG
)
(
NX_ICMP_ECHO_REQUEST_TYPE
<
<
24
)
;
nx_icmp_interface_ping.c:229
_nx_icmp_interface_ping()
NX_CHANGE_ULONG_ENDIAN
(
header_ptr
->
nx_icmp_header_word_0
)
;
nx_icmp_interface_ping.c:235
_nx_icmp_interface_ping()
NX_CHANGE_ULONG_ENDIAN
(
header_ptr
->
nx_icmp_header_word_0
)
;
nx_icmp_interface_ping.c:269
_nx_icmp_interface_ping()
header_ptr
->
nx_icmp_header_word_0
=
header_ptr
->
nx_icmp_header_word_0
|
(
~
checksum
&
NX_LOWER_16_MASK
)
;
nx_icmp_interface_ping.c:272
_nx_icmp_interface_ping()
NX_CHANGE_ULONG_ENDIAN
(
header_ptr
->
nx_icmp_header_word_0
)
;
nx_icmp_interface_ping.c:276
_nx_icmp_interface_ping()
NX_CHANGE_ULONG_ENDIAN
(
icmpv4_header_ptr
->
nx_icmp_header_word_0
)
;
nx_ip_packet_checksum_compute.c:262
_nx_ip_packet_checksum_compute()
icmpv4_header_ptr
->
nx_icmp_header_word_0
=
icmpv4_header_ptr
->
nx_icmp_header_word_0
|
(
~
checksum
&
NX_LOWER_16_MASK
)
;
nx_ip_packet_checksum_compute.c:263
_nx_ip_packet_checksum_compute()
NX_CHANGE_ULONG_ENDIAN
(
icmpv4_header_ptr
->
nx_icmp_header_word_0
)
;
nx_ip_packet_checksum_compute.c:264
_nx_ip_packet_checksum_compute()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
NX_ICMP_HEADER_STRUCT::nx_icmp_header_word_0
is written by 2 functions and is read by 2 functions:
_nx_icmp_interface_ping()
_nx_ip_packet_checksum_compute()
All items filtered out
NX_ICMP_HEADER_STRUCT::nx_icmp_header_word_0
_nx_icmp_interface_ping()
_nx_ip_packet_checksum_compute()
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