Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Dforward.c405 unsigned short udpsz; in process_reply() local
408 GETSHORT(udpsz, sizep); in process_reply()
409 if (udpsz > daemon->edns_pktsz) in process_reply()
Drfc1035.c1157 unsigned short udpsz, ext_rcode, flags; in answer_request() local
1160 GETSHORT(udpsz, pheader); in answer_request()
1170 if (!is_sign && (udpsz > daemon->edns_pktsz)) in answer_request()