lwIP
icmp6_type
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_type
icmp6_type enum
ICMP type
Syntax
Show:
Summary
Declaration
from
icmp6.h:47
enum
icmp6_type
{
ICMP6_TYPE_DUR
=
1
,
ICMP6_TYPE_PTB
=
2
,
ICMP6_TYPE_TE
=
3
,
ICMP6_TYPE_PP
=
4
,
ICMP6_TYPE_PE1
=
100
,
ICMP6_TYPE_PE2
=
101
,
ICMP6_TYPE_RSV_ERR
=
127
,
ICMP6_TYPE_EREQ
=
128
,
ICMP6_TYPE_EREP
=
129
,
ICMP6_TYPE_MLQ
=
130
,
ICMP6_TYPE_MLR
=
131
,
ICMP6_TYPE_MLD
=
132
,
ICMP6_TYPE_RS
=
133
,
ICMP6_TYPE_RA
=
134
,
ICMP6_TYPE_NS
=
135
,
ICMP6_TYPE_NA
=
136
,
ICMP6_TYPE_RD
=
137
,
ICMP6_TYPE_MRA
=
151
,
ICMP6_TYPE_MRS
=
152
,
ICMP6_TYPE_MRT
=
153
,
ICMP6_TYPE_PE3
=
200
,
ICMP6_TYPE_PE4
=
201
,
ICMP6_TYPE_RSV_INF
=
255
}
;
Values
Value
Declared as
Description
icmp6_type::ICMP6_TYPE_DUR
=
1
Destination unreachable.
icmp6_type::ICMP6_TYPE_PTB
=
2
Packet too big.
icmp6_type::ICMP6_TYPE_TE
=
3
Time exceeded.
icmp6_type::ICMP6_TYPE_PP
=
4
Parameter problem.
icmp6_type::ICMP6_TYPE_PE1
=
100
Private experimentation.
icmp6_type::ICMP6_TYPE_PE2
=
101
Private experimentation.
icmp6_type::ICMP6_TYPE_RSV_ERR
=
127
Reserved for expansion of error messages.
icmp6_type::ICMP6_TYPE_EREQ
=
128
Echo request.
icmp6_type::ICMP6_TYPE_EREP
=
129
Echo reply.
icmp6_type::ICMP6_TYPE_MLQ
=
130
Multicast listener query.
icmp6_type::ICMP6_TYPE_MLR
=
131
Multicast listener report.
icmp6_type::ICMP6_TYPE_MLD
=
132
Multicast listener done.
icmp6_type::ICMP6_TYPE_RS
=
133
Router solicitation.
icmp6_type::ICMP6_TYPE_RA
=
134
Router advertisement.
icmp6_type::ICMP6_TYPE_NS
=
135
Neighbor solicitation.
icmp6_type::ICMP6_TYPE_NA
=
136
Neighbor advertisement.
icmp6_type::ICMP6_TYPE_RD
=
137
Redirect.
icmp6_type::ICMP6_TYPE_MRA
=
151
Multicast router advertisement.
icmp6_type::ICMP6_TYPE_MRS
=
152
Multicast router solicitation.
icmp6_type::ICMP6_TYPE_MRT
=
153
Multicast router termination.
icmp6_type::ICMP6_TYPE_PE3
=
200
Private experimentation.
icmp6_type::ICMP6_TYPE_PE4
=
201
Private experimentation.
icmp6_type::ICMP6_TYPE_RSV_INF
=
255
Reserved for expansion of informational messages.
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