ISC DHCP 4.4.3-P1
A reference DHCPv4 and DHCPv6 implementation
 
Loading...
Searching...
No Matches
option_cache Struct Reference

#include <dhcpd.h>

Data Fields

int refcnt
 
struct option_cachenext
 
struct expressionexpression
 
struct optionoption
 
struct data_string data
 
u_int32_t flags
 

Detailed Description

Definition at line 385 of file dhcpd.h.

Field Documentation

◆ data

struct data_string option_cache::data

Definition at line 390 of file dhcpd.h.

◆ expression

struct expression* option_cache::expression

Definition at line 388 of file dhcpd.h.

◆ flags

u_int32_t option_cache::flags

Definition at line 393 of file dhcpd.h.

◆ next

struct option_cache* option_cache::next

Definition at line 387 of file dhcpd.h.

◆ option

struct option* option_cache::option

Definition at line 389 of file dhcpd.h.

◆ refcnt

int option_cache::refcnt

Definition at line 386 of file dhcpd.h.


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