reactos/drivers/network/tcpip/include
Jérôme Gardou 27fcfe66a2 [TCPIP][IP] Use an ERESOURCE as mutex for address files & connection end points
Spinlocks are not reentrant (and this is done a lot), using them forces us to have
an horrible hack in the kernel, which unschedules threads which are at DISPATCH_LEVEL
thus allowing another thread to take ownership of the spinlock while the unscheduled
thread should already hold it.

CORE-6473
2021-06-21 11:42:01 +02:00
..
address.h
arp.h
checksum.h
datagram.h
debug.h [DRIVERS] Fix 64 bit issues 2018-08-04 19:19:34 +02:00
dispatch.h
fileobjs.h
icmp.h [TCPIP] Implement IOCTL_ICMP_ECHO_REQUEST in tcpip.sys 2020-04-07 05:32:40 +03:00
info.h [TCPIP] Define a enum to select which information to return 2018-11-27 21:36:41 +01:00
interface.h
ip.h
lan.h
linux.h
lock.h
loopback.h
neighbor.h
pool.h
ports.h
precomp.h [TCPIP] Implement IOCTL_ICMP_ECHO_REQUEST in tcpip.sys 2020-04-07 05:32:40 +03:00
rawip.h [TCPIP] Implement IOCTL_ICMP_ECHO_REQUEST in tcpip.sys 2020-04-07 05:32:40 +03:00
receive.h
route.h
router.h
routines.h
tags.h
tcp.h [TCPIP][IP] Use an ERESOURCE as mutex for address files & connection end points 2021-06-21 11:42:01 +02:00
tcpcore.h
tcpdef.h
tcpip.h
ticonsts.h [TCPIP] Remove duplicate declarations from ticonsts.h 2020-04-07 05:32:40 +03:00
tilists.h
titypes.h [TCPIP][IP] Use an ERESOURCE as mutex for address files & connection end points 2021-06-21 11:42:01 +02:00
transmit.h
udp.h
wait.h