#include <dhcpd.h>
Data Fields | |
struct timeout * | next |
struct timeval | when |
void(* | func )(void *) |
void * | what |
tvref_t | ref |
tvunref_t | unref |
isc_timer_t * | isc_timeout |
Definition at line 1313 of file dhcpd.h.
void(* timeout::func)(void *) |
isc_timer_t* timeout::isc_timeout |
struct timeout* timeout::next [read] |
void* timeout::what |
struct timeval timeout::when [read] |