mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
757 B
22 lines
757 B
/********************************************************************/
|
|
/** 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);
|
|
|