ISC DHCP 4.4.3-P1
A reference DHCPv4 and DHCPv6 implementation
 
Loading...
Searching...
No Matches
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 1455 of file dhcpd.h.

Field Documentation

◆ func

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

Definition at line 1458 of file dhcpd.h.

◆ isc_timeout

isc_timer_t* timeout::isc_timeout

Definition at line 1462 of file dhcpd.h.

◆ next

struct timeout* timeout::next

Definition at line 1456 of file dhcpd.h.

◆ ref

tvref_t timeout::ref

Definition at line 1460 of file dhcpd.h.

◆ unref

tvunref_t timeout::unref

Definition at line 1461 of file dhcpd.h.

◆ what

void* timeout::what

Definition at line 1459 of file dhcpd.h.

◆ when

struct timeval timeout::when

Definition at line 1457 of file dhcpd.h.


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