Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
H A Ddns.c290 static void dns_recv(void *s, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port);
353 udp_recv(dns_pcbs[0], dns_recv, NULL); in dns_init()
982 udp_recv(pcb, dns_recv, NULL); in dns_alloc_random_port()
1236 LWIP_DEBUGF(DNS_DEBUG, ("dns_recv: \"%s\": response = ", entry->name)); in dns_correct_response()
1263 dns_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) in dns_recv() function
1279 LWIP_DEBUGF(DNS_DEBUG, ("dns_recv: pbuf too small\n")); in dns_recv()
1300 LWIP_DEBUGF(DNS_DEBUG, ("dns_recv: \"%s\": not a response\n", entry->name)); in dns_recv()
1304 LWIP_DEBUGF(DNS_DEBUG, ("dns_recv: \"%s\": response not match to query\n", entry->name)); in dns_recv()
1342 LWIP_DEBUGF(DNS_DEBUG, ("dns_recv: \"%s\": response not match to query\n", entry->name)); in dns_recv()
1353 LWIP_DEBUGF(DNS_DEBUG, ("dns_recv in dns_recv()
[all...]

Completed in 3 milliseconds