Mistake on this page?
Report an issue in GitHub or email us
Data Structures | Macros
prot/nd6.h File Reference

ND6 protocol definitions. More...

#include "lwip/arch.h"
#include "lwip/ip6_addr.h"
#include "lwip/prot/ip6.h"

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...
 

Detailed Description

ND6 protocol definitions.

Definition in file prot/nd6.h.

Macro Definition Documentation

#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.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.