mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
bcfb287416165976e510f3432250fa8d60a02c98
checked directly. - Removed ADE lists on adapters and associated functions. Adapters now have a set of address fields with well-known meanings. - Removed functions that allocate IP_ADDRESS. No IP_ADDRESS is ever allocated alone any longer. This saves management overhead and heap traffic. - Removed NET_TABLE_ENTRY and NTE list and associated functions. Lookups are now done against the original information sources, the adapter list, the neighbor cache and the route table. - Propogated NTE removal throughout, changing NTE to IP_INTERFACE in every case. - When we have alias support, we'll create multiple interfaces referencing the same adapter. This is consistent with the way BSDs do it and I feel it provides sufficient abstraction. - Allow a zero-length buffer request in info to return the number of bytes needed for the request to succeed. svn path=/trunk/; revision=11812
Description
A free Windows-compatible Operating System
528 MiB
Languages
C
86.9%
C++
10.7%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.4%