ReactOS 0.4.16-dev-734-g364d6e0
|
#include <dhcpd.h>
Public Attributes | |
struct interface_info * | next |
struct hardware | hw_address |
struct in_addr | primary_address |
char | name [IFNAMSIZ] |
int | rfdesc |
int | wfdesc |
unsigned char * | rbuf |
size_t | rbuf_max |
size_t | rbuf_offset |
size_t | rbuf_len |
struct client_state * | client |
int | noifmedia |
int | errors |
int | dead |
u_int16_t | index |
struct client_state* interface_info::client |
Definition at line 238 of file dhcpd.h.
Referenced by read_client_conf(), and rewrite_client_leases().
Definition at line 229 of file dhcpd.h.
Referenced by read_client_conf().
struct interface_info* interface_info::next |