Home
last modified time | relevance | path

Searched defs:answer_count (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/tools/netsim/rust/http-proxy/src/
H A Ddns.rs199 answer_count: usize, field
282 let answer_count = cursor.read_u16()? as usize; in parse() localVariable
/aosp_15_r20/external/openscreen/discovery/mdns/public/
H A Dmdns_constants.h145 uint16_t answer_count; member
/aosp_15_r20/external/cronet/net/dns/
H A Ddns_response.cc534 unsigned DnsResponse::answer_count() const { in answer_count() function in net::DnsResponse
H A Dmdns_client_impl.cc289 unsigned answer_count = response->answer_count() + in HandlePacket() local