Home
last modified time | relevance | path

Searched refs:dns_call_found (Results 1 - 1 of 1) sorted by relevance

/third_party/lwip/src/core/
H A Ddns.c292 static void dns_call_found(u8_t idx, ip_addr_t *addr);
804 dns_call_found(idx, NULL); in dns_send()
1027 * dns_call_found() - call the found callback and check if there are duplicate
1035 dns_call_found(u8_t idx, ip_addr_t *addr) in dns_call_found() function
1178 dns_call_found(i, NULL); in dns_check_entry()
1227 * Save TTL and call dns_call_found for correct response.
1245 dns_call_found(idx, &entry->ipaddr); in dns_correct_response()
1464 dns_call_found(i, NULL); in dns_recv()

Completed in 3 milliseconds