iPXE
Macros | Functions
dhcp.h File Reference

DHCP configuration. More...

#include <config/defaults.h>
#include <config/local/dhcp.h>

Go to the source code of this file.

Macros

#define DHCP_DISC_START_TIMEOUT_SEC   1
 
#define DHCP_DISC_END_TIMEOUT_SEC   10
 
#define DHCP_DISC_MAX_DEFERRALS   180
 
#define DHCP_DISC_PROXY_TIMEOUT_SEC   2
 
#define DHCP_REQ_START_TIMEOUT_SEC   0
 
#define DHCP_REQ_END_TIMEOUT_SEC   10
 
#define DHCP_PROXY_START_TIMEOUT_SEC   0
 
#define DHCP_PROXY_END_TIMEOUT_SEC   10
 
#define DHCP_REQ_PROXY_TIMEOUT_SEC   2
 
#define PXEBS_START_TIMEOUT_SEC   1
 
#define PXEBS_END_TIMEOUT_SEC   10
 
#define PXEBS_MAX_TIMEOUT_SEC   3
 

Functions

 FILE_LICENCE (GPL2_OR_LATER_OR_UBDL)
 

Detailed Description

DHCP configuration.

Definition in file dhcp.h.

Macro Definition Documentation

◆ DHCP_DISC_START_TIMEOUT_SEC

#define DHCP_DISC_START_TIMEOUT_SEC   1

Definition at line 22 of file dhcp.h.

◆ DHCP_DISC_END_TIMEOUT_SEC

#define DHCP_DISC_END_TIMEOUT_SEC   10

Definition at line 23 of file dhcp.h.

◆ DHCP_DISC_MAX_DEFERRALS

#define DHCP_DISC_MAX_DEFERRALS   180

Definition at line 31 of file dhcp.h.

◆ DHCP_DISC_PROXY_TIMEOUT_SEC

#define DHCP_DISC_PROXY_TIMEOUT_SEC   2

Definition at line 39 of file dhcp.h.

◆ DHCP_REQ_START_TIMEOUT_SEC

#define DHCP_REQ_START_TIMEOUT_SEC   0

Definition at line 51 of file dhcp.h.

◆ DHCP_REQ_END_TIMEOUT_SEC

#define DHCP_REQ_END_TIMEOUT_SEC   10

Definition at line 52 of file dhcp.h.

◆ DHCP_PROXY_START_TIMEOUT_SEC

#define DHCP_PROXY_START_TIMEOUT_SEC   0

Definition at line 59 of file dhcp.h.

◆ DHCP_PROXY_END_TIMEOUT_SEC

#define DHCP_PROXY_END_TIMEOUT_SEC   10

Definition at line 60 of file dhcp.h.

◆ DHCP_REQ_PROXY_TIMEOUT_SEC

#define DHCP_REQ_PROXY_TIMEOUT_SEC   2

Definition at line 69 of file dhcp.h.

◆ PXEBS_START_TIMEOUT_SEC

#define PXEBS_START_TIMEOUT_SEC   1

Definition at line 79 of file dhcp.h.

◆ PXEBS_END_TIMEOUT_SEC

#define PXEBS_END_TIMEOUT_SEC   10

Definition at line 80 of file dhcp.h.

◆ PXEBS_MAX_TIMEOUT_SEC

#define PXEBS_MAX_TIMEOUT_SEC   3

Definition at line 88 of file dhcp.h.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL  )