Leaked source code of windows server 2003
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.

33 lines
973 B

  1. /* Copyright (c) 1994, Microsoft Corporation, all rights reserved
  2. **
  3. ** uiip.h
  4. ** Remote Access PPP
  5. ** UI->IPCP interface definitions
  6. */
  7. #ifndef _UIIP_H_
  8. #define _UIIP_H_
  9. /* Parameter buffer option keys.
  10. */
  11. #define PBUFKEY_IpAddress "IpAddr"
  12. #define PBUFKEY_IpAddressSource "IpAddrSrc"
  13. #define PBUFKEY_IpPrioritizeRemote "IpRemote"
  14. #define PBUFKEY_IpVjCompression "IpVj"
  15. #define PBUFKEY_IpDnsAddress "IpDns"
  16. #define PBUFKEY_IpDns2Address "IpDns2"
  17. #define PBUFKEY_IpWinsAddress "IpWins"
  18. #define PBUFKEY_IpWins2Address "IpWins2"
  19. #define PBUFKEY_IpNameAddressSource "IpNameSrc"
  20. #define PBUFKEY_IpDnsFlags "IpDnsFlags"
  21. #define PBUFKEY_IpDnsSuffix "IpDnsSuffix"
  22. /* IpAddressSource values. For the UI's convenience, these codes are defined
  23. ** to match the codes stored in the phonebook.
  24. */
  25. #define PBUFVAL_ServerAssigned 1
  26. #define PBUFVAL_RequireSpecific 2
  27. #endif // _UIIP_H_