lwIP
icmp6_te_code
is only used within lwIP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
lwIP
icmp6_te_code
icmp6_te_code enum
ICMP time exceeded codes
Syntax
Show:
Summary
Declaration
from
icmp6.h:116
enum
icmp6_te_code
{
ICMP6_TE_HL
=
0
,
ICMP6_TE_FRAG
=
1
}
;
Values
Value
Declared as
Description
icmp6_te_code::ICMP6_TE_HL
=
0
Hop limit exceeded in transit.
icmp6_te_code::ICMP6_TE_FRAG
=
1
Fragment reassembly time exceeded.
Examples
References
from
examples
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