ReactOS 0.4.15-dev-7998-gdb93cb1
nd_opt_prefix_info Struct Reference

#include <netiodef.h>

Collaboration diagram for nd_opt_prefix_info:

Public Attributes

UINT8 nd_opt_pi_type
 
UINT8 nd_opt_pi_len
 
UINT8 nd_opt_pi_prefix_len
 
union {
   UINT8   nd_opt_pi_flags_reserved
 
   struct {
      UINT8   Route: 1
 
      UINT8   Reserved1: 3
 
      UINT8   SitePrefix: 1
 
      UINT8   RouterAddress: 1
 
      UINT8   Autonomous: 1
 
      UINT8   OnLink: 1
 
   }   Flags
 
}; 
 
UINT32 nd_opt_pi_valid_time
 
UINT32 nd_opt_pi_preferred_time
 
union {
   UINT32   nd_opt_pi_reserved2
 
   struct {
      UINT8   nd_opt_pi_reserved3 [3]
 
      UINT8   nd_opt_pi_site_prefix_len
 
   } 
 
}; 
 
IN6_ADDR nd_opt_pi_prefix
 

Detailed Description

Definition at line 984 of file netiodef.h.

Member Data Documentation

◆ 

union { ... } nd_opt_prefix_info::@3131

◆ 

union { ... } nd_opt_prefix_info::@3133

◆ Autonomous

UINT8 nd_opt_prefix_info::Autonomous

Definition at line 995 of file netiodef.h.

◆ 

struct { ... } nd_opt_prefix_info::Flags

◆ nd_opt_pi_flags_reserved

UINT8 nd_opt_prefix_info::nd_opt_pi_flags_reserved

Definition at line 989 of file netiodef.h.

◆ nd_opt_pi_len

UINT8 nd_opt_prefix_info::nd_opt_pi_len

Definition at line 986 of file netiodef.h.

◆ nd_opt_pi_preferred_time

UINT32 nd_opt_prefix_info::nd_opt_pi_preferred_time

Definition at line 1000 of file netiodef.h.

◆ nd_opt_pi_prefix

IN6_ADDR nd_opt_prefix_info::nd_opt_pi_prefix

Definition at line 1008 of file netiodef.h.

◆ nd_opt_pi_prefix_len

UINT8 nd_opt_prefix_info::nd_opt_pi_prefix_len

Definition at line 987 of file netiodef.h.

◆ nd_opt_pi_reserved2

UINT32 nd_opt_prefix_info::nd_opt_pi_reserved2

Definition at line 1002 of file netiodef.h.

◆ nd_opt_pi_reserved3

UINT8 nd_opt_prefix_info::nd_opt_pi_reserved3[3]

Definition at line 1004 of file netiodef.h.

◆ nd_opt_pi_site_prefix_len

UINT8 nd_opt_prefix_info::nd_opt_pi_site_prefix_len

Definition at line 1005 of file netiodef.h.

◆ nd_opt_pi_type

UINT8 nd_opt_prefix_info::nd_opt_pi_type

Definition at line 985 of file netiodef.h.

◆ nd_opt_pi_valid_time

UINT32 nd_opt_prefix_info::nd_opt_pi_valid_time

Definition at line 999 of file netiodef.h.

◆ OnLink

UINT8 nd_opt_prefix_info::OnLink

Definition at line 996 of file netiodef.h.

◆ Reserved1

UINT8 nd_opt_prefix_info::Reserved1

Definition at line 992 of file netiodef.h.

◆ Route

UINT8 nd_opt_prefix_info::Route

Definition at line 991 of file netiodef.h.

◆ RouterAddress

UINT8 nd_opt_prefix_info::RouterAddress

Definition at line 994 of file netiodef.h.

◆ SitePrefix

UINT8 nd_opt_prefix_info::SitePrefix

Definition at line 993 of file netiodef.h.


The documentation for this struct was generated from the following file: