Searched refs:SIZEOF_DNS_QUERY (Results 1 – 1 of 1) sorted by relevance
153 #define SIZEOF_DNS_QUERY 4 macro582 SIZEOF_DNS_QUERY, PBUF_RAM); in dns_send()612 SMEMCPY(query, &qry, SIZEOF_DNS_QUERY); in dns_send()615 pbuf_realloc(p, (u16_t)((query + SIZEOF_DNS_QUERY) - ((char*)(p->payload)))); in dns_send()760 if (p->tot_len < (SIZEOF_DNS_HDR + SIZEOF_DNS_QUERY + SIZEOF_DNS_ANSWER)) { in dns_recv()800 …stname = (char *) dns_parse_name((unsigned char *)dns_payload + SIZEOF_DNS_HDR) + SIZEOF_DNS_QUERY; in dns_recv()