Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dopt.h818 #ifndef DNS_MSG_SIZE
819 #define DNS_MSG_SIZE 512 macro
/external/syslinux/core/lwip/src/core/
Ddns.c224 static u8_t dns_payload_buffer[LWIP_MEM_ALIGN_BUFFER(DNS_MSG_SIZE)];
753 if (p->tot_len > DNS_MSG_SIZE) { in dns_recv()