Searched refs:dhcp_option_hostname (Results 1 – 2 of 2) sorted by relevance
/third_party/lwip/src/core/ipv4/ |
D | dhcp.c | 225 static u16_t dhcp_option_hostname(u16_t options_out_len, u8_t *options, struct netif *netif); 408 options_out_len = dhcp_option_hostname(options_out_len, msg_out->options, netif); in dhcp_select() 1175 options_out_len = dhcp_option_hostname(options_out_len, msg_out->options, netif); in dhcp_renew() 1230 options_out_len = dhcp_option_hostname(options_out_len, msg_out->options, netif); in dhcp_rebind() 1287 options_out_len = dhcp_option_hostname(options_out_len, msg_out->options, netif); in dhcp_reboot() 1473 dhcp_option_hostname(u16_t options_out_len, u8_t *options, struct netif *netif) in dhcp_option_hostname() function
|
/third_party/lwip/ |
D | CHANGELOG | 1420 * dhcp.c: fixed bug #34406 dhcp_option_hostname() can overflow the pbuf
|