OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tcp_length
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/net/dns/
dns_transaction_unittest.cc
61
// Adds pre-built DnsResponse. |
tcp_length
| will be used in TCP mode only.
63
uint16
tcp_length
) {
67
*length = base::HostToNet16(
tcp_length
);
81
uint16
tcp_length
= response->io_buffer()->size();
local
82
AddResponseWithLength(response.Pass(), mode,
tcp_length
);
[
all
...]
Completed in 30 milliseconds