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

  /external/chromium_org/net/dns/
dns_protocol.h 136 static const uint16 kFlagTC = 0x200;
dns_transaction_unittest.cc 885 dns_protocol::kRcodeNOERROR | dns_protocol::kFlagTC);
896 dns_protocol::kRcodeNOERROR | dns_protocol::kFlagTC);
906 dns_protocol::kRcodeNOERROR | dns_protocol::kFlagTC);
    [all...]
dns_transaction.cc 265 if (response_->flags() & dns_protocol::kFlagTC)
498 if (response_->flags() & dns_protocol::kFlagTC)

Completed in 82 milliseconds