Data Fields | |
struct uip_udp_conn * | conn |
pointer to the connection (structure) | |
uint16_t | ipaddr [2] |
the client's wanted / granted IP address | |
const void * | mac_addr |
pointer to device's MAC address | |
struct pt | pt |
the protothreads (raw) structure | |
uint8_t | serverid [4] |
the DHCP server's IP address | |
char | state |
DHCP state machine state. | |
struct timer_t | timer |
timer (in ms while in protocol; in seconds renew time) |
Structure for DHCP application state.