mirror of https://github.com/tongzx/nt5src
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.
38 lines
557 B
38 lines
557 B
/*++
|
|
Copyright (C) Microsoft Corporation, 1999 - 1999
|
|
|
|
Module Name:
|
|
|
|
nstest.h
|
|
|
|
Abstract:
|
|
|
|
Header file for netstat test.
|
|
|
|
Author:
|
|
|
|
4-Aug-1998 Rajkumar ( 08/04/98 ).
|
|
++*/
|
|
|
|
#ifndef HEADER_NSTEST
|
|
#define HEADER_NSTEST
|
|
|
|
#include <snmp.h>
|
|
|
|
#include "common2.h"
|
|
#include "tcpinfo.h"
|
|
#include "ipinfo.h"
|
|
//#include "tcpcmd.h"
|
|
#include "llinfo.h"
|
|
|
|
/*==========================<Function prototypes>=============================*/
|
|
|
|
|
|
|
|
|
|
#define MAX_HOST_NAME_SIZE ( 260)
|
|
#define MAX_SERVICE_NAME_SIZE ( 200)
|
|
|
|
extern BOOL NumFlag = FALSE;
|
|
|
|
#endif
|