netxduo
NX_ICMPV4_ERROR_STRUCT::nx_icmpv4_error_header
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading (4/7)...
Files
loading (7/7)...
netxduo
threadx
filex
usbx
HAL
CMSIS
lan8742
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_ICMPV4_ERROR_STRUCT::nx_icmpv4_error_header
NX_ICMPV4_ERROR_STRUCT::nx_icmpv4_error_header field
Syntax
Show:
Summary
Declaration
from
nx_icmpv4.h:186
NX_ICMPV4_HEADER
nx_icmpv4_error_header
;
Examples
References
from
examples
Code
Location
Referrer
NX_ICMPV4_HEADER
nx_icmpv4_error_header
;
nx_icmpv4.h:186
icmpv4_error
->
nx_icmpv4_error_header
.
nx_icmpv4_header_type
=
(
UCHAR
)
(
(
word1
>
>
24
)
&
0xFF
)
;
nx_icmpv4_send_error_message.c:188
_nx_icmpv4_send_error_message()
icmpv4_error
->
nx_icmpv4_error_header
.
nx_icmpv4_header_code
=
(
UCHAR
)
(
(
word1
>
>
16
)
&
0xFF
)
;
nx_icmpv4_send_error_message.c:189
_nx_icmpv4_send_error_message()
icmpv4_error
->
nx_icmpv4_error_header
.
nx_icmpv4_header_checksum
=
0
;
nx_icmpv4_send_error_message.c:190
_nx_icmpv4_send_error_message()
icmpv4_error
->
nx_icmpv4_error_header
.
nx_icmpv4_header_checksum
=
(
USHORT
)
(
~
checksum
)
;
nx_icmpv4_send_error_message.c:318
_nx_icmpv4_send_error_message()
NX_CHANGE_USHORT_ENDIAN
(
icmpv4_error
->
nx_icmpv4_error_header
.
nx_icmpv4_header_checksum
)
;
nx_icmpv4_send_error_message.c:321
_nx_icmpv4_send_error_message()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
NX_ICMPV4_ERROR_STRUCT::nx_icmpv4_error_header
is read by 1 function:
All items filtered out
NX_ICMPV4_ERROR_STRUCT::nx_icmpv4_error_header
_nx_icmpv4_send_error_message()
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