Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_netif/lwip/
Desp_netif_lwip_ppp.c54 const ip_addr_t *dest_ip = NULL; in on_ppp_status_changed() local
78 dest_ip = dns_getserver(0); in on_ppp_status_changed()
79 if(dest_ip != NULL){ in on_ppp_status_changed()
80 ip4_addr_set(&ns1, ip_2_ip4(dest_ip)); in on_ppp_status_changed()
82 dest_ip = dns_getserver(1); in on_ppp_status_changed()
83 if(dest_ip != NULL){ in on_ppp_status_changed()
84 ip4_addr_set(&ns2, ip_2_ip4(dest_ip)); in on_ppp_status_changed()