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.

35 lines
1.1 KiB

  1. /*
  2. *
  3. * Modifications: $Header: V:/archives/INCLUDE/pxe.h_v 1.1 Apr 16 1997 15:55:56 PWICKERX $
  4. *
  5. * Copyright(c) 1997 by Intel Corporation. All Rights Reserved.
  6. *
  7. */
  8. /* Sample PXE Constants for Extensions to DHCP Protocol */
  9. /* All numbers are temporary for testing and subject to review */
  10. /* sample UDP port assigned to PXE/BINL */
  11. #define PXE_BINL_PORT 256
  12. #define PXE_CLS_CLIENT "PXEClient"
  13. #define PXE_LCMSERVER_TAG 179 /* Option tag for Server. */
  14. #define PXE_LCMDOMAIN_TAG 180 /* Option tag for Domain. */
  15. #define PXE_LCMNICOPT0_TAG 181 /* Option tag for NIC option 0. */
  16. #define PXE_LCMWRKGRP_TAG 190 /* Option tag for Work group. */
  17. /* 43 options used by bstrap.1 */
  18. #define PXE_NIC_PATH 64 /* 64,len,'name',0 */
  19. #define PXE_MAN_INFO 65 /* 65,len,ip2,ip3,'name',0 */
  20. #define PXE_OS_INFO 66 /* 66,len,ip2,ip3,'name',0,'text',0 */
  21. /* externally specified "PXEClient" class 43 options */
  22. #define PXE_MTFTP_IP 1
  23. #define PXE_MTFTP_CPORT 2
  24. #define PXE_MTFTP_SPORT 3
  25. #define PXE_MTFTP_TMOUT 4
  26. #define PXE_MTFTP_DELAY 5
  27. /* EOF - $Workfile: pxe.h $ */