ISC DHCP  4.4.1
A reference DHCPv4 and DHCPv6 implementation
timeout Struct Reference

#include <dhcpd.h>

Data Fields

struct timeoutnext
 
struct timeval when
 
void(* func )(void *)
 
void * what
 
tvref_t ref
 
tvunref_t unref
 
isc_timer_t * isc_timeout
 

Detailed Description

Definition at line 1439 of file dhcpd.h.

Field Documentation

◆ func

void(* timeout::func) (void *)

Definition at line 1442 of file dhcpd.h.

◆ isc_timeout

isc_timer_t* timeout::isc_timeout

Definition at line 1446 of file dhcpd.h.

◆ next

struct timeout* timeout::next

Definition at line 1440 of file dhcpd.h.

◆ ref

tvref_t timeout::ref

Definition at line 1444 of file dhcpd.h.

◆ unref

tvunref_t timeout::unref

Definition at line 1445 of file dhcpd.h.

◆ what

void* timeout::what

Definition at line 1443 of file dhcpd.h.

◆ when

struct timeval timeout::when

Definition at line 1441 of file dhcpd.h.


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