ISC DHCP  4.3.2
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 1351 of file dhcpd.h.

Field Documentation

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

Definition at line 1354 of file dhcpd.h.

isc_timer_t* timeout::isc_timeout

Definition at line 1358 of file dhcpd.h.

struct timeout* timeout::next

Definition at line 1352 of file dhcpd.h.

tvref_t timeout::ref

Definition at line 1356 of file dhcpd.h.

tvunref_t timeout::unref

Definition at line 1357 of file dhcpd.h.

void* timeout::what

Definition at line 1355 of file dhcpd.h.

struct timeval timeout::when

Definition at line 1353 of file dhcpd.h.


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