Home
last modified time | relevance | path

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

/system/netd/tests/
Ddns_responder.cpp363 struct DNSHeader { struct
364 unsigned id;
365 bool ra;
366 uint8_t rcode;
367 bool qr;
368 uint8_t opcode;
369 bool aa;
370 bool tr;
371 bool rd;
372 std::vector<DNSQuestion> questions;
[all …]