Home
last modified time | relevance | path

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

/aosp_15_r20/external/autotest/client/cros/
H A Ddhcp_handling_rule.py187 def handle(self, query_packet): argument
202 def handle_impl(self, query_packet): argument
206 def respond(self, query_packet): argument
294 def handle_impl(self, query_packet): argument
306 def respond(self, query_packet): argument
333 def handle_impl(self, query_packet): argument
344 def respond(self, query_packet): argument
392 def handle_impl(self, query_packet): argument
434 def respond(self, query_packet): argument
482 def handle_impl(self, query_packet): argument
[all …]
/aosp_15_r20/external/cronet/net/dns/
H A Ddns_response_fuzzer.cc94 auto query_packet = base::MakeRefCounted<net::IOBufferWithSize>(query_size); in LLVMFuzzerTestOneInput() local