A free Windows-compatible Operating System - mirrored from GitHub
Find a file
Art Yerkes bcfb287416 - Removed prefix.c and the prefix list. Adapter and route netmasks are now
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
2004-11-25 23:56:59 +00:00
freeldr Make transfer of control to kernel work on Xbox 2004-11-23 11:28:02 +00:00
msvc6 Initial revision 2004-02-06 08:21:52 +00:00
os2 neu 2004-01-31 01:29:11 +00:00
posix Modular resource script for POSIX+ terminal emulator in W32. 2004-10-31 20:11:09 +00:00
reactos - Removed prefix.c and the prefix list. Adapter and route netmasks are now 2004-11-25 23:56:59 +00:00
rosapps simple gethostbyname test case 2004-11-24 04:08:44 +00:00