Searched refs:kMaxUDPSize (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/net/dns/ | ||
D | dns_protocol.h | 103 static const int kMaxUDPSize = 512; variable |
D | dns_response.cc | 145 : io_buffer_(new IOBufferWithSize(dns_protocol::kMaxUDPSize + 1)) { in DnsResponse() |