Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/
Dres_mkquery.cpp227 uint16_t padlen = (kEdns0Padding - extra) % kEdns0Padding; in res_nopt() local
231 padlen = std::min(padlen, static_cast<uint16_t>(buf.size() - minlen)); in res_nopt()
232 *reinterpret_cast<uint16_t*>(cp) = htons(padlen + 2 * INT16SZ); /* RDLEN */ in res_nopt()
236 *reinterpret_cast<uint16_t*>(cp) = htons(padlen); /* OPTION-LENGTH */ in res_nopt()
238 memset(cp, 0, padlen); in res_nopt()
239 cp += padlen; in res_nopt()