Prevent mem_malloc in dhcp_inform, fix check for subnet mask (remember if it was given by server or not) set back request_timeout in dhcp_set_state()

This commit is contained in:
goldsimon
2010-02-01 19:55:16 +00:00
parent 72d6f1a418
commit c6f7a34abe
2 changed files with 59 additions and 58 deletions

View File

@@ -41,6 +41,7 @@ struct dhcp
#if LWIP_DHCP_AUTOIP_COOP
u8_t autoip_coop_state;
#endif
u8_t subnet_mask_given;
struct pbuf *p_out; /* pbuf of outcoming msg */
struct dhcp_msg *msg_out; /* outgoing msg */