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() 1242 options_out_len = dhcp_option_hostname(options_out_len, msg_out->options, netif); 1297 options_out_len = dhcp_option_hostname(options_out_len, msg_out->options, netif); 1354 options_out_len = dhcp_option_hostname(options_out_len, msg_out->options, netif); 1540 dhcp_option_hostname(u16_t options_out_len, u8_t *options, struct netif *netif) function
|
/third_party/lwip/ |
D | CHANGELOG | 1420 * dhcp.c: fixed bug #34406 dhcp_option_hostname() can overflow the pbuf
|