Home
last modified time | relevance | path

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

/external/libwebsockets/lib/system/async-dns/
Dprivate-lib-async-dns.h28 #define DNS_PACKET_LEN 1400 /* Buffer size for DNS packet */ macro
Dasync-dns.c145 uint8_t pkt[LWS_PRE + DNS_PACKET_LEN], *e = &pkt[sizeof(pkt)], *p, *pl; in lws_async_dns_writeable()