ReactOS 0.4.15-dev-7934-g1dc8d80
route.h
Go to the documentation of this file.
1/*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS TCP/IP protocol driver
4 * FILE: include/route.h
5 * PURPOSE: Routing cache definitions
6 */
7
8#pragma once
9
10#include <neighbor.h>
11#include <address.h>
12#include <router.h>
13#include <pool.h>
14#include <info.h>
15#include <arp.h>
16
18
19/* EOF */
PNEIGHBOR_CACHE_ENTRY RouteGetRouteToDestination(PIP_ADDRESS Destination)
Definition: router.c:300
_In_ PUNICODE_STRING _Inout_ PUNICODE_STRING Destination
Definition: rtlfuncs.h:3004
Definition: ip.h:23
Definition: neighbor.h:28