|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <dhcpd.h>

Public Attributes | |
| struct timeout * | next |
| time_t | when |
| void(* | func )(void *) |
| void * | what |
| void* timeout::what |
Definition at line 252 of file dhcpd.h.
Referenced by add_timeout(), and cancel_timeout().
| time_t timeout::when |
Definition at line 250 of file dhcpd.h.
Referenced by add_timeout().