Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Ddns.c212 #define SIZEOF_DNS_ANSWER 10 macro
1361 if (pbuf_copy_partial(p, &ans, SIZEOF_DNS_ANSWER, res_idx) != SIZEOF_DNS_ANSWER) { in dns_recv()
1364 if (res_idx + SIZEOF_DNS_ANSWER > 0xFFFF) { in dns_recv()
1367 res_idx = (u16_t)(res_idx + SIZEOF_DNS_ANSWER); in dns_recv()