Searched refs:SIZEOF_DNS_ANSWER (Results 1 – 1 of 1) sorted by relevance
212 #define SIZEOF_DNS_ANSWER 10 macro1361 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()