iPXE
cached_dhcp_packet Struct Reference

A cached DHCP packet. More...

Data Fields

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

Detailed Description

A cached DHCP packet.

Definition at line 45 of file cachedhcp.c.

Field Documentation

◆ name

const char* cached_dhcp_packet::name

Settings block name.

Definition at line 47 of file cachedhcp.c.

Referenced by cachedhcp_apply(), cachedhcp_record(), and cachedhcp_recycle().

◆ dhcppkt

struct dhcp_packet* cached_dhcp_packet::dhcppkt

DHCP packet (if any)

Definition at line 49 of file cachedhcp.c.

Referenced by cachedhcp_apply(), cachedhcp_free(), cachedhcp_record(), and cachedhcp_recycle().

◆ vlan

unsigned int cached_dhcp_packet::vlan

VLAN tag (if applicable)

Definition at line 51 of file cachedhcp.c.

Referenced by cachedhcp_apply(), and cachedhcp_record().

◆ flags

unsigned int cached_dhcp_packet::flags

Flags.

Definition at line 53 of file cachedhcp.c.

Referenced by cachedhcp_apply(), and cachedhcp_recycle().


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