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

#include <dhcpd.h>

Data Fields

struct dhc6_ianext
 
unsigned char iaid [4]
 
u_int16_t ia_type
 
TIME starts
 
u_int32_t renew
 
u_int32_t rebind
 
struct dhc6_addraddrs
 
struct option_stateoptions
 

Detailed Description

Definition at line 1178 of file dhcpd.h.

Field Documentation

◆ addrs

struct dhc6_addr* dhc6_ia::addrs

Definition at line 1186 of file dhcpd.h.

◆ ia_type

u_int16_t dhc6_ia::ia_type

Definition at line 1181 of file dhcpd.h.

◆ iaid

unsigned char dhc6_ia::iaid[4]

Definition at line 1180 of file dhcpd.h.

◆ next

struct dhc6_ia* dhc6_ia::next

Definition at line 1179 of file dhcpd.h.

◆ options

struct option_state* dhc6_ia::options

Definition at line 1188 of file dhcpd.h.

◆ rebind

u_int32_t dhc6_ia::rebind

Definition at line 1185 of file dhcpd.h.

◆ renew

u_int32_t dhc6_ia::renew

Definition at line 1184 of file dhcpd.h.

◆ starts

TIME dhc6_ia::starts

Definition at line 1183 of file dhcpd.h.


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