ReactOS 0.4.15-dev-7788-g1ad9096
NEIGHBOR_CACHE_ENTRY Struct Reference

#include <neighbor.h>

Collaboration diagram for NEIGHBOR_CACHE_ENTRY:

Public Attributes

struct NEIGHBOR_CACHE_ENTRYNext
 
UCHAR State
 
UINT EventTimer
 
UINT EventCount
 
PIP_INTERFACE Interface
 
UINT LinkAddressLength
 
PVOID LinkAddress
 
IP_ADDRESS Address
 
LIST_ENTRY PacketQueue
 

Detailed Description

Definition at line 28 of file neighbor.h.

Member Data Documentation

◆ Address

◆ EventCount

UINT NEIGHBOR_CACHE_ENTRY::EventCount

Definition at line 32 of file neighbor.h.

Referenced by NBAddNeighbor(), NBResetNeighborTimeout(), NBTimeout(), and NBUpdateNeighbor().

◆ EventTimer

UINT NEIGHBOR_CACHE_ENTRY::EventTimer

Definition at line 31 of file neighbor.h.

Referenced by NBAddNeighbor(), NBTimeout(), and NBUpdateNeighbor().

◆ Interface

◆ LinkAddress

PVOID NEIGHBOR_CACHE_ENTRY::LinkAddress

◆ LinkAddressLength

UINT NEIGHBOR_CACHE_ENTRY::LinkAddressLength

◆ Next

◆ PacketQueue

LIST_ENTRY NEIGHBOR_CACHE_ENTRY::PacketQueue

Definition at line 37 of file neighbor.h.

Referenced by NBAddNeighbor(), NBFlushPacketQueue(), NBQueuePacket(), and NBSendPackets().

◆ State


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