Author: akhaldi
Date: Fri Mar 18 18:21:48 2016
New Revision: 71024
URL: http://svn.reactos.org/svn/reactos?rev=71024&view=rev
Log:
[NETWORK_STACK] Sync Jerome's work from the tcpip_revolution branch.
Added:
branches/network_stack/drivers/network/tcpip/CMakeLists.txt
- copied unchanged from r71023,
branches/tcpip_revolution/drivers/network/tcpip/CMakeLists.txt
branches/network_stack/drivers/network/tcpip/address.c
- copied unchanged from r71023,
branches/tcpip_revolution/drivers/network/tcpip/address.c
branches/network_stack/drivers/network/tcpip/address.h
- copied unchanged from r71023,
branches/tcpip_revolution/drivers/network/tcpip/address.h
branches/network_stack/drivers/network/tcpip/connection.c
- copied unchanged from r71023,
branches/tcpip_revolution/drivers/network/tcpip/connection.c
branches/network_stack/drivers/network/tcpip/entities.c
- copied unchanged from r71023,
branches/tcpip_revolution/drivers/network/tcpip/entities.c
branches/network_stack/drivers/network/tcpip/entities.h
- copied unchanged from r71023,
branches/tcpip_revolution/drivers/network/tcpip/entities.h
branches/network_stack/drivers/network/tcpip/information.c
- copied unchanged from r71023,
branches/tcpip_revolution/drivers/network/tcpip/information.c
branches/network_stack/drivers/network/tcpip/information.h
- copied unchanged from r71023,
branches/tcpip_revolution/drivers/network/tcpip/information.h
branches/network_stack/drivers/network/tcpip/interface.c
- copied unchanged from r71023,
branches/tcpip_revolution/drivers/network/tcpip/interface.c
branches/network_stack/drivers/network/tcpip/interface.h
- copied unchanged from r71023,
branches/tcpip_revolution/drivers/network/tcpip/interface.h
branches/network_stack/drivers/network/tcpip/main.c
- copied unchanged from r71023,
branches/tcpip_revolution/drivers/network/tcpip/main.c
branches/network_stack/drivers/network/tcpip/ndis_lwip.c
- copied unchanged from r71023,
branches/tcpip_revolution/drivers/network/tcpip/ndis_lwip.c
branches/network_stack/drivers/network/tcpip/ndis_lwip.h
- copied unchanged from r71023,
branches/tcpip_revolution/drivers/network/tcpip/ndis_lwip.h
branches/network_stack/drivers/network/tcpip/precomp.h
- copied unchanged from r71023,
branches/tcpip_revolution/drivers/network/tcpip/precomp.h
branches/network_stack/drivers/network/tcpip/stubs.c
- copied unchanged from r71023,
branches/tcpip_revolution/drivers/network/tcpip/stubs.c
branches/network_stack/drivers/network/tcpip/tcp.c
- copied unchanged from r71023,
branches/tcpip_revolution/drivers/network/tcpip/tcp.c
branches/network_stack/drivers/network/tcpip/tcp.h
- copied unchanged from r71023,
branches/tcpip_revolution/drivers/network/tcpip/tcp.h
branches/network_stack/drivers/network/tcpip/tcpip.rc
- copied unchanged from r71023,
branches/tcpip_revolution/drivers/network/tcpip/tcpip.rc
branches/network_stack/drivers/network/tcpip/tcpip.spec
- copied unchanged from r71023,
branches/tcpip_revolution/drivers/network/tcpip/tcpip.spec
Removed:
branches/network_stack/drivers/network/tcpip/DIRS
branches/network_stack/drivers/network/tcpip/datalink/SOURCES
branches/network_stack/drivers/network/tcpip/include/address.h
branches/network_stack/drivers/network/tcpip/include/arp.h
branches/network_stack/drivers/network/tcpip/include/checksum.h
branches/network_stack/drivers/network/tcpip/include/datagram.h
branches/network_stack/drivers/network/tcpip/include/debug.h
branches/network_stack/drivers/network/tcpip/include/fileobjs.h
branches/network_stack/drivers/network/tcpip/include/icmp.h
branches/network_stack/drivers/network/tcpip/include/info.h
branches/network_stack/drivers/network/tcpip/include/ip.h
branches/network_stack/drivers/network/tcpip/include/lan.h
branches/network_stack/drivers/network/tcpip/include/linux.h
branches/network_stack/drivers/network/tcpip/include/lock.h
branches/network_stack/drivers/network/tcpip/include/loopback.h
branches/network_stack/drivers/network/tcpip/include/neighbor.h
branches/network_stack/drivers/network/tcpip/include/pool.h
branches/network_stack/drivers/network/tcpip/include/ports.h
branches/network_stack/drivers/network/tcpip/include/precomp.h
branches/network_stack/drivers/network/tcpip/include/rawip.h
branches/network_stack/drivers/network/tcpip/include/receive.h
branches/network_stack/drivers/network/tcpip/include/route.h
branches/network_stack/drivers/network/tcpip/include/router.h
branches/network_stack/drivers/network/tcpip/include/routines.h
branches/network_stack/drivers/network/tcpip/include/tags.h
branches/network_stack/drivers/network/tcpip/include/tcp.h
branches/network_stack/drivers/network/tcpip/include/tcpcore.h
branches/network_stack/drivers/network/tcpip/include/tcpdef.h
branches/network_stack/drivers/network/tcpip/include/tcpip.h
branches/network_stack/drivers/network/tcpip/include/ticonsts.h
branches/network_stack/drivers/network/tcpip/include/tilists.h
branches/network_stack/drivers/network/tcpip/include/titypes.h
branches/network_stack/drivers/network/tcpip/include/transmit.h
branches/network_stack/drivers/network/tcpip/include/udp.h
branches/network_stack/drivers/network/tcpip/include/wait.h
branches/network_stack/drivers/network/tcpip/notes.txt
branches/network_stack/drivers/network/tcpip/readme.txt
branches/network_stack/drivers/network/tcpip/tcpip/SOURCES
branches/network_stack/drivers/network/tcpip/tcpip/ainfo.c
branches/network_stack/drivers/network/tcpip/tcpip/buffer.c
branches/network_stack/drivers/network/tcpip/tcpip/cinfo.c
branches/network_stack/drivers/network/tcpip/tcpip/fileobjs.c
branches/network_stack/drivers/network/tcpip/tcpip/info.c
branches/network_stack/drivers/network/tcpip/tcpip/lock.c
branches/network_stack/drivers/network/tcpip/tcpip/mockbuffer.c
branches/network_stack/drivers/network/tcpip/tcpip/mocklock.c
branches/network_stack/drivers/network/tcpip/tcpip/mockpool.c
branches/network_stack/drivers/network/tcpip/tcpip/mockwait.c
branches/network_stack/drivers/network/tcpip/tcpip/ninfo.c
branches/network_stack/drivers/network/tcpip/tcpip/proto.c
branches/network_stack/drivers/network/tcpip/tcpip/resource.rc
branches/network_stack/drivers/network/tcpip/tcpip/tcpip.def
branches/network_stack/drivers/network/tcpip/tcpip/tinfo.c
branches/network_stack/drivers/network/tcpip/tcpip/wait.c
branches/network_stack/drivers/network/tcpip/tests/setup.c
branches/network_stack/drivers/network/tcpip/tests/stubs.tst
branches/network_stack/drivers/network/tcpip/tests/tests/ipreceive.c
branches/network_stack/drivers/network/tcpip/tests/tests/tigetprotocolnumber.c
branches/network_stack/lib/drivers/ip/network/address.c
branches/network_stack/lib/drivers/ip/network/arp.c
branches/network_stack/lib/drivers/ip/network/checksum.c
branches/network_stack/lib/drivers/ip/network/i386/checksum.S
branches/network_stack/lib/drivers/ip/network/icmp.c
branches/network_stack/lib/drivers/ip/network/ip.c
branches/network_stack/lib/drivers/ip/network/loopback.c
branches/network_stack/lib/drivers/ip/network/neighbor.c
branches/network_stack/lib/drivers/ip/network/ports.c
branches/network_stack/lib/drivers/ip/network/receive.c
branches/network_stack/lib/drivers/ip/network/router.c
branches/network_stack/lib/drivers/ip/network/transmit.c
branches/network_stack/lib/drivers/ip/precomp.h
branches/network_stack/lib/drivers/ip/transport/datagram/datagram.c
branches/network_stack/lib/drivers/ip/transport/rawip/rawip.c
branches/network_stack/lib/drivers/ip/transport/tcp/accept.c
branches/network_stack/lib/drivers/ip/transport/tcp/if.c
branches/network_stack/lib/drivers/ip/transport/tcp/tcp.c
branches/network_stack/lib/drivers/ip/transport/udp/udp.c
branches/network_stack/lib/drivers/lwip/src/rosip.c
branches/network_stack/lib/drivers/lwip/src/rostcp.c
Modified:
branches/network_stack/ (props changed)
branches/network_stack/lib/drivers/CMakeLists.txt
branches/network_stack/lib/drivers/lwip/CMakeLists.txt
branches/network_stack/lib/drivers/lwip/src/include/lwipopts.h
branches/network_stack/lib/drivers/lwip/src/sys_arch.c
[This mail would be too long, it was shortened to contain the URLs only.]
Removed: branches/network_stack/drivers/network/tcpip/DIRS
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/DIRS?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/datalink/SOURCES
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/datalink/SOURCES?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/include/address.h
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/include/address.h?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/include/arp.h
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/include/arp.h?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/include/checksum.h
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/include/checksum.h?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/include/datagram.h
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/include/datagram.h?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/include/debug.h
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/include/debug.h?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/include/fileobjs.h
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/include/fileobjs.h?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/include/icmp.h
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/include/icmp.h?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/include/info.h
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/include/info.h?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/include/ip.h
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/include/ip.h?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/include/lan.h
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/include/lan.h?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/include/linux.h
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/include/linux.h?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/include/lock.h
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/include/lock.h?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/include/loopback.h
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/include/loopback.h?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/include/neighbor.h
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/include/neighbor.h?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/include/pool.h
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/include/pool.h?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/include/ports.h
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/include/ports.h?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/include/precomp.h
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/include/precomp.h?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/include/rawip.h
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/include/rawip.h?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/include/receive.h
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/include/receive.h?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/include/route.h
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/include/route.h?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/include/router.h
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/include/router.h?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/include/routines.h
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/include/routines.h?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/include/tags.h
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/include/tags.h?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/include/tcp.h
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/include/tcp.h?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/include/tcpcore.h
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/include/tcpcore.h?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/include/tcpdef.h
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/include/tcpdef.h?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/include/tcpip.h
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/include/tcpip.h?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/include/ticonsts.h
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/include/ticonsts.h?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/include/tilists.h
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/include/tilists.h?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/include/titypes.h
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/include/titypes.h?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/include/transmit.h
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/include/transmit.h?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/include/udp.h
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/include/udp.h?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/include/wait.h
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/include/wait.h?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/notes.txt
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/notes.txt?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/readme.txt
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/readme.txt?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/tcpip/SOURCES
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/tcpip/SOURCES?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/tcpip/ainfo.c
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/tcpip/ainfo.c?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/tcpip/buffer.c
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/tcpip/buffer.c?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/tcpip/cinfo.c
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/tcpip/cinfo.c?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/tcpip/fileobjs.c
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/tcpip/fileobjs.c?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/tcpip/info.c
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/tcpip/info.c?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/tcpip/lock.c
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/tcpip/lock.c?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/tcpip/mockbuffer.c
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/tcpip/mockbuffer.c?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/tcpip/mocklock.c
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/tcpip/mocklock.c?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/tcpip/mockpool.c
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/tcpip/mockpool.c?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/tcpip/mockwait.c
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/tcpip/mockwait.c?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/tcpip/ninfo.c
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/tcpip/ninfo.c?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/tcpip/proto.c
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/tcpip/proto.c?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/tcpip/resource.rc
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/tcpip/resource.rc?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/tcpip/tcpip.def
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/tcpip/tcpip.def?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/tcpip/tinfo.c
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/tcpip/tinfo.c?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/tcpip/wait.c
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/tcpip/wait.c?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/tests/setup.c
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/tests/setup.c?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/tests/stubs.tst
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/tests/stubs.tst?rev=71023
Removed: branches/network_stack/drivers/network/tcpip/tests/tests/ipreceive.c
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/tests/tests/ipreceive.c?rev=71023
Removed:
branches/network_stack/drivers/network/tcpip/tests/tests/tigetprotocolnumber.c
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/drivers/network/tcpip/tests/tests/tigetprotocolnumber.c?rev=71023
Modified: branches/network_stack/lib/drivers/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/lib/drivers/CMakeLists.txt?rev=71024&r1=71023&r2=71024&view=diff
Removed: branches/network_stack/lib/drivers/ip/network/address.c
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/lib/drivers/ip/network/address.c?rev=71023
Removed: branches/network_stack/lib/drivers/ip/network/arp.c
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/lib/drivers/ip/network/arp.c?rev=71023
Removed: branches/network_stack/lib/drivers/ip/network/checksum.c
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/lib/drivers/ip/network/checksum.c?rev=71023
Removed: branches/network_stack/lib/drivers/ip/network/i386/checksum.S
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/lib/drivers/ip/network/i386/checksum.S?rev=71023
Removed: branches/network_stack/lib/drivers/ip/network/icmp.c
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/lib/drivers/ip/network/icmp.c?rev=71023
Removed: branches/network_stack/lib/drivers/ip/network/ip.c
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/lib/drivers/ip/network/ip.c?rev=71023
Removed: branches/network_stack/lib/drivers/ip/network/loopback.c
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/lib/drivers/ip/network/loopback.c?rev=71023
Removed: branches/network_stack/lib/drivers/ip/network/neighbor.c
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/lib/drivers/ip/network/neighbor.c?rev=71023
Removed: branches/network_stack/lib/drivers/ip/network/ports.c
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/lib/drivers/ip/network/ports.c?rev=71023
Removed: branches/network_stack/lib/drivers/ip/network/receive.c
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/lib/drivers/ip/network/receive.c?rev=71023
Removed: branches/network_stack/lib/drivers/ip/network/router.c
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/lib/drivers/ip/network/router.c?rev=71023
Removed: branches/network_stack/lib/drivers/ip/network/transmit.c
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/lib/drivers/ip/network/transmit.c?rev=71023
Removed: branches/network_stack/lib/drivers/ip/precomp.h
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/lib/drivers/ip/precomp.h?rev=71023
Removed: branches/network_stack/lib/drivers/ip/transport/datagram/datagram.c
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/lib/drivers/ip/transport/datagram/datagram.c?rev=71023
Removed: branches/network_stack/lib/drivers/ip/transport/rawip/rawip.c
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/lib/drivers/ip/transport/rawip/rawip.c?rev=71023
Removed: branches/network_stack/lib/drivers/ip/transport/tcp/accept.c
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/lib/drivers/ip/transport/tcp/accept.c?rev=71023
Removed: branches/network_stack/lib/drivers/ip/transport/tcp/if.c
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/lib/drivers/ip/transport/tcp/if.c?rev=71023
Removed: branches/network_stack/lib/drivers/ip/transport/tcp/tcp.c
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/lib/drivers/ip/transport/tcp/tcp.c?rev=71023
Removed: branches/network_stack/lib/drivers/ip/transport/udp/udp.c
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/lib/drivers/ip/transport/udp/udp.c?rev=71023
Modified: branches/network_stack/lib/drivers/lwip/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/lib/drivers/lwip/CMakeLists.txt?rev=71024&r1=71023&r2=71024&view=diff
Modified: branches/network_stack/lib/drivers/lwip/src/include/lwipopts.h
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/lib/drivers/lwip/src/include/lwipopts.h?rev=71024&r1=71023&r2=71024&view=diff
Removed: branches/network_stack/lib/drivers/lwip/src/rosip.c
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/lib/drivers/lwip/src/rosip.c?rev=71023
Removed: branches/network_stack/lib/drivers/lwip/src/rostcp.c
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/lib/drivers/lwip/src/rostcp.c?rev=71023
Modified: branches/network_stack/lib/drivers/lwip/src/sys_arch.c
URL:
http://svn.reactos.org/svn/reactos/branches/network_stack/lib/drivers/lwip/src/sys_arch.c?rev=71024&r1=71023&r2=71024&view=diff