netxduo
NX_ICMPV4_ERROR
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_ICMPV4_ERROR
NX_ICMPV4_ERROR struct
Syntax
Show:
Summary
Declaration
from
nx_icmpv4.h:183
typedef
struct
NX_ICMPV4_ERROR_STRUCT
{
NX_ICMPV4_HEADER
nx_icmpv4_error_header
;
ULONG
nx_icmpv4_error_pointer
;
}
NX_ICMPV4_ERROR
;
Fields
Field
Declared as
NX_ICMPV4_ERROR_STRUCT::nx_icmpv4_error_header
NX_ICMPV4_HEADER
NX_ICMPV4_ERROR_STRUCT::nx_icmpv4_error_pointer
ULONG
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
NX_ICMPV4_ERROR_STRUCT
nx_icmpv4.h:183
}
NX_ICMPV4_ERROR
;
nx_icmpv4.h:190
NX_ICMPV4_ERROR
NX_ICMPV4_ERROR
*
icmpv4_error
;
nx_icmpv4_send_error_message.c:98
_nx_icmpv4_send_error_message()
icmpv4_error
=
(
NX_ICMPV4_ERROR
*
)
(
pkt_ptr
->
nx_packet_prepend_ptr
)
;
nx_icmpv4_send_error_message.c:187
_nx_icmpv4_send_error_message()
pkt_ptr
->
nx_packet_length
=
bytes_to_copy
+
(
ULONG
)
sizeof
(
NX_ICMPV4_ERROR
)
;
nx_icmpv4_send_error_message.c:203
_nx_icmpv4_send_error_message()
dest_packet
=
(
ULONG
*
)
NX_UCHAR_POINTER_ADD
(
icmpv4_error
,
sizeof
(
NX_ICMPV4_ERROR
)
)
;
nx_icmpv4_send_error_message.c:210
_nx_icmpv4_send_error_message()
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