ND6 protocol definitions. More...
Go to the source code of this file.
Data Structures | |
| struct | ns_header |
| Neighbor solicitation message header. More... | |
| struct | na_header |
| Neighbor advertisement message header. More... | |
| struct | rs_header |
| Router solicitation message header. More... | |
| struct | ra_header |
| struct | redirect_header |
| Redirect message header. More... | |
| struct | lladdr_option |
| struct | prefix_option |
| struct | redirected_header_option |
| struct | mtu_option |
| struct | route_option |
| struct | rdnss_option |
Macros | |
| #define | ND6_RA_FLAG_MANAGED_ADDR_CONFIG (0x80) |
| Router advertisement message header. More... | |
| #define | ND6_OPTION_TYPE_SOURCE_LLADDR (0x01) |
| Link-layer address option. More... | |
| #define | ND6_OPTION_TYPE_PREFIX_INFO (0x03) |
| Prefix information option. More... | |
| #define | ND6_OPTION_TYPE_REDIR_HDR (0x04) |
| Redirected header option. More... | |
| #define | ND6_OPTION_TYPE_MTU (0x05) |
| MTU option. More... | |
| #define | ND6_OPTION_TYPE_ROUTE_INFO (24) |
| Route information option. More... | |
| #define | ND6_OPTION_TYPE_RDNSS (25) |
| Recursive DNS Server Option. More... | |
ND6 protocol definitions.
Definition in file prot/nd6.h.
| #define ND6_OPTION_TYPE_MTU (0x05) |
MTU option.
Definition at line 215 of file prot/nd6.h.
| #define ND6_OPTION_TYPE_PREFIX_INFO (0x03) |
Prefix information option.
Definition at line 171 of file prot/nd6.h.
| #define ND6_OPTION_TYPE_RDNSS (25) |
Recursive DNS Server Option.
Definition at line 251 of file prot/nd6.h.
| #define ND6_OPTION_TYPE_REDIR_HDR (0x04) |
Redirected header option.
Definition at line 197 of file prot/nd6.h.
| #define ND6_OPTION_TYPE_ROUTE_INFO (24) |
Route information option.
Definition at line 232 of file prot/nd6.h.
| #define ND6_OPTION_TYPE_SOURCE_LLADDR (0x01) |
Link-layer address option.
Definition at line 154 of file prot/nd6.h.
| #define ND6_RA_FLAG_MANAGED_ADDR_CONFIG (0x80) |
Router advertisement message header.
Definition at line 106 of file prot/nd6.h.