summaryrefslogtreecommitdiffstats
path: root/private/ntos/tdi/tcpip/ip/info.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--private/ntos/tdi/tcpip/ip/info.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/private/ntos/tdi/tcpip/ip/info.h b/private/ntos/tdi/tcpip/ip/info.h
new file mode 100644
index 000000000..e8de293e0
--- /dev/null
+++ b/private/ntos/tdi/tcpip/ip/info.h
@@ -0,0 +1,22 @@
+/********************************************************************/
+/** Microsoft LAN Manager **/
+/** Copyright(c) Microsoft Corp., 1990-1992 **/
+/********************************************************************/
+/* :ts=4 */
+
+#include "ipinfo.h"
+
+extern IPSNMPInfo IPSInfo;
+extern ICMPStats ICMPInStats;
+extern ICMPStats ICMPOutStats;
+
+typedef struct RouteEntryContext {
+ uint rec_index;
+ struct RouteTableEntry *rec_rte;
+} RouteEntryContext;
+
+extern long IPQueryInfo(struct TDIObjectID *ID, PNDIS_BUFFER Buffer,
+ uint *Size, void *Context);
+extern long IPSetInfo(struct TDIObjectID *ID, void *Buffer, uint Size);
+extern long IPGetEList(struct TDIEntityID *Buffer, uint *Count);
+