Home
last modified time | relevance | path

Searched defs:has_ttl (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_packet_reader.cc82 bool has_ttl = result.packet_info.HasValue(QuicUdpPacketInfoBit::TTL); in ReadAndDispatchPackets() local
/aosp_15_r20/external/cronet/net/dns/
H A Dhost_cache.h241 bool has_ttl() const { return ttl_ >= base::TimeDelta(); } in has_ttl() function