ReactOS 0.4.15-dev-7953-g1f49173
tditest.h File Reference
#include <ntddk.h>
#include <tdikrnl.h>
#include <tdiinfo.h>
#include "debug.h"
Include dependency graph for tditest.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  IPSNMP_INFO
 
struct  IPADDR_ENTRY
 

Macros

#define UDP_DEVICE_NAME   L"\\Device\\Udp"
 
#define DN2H(dw)    (dw)
 
#define DH2N(dw)    (dw)
 
#define WN2H(w)    (w)
 
#define WH2N(w)    (w)
 
#define TL_INSTANCE   0
 
#define IP_MIB_STATS_ID   0x1
 
#define IP_MIB_ADDRTABLE_ENTRY_ID   0x102
 
#define IOCTL_TCP_QUERY_INFORMATION_EX    CTL_CODE(FILE_DEVICE_NETWORK, 0, METHOD_NEITHER, FILE_ANY_ACCESS)
 
#define IOCTL_TCP_SET_INFORMATION_EX    CTL_CODE(FILE_DEVICE_NETWORK, 1, METHOD_BUFFERED, FILE_WRITE_ACCESS)
 
#define TEST_PORT   2000
 

Typedefs

typedef struct IPSNMP_INFO IPSNMP_INFO
 
typedef struct IPSNMP_INFOPIPSNMP_INFO
 
typedef struct IPADDR_ENTRY IPADDR_ENTRY
 
typedef struct IPADDR_ENTRYPIPADDR_ENTRY
 

Macro Definition Documentation

◆ DH2N

#define DH2N (   dw)     (dw)

Definition at line 52 of file tditest.h.

◆ DN2H

#define DN2H (   dw)     (dw)

Definition at line 48 of file tditest.h.

◆ IOCTL_TCP_QUERY_INFORMATION_EX

#define IOCTL_TCP_QUERY_INFORMATION_EX    CTL_CODE(FILE_DEVICE_NETWORK, 0, METHOD_NEITHER, FILE_ANY_ACCESS)

Definition at line 110 of file tditest.h.

◆ IOCTL_TCP_SET_INFORMATION_EX

#define IOCTL_TCP_SET_INFORMATION_EX    CTL_CODE(FILE_DEVICE_NETWORK, 1, METHOD_BUFFERED, FILE_WRITE_ACCESS)

Definition at line 112 of file tditest.h.

◆ IP_MIB_ADDRTABLE_ENTRY_ID

#define IP_MIB_ADDRTABLE_ENTRY_ID   0x102

Definition at line 106 of file tditest.h.

◆ IP_MIB_STATS_ID

#define IP_MIB_STATS_ID   0x1

Definition at line 105 of file tditest.h.

◆ TEST_PORT

#define TEST_PORT   2000

Definition at line 116 of file tditest.h.

◆ TL_INSTANCE

#define TL_INSTANCE   0

Definition at line 103 of file tditest.h.

◆ UDP_DEVICE_NAME

#define UDP_DEVICE_NAME   L"\\Device\\Udp"

Definition at line 17 of file tditest.h.

◆ WH2N

#define WH2N (   w)     (w)

Definition at line 60 of file tditest.h.

◆ WN2H

#define WN2H (   w)     (w)

Definition at line 56 of file tditest.h.

Typedef Documentation

◆ IPADDR_ENTRY

◆ IPSNMP_INFO

◆ PIPADDR_ENTRY

◆ PIPSNMP_INFO