ISC DHCP  4.3.3
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 1397 of file dhcpd.h.

Field Documentation

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

Definition at line 1400 of file dhcpd.h.

isc_timer_t* timeout::isc_timeout

Definition at line 1404 of file dhcpd.h.

struct timeout* timeout::next

Definition at line 1398 of file dhcpd.h.

tvref_t timeout::ref

Definition at line 1402 of file dhcpd.h.

tvunref_t timeout::unref

Definition at line 1403 of file dhcpd.h.

void* timeout::what

Definition at line 1401 of file dhcpd.h.

struct timeval timeout::when

Definition at line 1399 of file dhcpd.h.


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