ReactOS 0.4.16-dev-297-gc569aee
|
#include <neighbor.h>
Go to the source code of this file.
Classes | |
struct | _FIB_ENTRY |
Typedefs | |
typedef struct _FIB_ENTRY | FIB_ENTRY |
typedef struct _FIB_ENTRY * | PFIB_ENTRY |
Functions | |
PFIB_ENTRY | RouterAddRoute (PIP_ADDRESS NetworkAddress, PIP_ADDRESS Netmask, PNEIGHBOR_CACHE_ENTRY Router, UINT Metric) |
PNEIGHBOR_CACHE_ENTRY | RouterGetRoute (PIP_ADDRESS Destination) |
NTSTATUS | RouterRemoveRoute (PIP_ADDRESS Target, PIP_ADDRESS Router) |
PFIB_ENTRY | RouterCreateRoute (PIP_ADDRESS NetworkAddress, PIP_ADDRESS Netmask, PIP_ADDRESS RouterAddress, PIP_INTERFACE Interface, UINT Metric) |
NTSTATUS | RouterStartup (VOID) |
NTSTATUS | RouterShutdown (VOID) |
VOID | RouterRemoveRoutesForInterface (PIP_INTERFACE Interface) |
UINT | CountFIBs (PIP_INTERFACE IF) |
UINT | CopyFIBs (PIP_INTERFACE IF, PFIB_ENTRY Target) |
typedef struct _FIB_ENTRY FIB_ENTRY |
typedef struct _FIB_ENTRY * PFIB_ENTRY |
UINT CopyFIBs | ( | PIP_INTERFACE | IF, |
PFIB_ENTRY | Target | ||
) |
Definition at line 120 of file router.c.
Referenced by InfoTdiQueryGetRouteTable().
UINT CountFIBs | ( | PIP_INTERFACE | IF | ) |
Definition at line 101 of file router.c.
Referenced by InfoTdiQueryGetIPSnmpInfo(), and InfoTdiQueryGetRouteTable().
PFIB_ENTRY RouterAddRoute | ( | PIP_ADDRESS | NetworkAddress, |
PIP_ADDRESS | Netmask, | ||
PNEIGHBOR_CACHE_ENTRY | Router, | ||
UINT | Metric | ||
) |
Definition at line 189 of file router.c.
Referenced by IPAddInterfaceRoute(), and RouterCreateRoute().
PFIB_ENTRY RouterCreateRoute | ( | PIP_ADDRESS | NetworkAddress, |
PIP_ADDRESS | Netmask, | ||
PIP_ADDRESS | RouterAddress, | ||
PIP_INTERFACE | Interface, | ||
UINT | Metric | ||
) |
Definition at line 421 of file router.c.
Referenced by InfoTdiSetRoute(), and ReadIpConfiguration().
PNEIGHBOR_CACHE_ENTRY RouterGetRoute | ( | PIP_ADDRESS | Destination | ) |
Definition at line 239 of file router.c.
Referenced by RouteGetRouteToDestination().
NTSTATUS RouterRemoveRoute | ( | PIP_ADDRESS | Target, |
PIP_ADDRESS | Router | ||
) |
Definition at line 364 of file router.c.
Referenced by InfoTdiSetRoute(), and IPRemoveInterfaceRoute().
VOID RouterRemoveRoutesForInterface | ( | PIP_INTERFACE | Interface | ) |
Definition at line 341 of file router.c.
Referenced by ReconfigureAdapter().
Definition at line 500 of file router.c.
Referenced by IPShutdown().
Definition at line 482 of file router.c.
Referenced by IPStartup().