Home
last modified time | relevance | path

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

/dports/dns/dnscrypt-wrapper/dnscrypt-wrapper-0.4.2/
H A Ddnscrypt.h26 # define DNS_MAX_PACKET_SIZE_UDP DNS_MAX_PACKET_SIZE_UDP_RECV macro
28 # define DNS_MAX_PACKET_SIZE_UDP DNS_MAX_PACKET_SIZE_UDP_SEND macro
H A Dudp_request.c263 const size_t sizeof_dns_query = DNS_MAX_PACKET_SIZE_UDP; in client_to_proxy_cb()
434 const size_t sizeof_dns_reply = DNS_MAX_PACKET_SIZE_UDP; in resolver_to_proxy_cb()
480 size_t max_reply_size = DNS_MAX_PACKET_SIZE_UDP; in resolver_to_proxy_cb()