Searched refs:dhcp_option_hostname (Results 1 – 2 of 2) sorted by relevance
/btstack/3rd-party/lwip/core/src/core/ipv4/ |
H A D | dhcp.c | 220 static u16_t dhcp_option_hostname(u16_t options_out_len, u8_t *options, struct netif *netif); 433 options_out_len = dhcp_option_hostname(options_out_len, msg_out->options, netif); in dhcp_select() 1153 options_out_len = dhcp_option_hostname(options_out_len, msg_out->options, netif); in dhcp_renew() 1208 options_out_len = dhcp_option_hostname(options_out_len, msg_out->options, netif); in dhcp_rebind() 1265 options_out_len = dhcp_option_hostname(options_out_len, msg_out->options, netif); in dhcp_reboot() 1443 dhcp_option_hostname(u16_t options_out_len, u8_t *options, struct netif *netif) in dhcp_option_hostname() function
|
/btstack/3rd-party/lwip/core/ |
H A D | CHANGELOG | 1410 * dhcp.c: fixed bug #34406 dhcp_option_hostname() can overflow the pbuf
|