NetBurner 3.5.6
PDF Version
IPv6 Neighbor Discovery

Classes

struct  IPV6_NEIGHBOR
 IPv6 neighbor cache element. More...
 

Enumerations

enum  eMY_NEIGHBOR_STATE {
  eIncomplete , eReachable , eStale , eDelay ,
  eProbe
}
 IPv6 neighbor states enumeration. More...
 

Detailed Description

#include< ipv6_interface.h>


IPv6 Neighbor Discovery protocol support and neighbor cache management.

Enumeration Type Documentation

◆ eMY_NEIGHBOR_STATE

#include <ipv6_interface.h>

IPv6 neighbor states enumeration.

Defines the various states a neighbor entry can be in according to RFC 4861.

Enumerator
eIncomplete 

Address resolution in progress.

eReachable 

Reachability confirmed within ReachableTime.

eStale 

More than ReachableTime since reachability was confirmed.

eDelay 

More than ReachableTime, packet sent, waiting for upper layer.

eProbe 

Actively probing neighbor reachability.