iPXE
Data Fields
dhcp_pxe_boot_menu_prompt Struct Reference

PXE boot menu prompt. More...

#include <dhcp.h>

Data Fields

uint8_t timeout
 Timeout. More...
 
char prompt [0]
 Prompt to press F8. More...
 

Detailed Description

PXE boot menu prompt.

Definition at line 143 of file dhcp.h.

Field Documentation

◆ timeout

uint8_t dhcp_pxe_boot_menu_prompt::timeout

Timeout.

A value of 0 means "time out immediately and select first boot item, without displaying the prompt". A value of 255 means "display menu immediately with no timeout". Any other value means "display prompt, wait this many seconds for keypress, if key is F8, display menu, otherwise select first boot item".

Definition at line 153 of file dhcp.h.

Referenced by pxe_menu_parse().

◆ prompt

char dhcp_pxe_boot_menu_prompt::prompt[0]

Prompt to press F8.

Definition at line 155 of file dhcp.h.

Referenced by pxe_menu_parse().


The documentation for this struct was generated from the following file: