Searched refs:dest_ip (Results 1 – 1 of 1) sorted by relevance
54 const ip_addr_t *dest_ip = NULL; in on_ppp_status_changed() local78 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()