Searched refs:SIZEOF_DNS_ANSWER (Results 1 – 1 of 1) sorted by relevance
212 #define SIZEOF_DNS_ANSWER 10 macro1388 if (pbuf_copy_partial(p, &ans, SIZEOF_DNS_ANSWER, res_idx) != SIZEOF_DNS_ANSWER) { in dns_recv()1391 if (res_idx + SIZEOF_DNS_ANSWER > 0xFFFF) { in dns_recv()1394 res_idx = (u16_t)(res_idx + SIZEOF_DNS_ANSWER); in dns_recv()