Home
last modified time | relevance | path

Searched refs:DHCP_OPTIONS_LEN (Results 1 – 2 of 2) sorted by relevance

/lk-master/external/lib/lwip/include/lwip/
A Ddhcp.h93 #if ((defined(DHCP_OPTIONS_LEN)) && (DHCP_OPTIONS_LEN < DHCP_MIN_OPTIONS_LEN))
94 # undef DHCP_OPTIONS_LEN
97 #if (!defined(DHCP_OPTIONS_LEN))
99 # define DHCP_OPTIONS_LEN DHCP_MIN_OPTIONS_LEN macro
101 PACK_STRUCT_FIELD(u8_t options[DHCP_OPTIONS_LEN]);
/lk-master/external/lib/lwip/core/
A Ddhcp.c317 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len); in dhcp_select()
745 pbuf_realloc(dhcp.p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp.options_out_len); in dhcp_inform()
847 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len); in dhcp_decline()
897 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len); in dhcp_discover()
1053 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len); in dhcp_renew()
1104 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len); in dhcp_rebind()
1145 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len); in dhcp_reboot()
1192 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len); in dhcp_release()
1314 size_t available = DHCP_OPTIONS_LEN - dhcp->options_out_len - 3; in dhcp_option_hostname()
1720 for (i = 0; i < DHCP_OPTIONS_LEN; i++) { in dhcp_create_msg()
[all …]

Completed in 7 milliseconds