Definitions for IPv6 destination and hop-by-hop options extension headers.
More...
Definitions for IPv6 destination and hop-by-hop options extension headers.
|
file | opt.h |
| Destination and hop-by-hop options extension header definitions.
|
|
◆ IPV6_EXT_OPT_ACTION_DISC_ERR
#define IPV6_EXT_OPT_ACTION_DISC_ERR (0xc0) |
discard the packet
and, only if the packet's Destination Address was not a multicast address, send an ICMP Parameter Problem, Code 2, message to the packet's Source Address, pointing to the unrecognized Option Type.
Definition at line 88 of file opt.h.
◆ IPV6_EXT_OPT_ACTION_DISC_ERR_MCAST
#define IPV6_EXT_OPT_ACTION_DISC_ERR_MCAST (0x80) |
discard the packet
and, regardless of whether or not the packet's Destination Address was a multicast address, send an ICMP Parameter Problem, Code 2, message to the packet's Source Address, pointing to the unrecognized Option Type.
Definition at line 79 of file opt.h.