Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
1.3 KiB

  1. //========================================================================
  2. // Copyright (C) 1997 Microsoft Corporation
  3. // Author: RameshV
  4. // Description: This file has been generated. Pl look at the .c file
  5. //========================================================================
  6. BOOL
  7. MemServerIsSwitchedSubnet(
  8. IN PM_SERVER Server,
  9. IN DWORD AnyIpAddress
  10. ) ;
  11. BOOL
  12. MemServerIsSubnetDisabled(
  13. IN PM_SERVER Server,
  14. IN DWORD AnyIpAddress
  15. ) ;
  16. BOOL
  17. MemServerIsExcludedAddress(
  18. IN PM_SERVER Server,
  19. IN DWORD AnyIpAddress
  20. ) ;
  21. BOOL
  22. MemServerIsReservedAddress(
  23. IN PM_SERVER Server,
  24. IN DWORD AnyIpAddress
  25. ) ;
  26. BOOL
  27. MemServerIsOutOfRangeAddress(
  28. IN PM_SERVER Server,
  29. IN DWORD AnyIpAddress,
  30. IN BOOL fBootp
  31. ) ;
  32. DWORD
  33. MemServerGetSubnetMaskForAddress(
  34. IN PM_SERVER Server,
  35. IN DWORD AnyIpAddress
  36. ) ;
  37. //========================================================================
  38. // end of file
  39. //========================================================================