netxduo
NX_ICMPV4_SEND_DEST_UNREACHABLE
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_ICMPV4_SEND_DEST_UNREACHABLE
NX_ICMPV4_SEND_DEST_UNREACHABLE macro
Syntax
Show:
Summary
Declaration
from
nx_icmpv4.h:212
#define
NX_ICMPV4_SEND_DEST_UNREACHABLE
(
ip_ptr
,
packet
,
code
)
\
_nx_icmpv4_send_error_message
(
(
ip_ptr
)
,
(
packet
)
,
(
ULONG
)
(
(
NX_ICMP_DEST_UNREACHABLE_TYPE
<
<
24
)
|
(
(
code
)
<
<
16
)
)
,
0
)
Arguments
Argument
ip_ptr
packet
code
Examples
References
from
examples
Code
Location
#define
NX_ICMPV4_SEND_DEST_UNREACHABLE
(
ip_ptr
,
packet
,
code
)
\
nx_icmpv4.h:212
NX_ICMPV4_SEND_DEST_UNREACHABLE
(
ip_ptr
,
packet_ptr
,
NX_ICMP_PROTOCOL_UNREACH_CODE
)
;
nx_ip_dispatch_process.c:601
NX_ICMPV4_SEND_DEST_UNREACHABLE
(
ip_ptr
,
packet_ptr
,
NX_ICMP_PORT_UNREACH_CODE
)
;
nx_udp_packet_receive.c:197
NX_ICMPV4_SEND_DEST_UNREACHABLE
(
ip_ptr
,
packet_ptr
,
NX_ICMP_PORT_UNREACH_CODE
)
;
nx_udp_packet_receive.c:316
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