ReactOS 0.4.16-dev-321-g63bb46a
|
#include <neighbor.h>
Definition at line 28 of file neighbor.h.
IP_ADDRESS NEIGHBOR_CACHE_ENTRY::Address |
Definition at line 36 of file neighbor.h.
Referenced by InfoTdiQueryGetRouteTable(), NBAddNeighbor(), NBCopyNeighbors(), NBLocateNeighbor(), NBQueuePacket(), NBRemoveNeighbor(), NBResetNeighborTimeout(), NBSendPackets(), NBSendSolicit(), NBUpdateNeighbor(), RouterAddRoute(), RouterDumpRoutes(), RouterGetRoute(), and RouterRemoveRoute().
UINT NEIGHBOR_CACHE_ENTRY::EventCount |
Definition at line 32 of file neighbor.h.
Referenced by NBAddNeighbor(), NBResetNeighborTimeout(), NBTimeout(), and NBUpdateNeighbor().
UINT NEIGHBOR_CACHE_ENTRY::EventTimer |
Definition at line 31 of file neighbor.h.
Referenced by NBAddNeighbor(), NBTimeout(), and NBUpdateNeighbor().
PIP_INTERFACE NEIGHBOR_CACHE_ENTRY::Interface |
Definition at line 33 of file neighbor.h.
Referenced by CopyFIBs(), CountFIBs(), DispTdiQueryIpHwAddress(), IPSendDatagram(), NBAddNeighbor(), NBCopyNeighbors(), NBDestroyNeighborsForInterface(), NBLocateNeighbor(), NBSendPackets(), NBSendSolicit(), RouteGetRouteToDestination(), RouterCreateRoute(), RouterRemoveRoutesForInterface(), and TCPConnect().
PVOID NEIGHBOR_CACHE_ENTRY::LinkAddress |
Definition at line 35 of file neighbor.h.
Referenced by NBAddNeighbor(), NBCopyNeighbors(), NBSendPackets(), NBSendSolicit(), NBUpdateNeighbor(), and WaitForHwAddress().
UINT NEIGHBOR_CACHE_ENTRY::LinkAddressLength |
Definition at line 34 of file neighbor.h.
Referenced by DispTdiQueryIpHwAddress(), NBAddNeighbor(), NBCopyNeighbors(), NBUpdateNeighbor(), and WaitForHwAddress().
struct NEIGHBOR_CACHE_ENTRY* NEIGHBOR_CACHE_ENTRY::Next |
Definition at line 29 of file neighbor.h.
Referenced by NBAddNeighbor(), NBCopyNeighbors(), NBDestroyNeighborsForInterface(), NBLocateNeighbor(), NBRemoveNeighbor(), NBResetNeighborTimeout(), NBShutdown(), and NBTimeout().
LIST_ENTRY NEIGHBOR_CACHE_ENTRY::PacketQueue |
Definition at line 37 of file neighbor.h.
Referenced by NBAddNeighbor(), NBFlushPacketQueue(), NBQueuePacket(), and NBSendPackets().
UCHAR NEIGHBOR_CACHE_ENTRY::State |
Definition at line 30 of file neighbor.h.
Referenced by DispTdiQueryIpHwAddress(), IPSendFragment(), NBAddNeighbor(), NBCopyNeighbors(), NBQueuePacket(), NBSendPackets(), NBSendSolicit(), NBTimeout(), NBUpdateNeighbor(), RouterGetRoute(), and WaitForHwAddress().