reactos/reactos/drivers/network/tcpip/include
Cameron Gutman 1f7271bf91 - Fix some typos from my last commit
- Remove more hacks from iphlpapi

svn path=/trunk/; revision=43339
2009-10-09 05:18:35 +00:00
..
address.h - Start deprecating TAG() 2009-08-24 17:12:25 +00:00
arp.h
checksum.h
datagram.h tcpip: 2007-11-23 13:52:56 +00:00
debug.h - In Win32 DBG is defined to 0 for a non-debug build and to 1 for a debug build. In ReactOS we do this slightly different: DBG is correctly defined to 1 for debug, but not defined at all on non-debug/release build. Because gcc is awesome we can then check for debug compilation with both #ifdef DBG and #if DBG (error free! yay gcc!), and so we have mixed usage all over the tree. 2009-06-17 12:44:05 +00:00
dispatch.h - Partial rewrite of CHEW 2009-09-19 00:58:36 +00:00
fileobjs.h - Finally get IRP_MJ_CLOSE working properly 2009-08-04 18:56:56 +00:00
icmp.h - Properly implement ICMP 2009-07-19 14:48:48 +00:00
info.h - Fix some typos from my last commit 2009-10-09 05:18:35 +00:00
interface.h - ACPI: Don't redefine standard DDK types 2008-11-27 15:02:47 +00:00
ip.h - Don't add the media-specific header until right before transmission 2009-10-04 19:23:53 +00:00
irp.h - Merge aicom-network-fixes up to r39293 2009-03-06 20:32:17 +00:00
lan.h - Register the unload handler so it gets called by NDIS 2009-05-05 23:43:18 +00:00
linux.h
lock.h - Partial rewrite of recursive mutex code 2009-08-04 23:51:39 +00:00
loopback.h
memtrack.h - Memtrack enhancements 2009-06-30 02:30:36 +00:00
neighbor.h - Changed some behavior from the last neighbor cache rewrite 2009-09-19 01:39:16 +00:00
pool.h - Merge the rest of my changes 2009-01-04 05:33:43 +00:00
ports.h - Merge aicom-network-fixes up to r37010 2008-10-27 05:16:14 +00:00
precomp.h - Merge aicom-network-fixes up to r39943 2009-03-11 22:15:12 +00:00
rawip.h - Properly implement ICMP 2009-07-19 14:48:48 +00:00
receive.h - Simplify and fix a few bugs in datagram reassembly 2009-09-20 21:07:45 +00:00
route.h
router.h - Fix some typos from my last commit 2009-10-09 05:18:35 +00:00
routines.h - In Win32 DBG is defined to 0 for a non-debug build and to 1 for a debug build. In ReactOS we do this slightly different: DBG is correctly defined to 1 for debug, but not defined at all on non-debug/release build. Because gcc is awesome we can then check for debug compilation with both #ifdef DBG and #if DBG (error free! yay gcc!), and so we have mixed usage all over the tree. 2009-06-17 12:44:05 +00:00
tcp.h - TCPIP lock rewrite (part 3 of 3) 2009-07-03 06:28:59 +00:00
tcpcore.h
tcpdef.h
tcpip.h - Rewrite IOCTL_TCP_QUERY_INFORMATION_EX/IOCTL_TCP_SET_INFORMATION_EX handling 2009-10-09 02:40:38 +00:00
ticonsts.h
tilists.h
titypes.h - In Win32 DBG is defined to 0 for a non-debug build and to 1 for a debug build. In ReactOS we do this slightly different: DBG is correctly defined to 1 for debug, but not defined at all on non-debug/release build. Because gcc is awesome we can then check for debug compilation with both #ifdef DBG and #if DBG (error free! yay gcc!), and so we have mixed usage all over the tree. 2009-06-17 12:44:05 +00:00
transmit.h
udp.h tcpip: 2007-11-23 13:52:56 +00:00
wait.h