Home
last modified time | relevance | path

Searched defs:rdLen (Results 1 – 7 of 7) sorted by relevance

/dports/dns/dnsdist/dnsdist-1.6.1/
H A Dpacketcache.hh61 …const uint16_t rdLen = ((static_cast<uint16_t>(packet.at(pos)) * 256) + static_cast<uint16_t>(pack… in hashAfterQname() local
201 …const uint16_t rdLen = ((static_cast<unsigned char>(query.at(pos)) * 256) + static_cast<unsigned c… in queryMatches() local
H A Dednsoptions.cc55 const uint16_t rdLen = (((unsigned char) optRR[pos]) * 256) + ((unsigned char) optRR[pos+1]); in getEDNSOption() local
102 const uint16_t rdLen = (((unsigned char) optRR[pos]) * 256) + ((unsigned char) optRR[pos+1]); in getEDNSOptions() local
H A Ddnsdist-ecs.cc697 uint16_t rdLen = (0x100*p[0] + p[1]); in removeEDNSOptionFromOPT() local
719 …uint16_t rdLen = (0x100*static_cast<unsigned char>(packet.at(p)) + static_cast<unsigned char>(pack… in isEDNSOptionInOpt() local
833 uint16_t rdLen = blob.length(); in rewriteResponseWithoutEDNSOption() local
/dports/dns/powerdns/pdns-4.5.2/pdns/
H A Dednsoptions.cc55 const uint16_t rdLen = (((unsigned char) optRR[pos]) * 256) + ((unsigned char) optRR[pos+1]); in getEDNSOption() local
102 const uint16_t rdLen = (((unsigned char) optRR[pos]) * 256) + ((unsigned char) optRR[pos+1]); in getEDNSOptions() local
H A Dpacketcache.hh61 …const uint16_t rdLen = ((static_cast<uint16_t>(packet.at(pos)) * 256) + static_cast<uint16_t>(pack… in hashAfterQname() local
201 …const uint16_t rdLen = ((static_cast<unsigned char>(query.at(pos)) * 256) + static_cast<unsigned c… in queryMatches() local
H A Ddnsdist-ecs.cc697 uint16_t rdLen = (0x100*p[0] + p[1]); in removeEDNSOptionFromOPT() local
719 …uint16_t rdLen = (0x100*static_cast<unsigned char>(packet.at(p)) + static_cast<unsigned char>(pack… in isEDNSOptionInOpt() local
833 uint16_t rdLen = blob.length(); in rewriteResponseWithoutEDNSOption() local
/dports/benchmarks/polygraph/polygraph-4.13.0/src/dns/
H A DDnsResp.cc96 Field rdLen = is.getUsi(); in parseResp() local