OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
881
dns_protocol::kRcodeNOERROR | dns_protocol::
kFlagTC
);
892
dns_protocol::kRcodeNOERROR | dns_protocol::
kFlagTC
);
902
dns_protocol::kRcodeNOERROR | dns_protocol::
kFlagTC
);
[
all
...]
dns_transaction.cc
265
if (response_->flags() & dns_protocol::
kFlagTC
)
475
if (response_->flags() & dns_protocol::
kFlagTC
)
Completed in 934 milliseconds