Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

14 lines
551 B

#include <ndis.h>
#include <cxport.h>
#include <ip.h> // for IPRcvBuf
#include <ipinfo.h> // for route-lookup defs
#include <ntddip.h> // for \Device\Ip I/O control codes
#include <ntddtcp.h> // for \Device\Tcp I/O control codes
#include <ipfltinf.h> // for firewall defs
#include <ipfilter.h> // for firewall defs
#include <tcpinfo.h> // for TCP_CONN_*
#include <tdiinfo.h> // for CONTEXT_SIZE, TDIObjectID
#include <tdistat.h> // for TDI status codes
#define DD_IP_PFD_DEVICE_NAME L"\\Device\\PacketFilterDriver"