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.

34 lines
1.1 KiB

  1. /*++
  2. Copyright (C) Microsoft Corporation, 1996 - 1999
  3. Module Name:
  4. Tower.hxx
  5. Author:
  6. Mario Goertzel [MarioGo]
  7. Revision History:
  8. MarioGo 1/15/1997 Bits 'n pieces
  9. --*/
  10. // Address ID's identify the protocol used to resolve the
  11. // address and as associated with the address entry in
  12. // the tower which comes next after the protocol/endpoing
  13. // entry. These maybe shared between protocols - for example
  14. // TCP, UDP and NBT all use IP as the address ID.
  15. const INT IP_ADDRESS_ID = 0x09; // IP address format: big endian ulong
  16. const INT IPX_ADDRESS_ID = 0x0D; // 80 bit network + IEEE 802 address
  17. const INT UNC_ADDRESS_ID = 0x11; // \\servername
  18. const INT NBP_ADDRESS_ID = 0x18; // Appletalk NBP protocol: 'server name'@'zone'
  19. const INT VNS_ADDRESS_ID = 0x1C; // Streettalk double-@ style name
  20. const INT NBF_ADDRESS_ID = 0x13; // Netbeui protocol, netbios name
  21. const INT XNS_ADDRESS_ID = 0x15; // (unused) For Netbios over XNS
  22. const INT MQ_ADDRESS_ID = 0x1E; // Falcon
  23. const INT HTTP_ADDRESS_ID = 0x09; // IP address format: big endian ulong