| lwIP
    2.0.3
    Lightweight IP stack | 
#include "lwip/arch.h"#include "lwip/ip6_addr.h"#include "lwip/prot/ip6.h"#include "arch/bpstruct.h"#include "arch/epstruct.h"| Data Structures | |
| struct | ns_header | 
| struct | na_header | 
| struct | rs_header | 
| struct | redirect_header | 
| Macros | |
| #define | ND6_RA_FLAG_MANAGED_ADDR_CONFIG (0x80) | 
| #define | ND6_OPTION_TYPE_SOURCE_LLADDR (0x01) | 
| #define | ND6_OPTION_TYPE_PREFIX_INFO (0x03) | 
| #define | ND6_OPTION_TYPE_REDIR_HDR (0x04) | 
| #define | ND6_OPTION_TYPE_MTU (0x05) | 
| #define | ND6_OPTION_TYPE_ROUTE_INFO (24) | 
| #define | LWIP_RDNSS_OPTION_MAX_SERVERS 1 | 
ND6 protocol definitions
| #define LWIP_RDNSS_OPTION_MAX_SERVERS 1 | 
Recursive DNS Server Option.
| #define ND6_OPTION_TYPE_MTU (0x05) | 
MTU option.
| #define ND6_OPTION_TYPE_PREFIX_INFO (0x03) | 
Prefix information option.
| #define ND6_OPTION_TYPE_REDIR_HDR (0x04) | 
Redirected header option.
| #define ND6_OPTION_TYPE_ROUTE_INFO (24) | 
Route information option.
| #define ND6_OPTION_TYPE_SOURCE_LLADDR (0x01) | 
Link-layer address option.
| #define ND6_RA_FLAG_MANAGED_ADDR_CONFIG (0x80) | 
Router advertisement message header.