reactos/reactos/drivers/net/afd
Filip Navara 8ccf098ee6 reactos/drivers/net/afd/afd/afd.c (AfdDispatch): Correctly set
Irp->IoStatus.Information.
(AfdUnload): Make it STDCALL.
(DriverEntry): Don't cast function pointers.
reactos/drivers/net/afd/afd/dispatch.c (AfdDispGetName): New function, still
incomplete.
reactos/drivers/net/afd/include/afd.h (AfdDispGetName): Declare.
reactos/drivers/net/tcpip/tcpip/main.c (TiDispatchOpenClose):
Use STDCALL instead of STDCALL_FUNC.
(TiUnload): Make it STDCALL.
(DriverEntry): Don't cast function pointers.
reactos/drivers/net/tcpip/transport/tcp/tcp.c (TCPConnect):
Don't free the NDIS buffer, it's already done on another place and return
STATUS_PENDING to avoid completing the Irp two times.
reactos/lib/msafd/misc/stubs.c (WSPGetSockName, WSPGetPeerName):
Moved to ...
reactos/lib/msafd/misc/dllmain.c (WSPGetSockName, WSPGetPeerName):
... here, direct the calls to afd.sys.

svn path=/trunk/; revision=8132
2004-02-10 17:12:42 +00:00
..
afd reactos/drivers/net/afd/afd/afd.c (AfdDispatch): Correctly set 2004-02-10 17:12:42 +00:00
include reactos/drivers/net/afd/afd/afd.c (AfdDispatch): Correctly set 2004-02-10 17:12:42 +00:00
.cvsignore another day of janitor stuff 2003-06-29 21:05:54 +00:00
afd.def Some work on winsock stack 2001-01-14 17:44:38 +00:00
afd.rc "Ancillary Function Driver" is about as descriptive as "Foo Thingy". Let's stop the insanity: from today, 25 December 2003, AFD will be known as "Socket Filesystem Driver". OK, so I'm bored 2003-12-25 18:35:20 +00:00
makefile Added afd/tdiconn.c with corrections by filip navara 2004-02-07 04:50:44 +00:00