Home
last modified time | relevance | path

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

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