HomeSort by relevance Sort by last modified time
    Searched refs:udpsz (Results 1 - 2 of 2) sorted by null

  /external/dnsmasq/src/
forward.c 405 unsigned short udpsz; local
408 GETSHORT(udpsz, sizep);
409 if (udpsz > daemon->edns_pktsz)
    [all...]
rfc1035.c 1152 unsigned short udpsz, ext_rcode, flags; local
1155 GETSHORT(udpsz, pheader);
1165 if (!is_sign && (udpsz > daemon->edns_pktsz))
    [all...]

Completed in 1189 milliseconds