iPXE
Data Fields
cached_dhcp_packet Struct Reference

A cached DHCP packet. More...

Data Fields

const char * name
 Settings block name. More...
 
struct dhcp_packetdhcppkt
 DHCP packet (if any) More...
 
unsigned int vlan
 VLAN tag (if applicable) More...
 

Detailed Description

A cached DHCP packet.

Definition at line 42 of file cachedhcp.c.

Field Documentation

◆ name

const char* cached_dhcp_packet::name

Settings block name.

Definition at line 44 of file cachedhcp.c.

Referenced by cachedhcp_apply(), cachedhcp_record(), cachedhcp_shutdown(), and cachedhcp_startup().

◆ dhcppkt

struct dhcp_packet* cached_dhcp_packet::dhcppkt

DHCP packet (if any)

Definition at line 46 of file cachedhcp.c.

Referenced by cachedhcp_apply(), cachedhcp_free(), cachedhcp_record(), cachedhcp_shutdown(), and cachedhcp_startup().

◆ vlan

unsigned int cached_dhcp_packet::vlan

VLAN tag (if applicable)

Definition at line 48 of file cachedhcp.c.

Referenced by cachedhcp_apply(), and cachedhcp_record().


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