Home
last modified time | relevance | path

Searched refs:qtype (Results 1 – 7 of 7) sorted by relevance

/hardware/google/apf/v7/
Dapf_dns.h101 int qtype; in FUNC() local
104 qtype = (int)read_be16(udp + ofs); in FUNC()
108 if (qtype == 0xFF /* QTYPE_ANY */ || qtype == question_type) return match; in FUNC()
Dapf_interpreter.c488 int qtype; in FUNC() local
491 qtype = (int)read_be16(udp + ofs); in FUNC()
495 if (qtype == 0xFF /* QTYPE_ANY */ || qtype == question_type) return match; in FUNC()
979 int qtype = -1; in do_apf_run() local
981 qtype = DECODE_U8(); /* 3rd imm, at worst 9 bytes past prog_len */ in do_apf_run()
989 qtype); in do_apf_run()
Dapf_interpreter_source.c433 int qtype = -1; in do_apf_run() local
435 qtype = DECODE_U8(); // 3rd imm, at worst 9 bytes past prog_len in do_apf_run()
443 qtype); in do_apf_run()
/hardware/google/apf/
Dapf_dns.h101 int qtype; in FUNC() local
104 qtype = (int)read_be16(udp + ofs); in FUNC()
108 if (qtype == 0xFF /* QTYPE_ANY */ || qtype == question_type) return match; in FUNC()
Ddisassembler.c327 int qtype = -1; in apf_disassemble() local
331 qtype = DECODE_IMM(1); in apf_disassemble()
335 qtype = DECODE_IMM(1); in apf_disassemble()
353 bprintf("%d, ", qtype); in apf_disassemble()
/hardware/google/apf/v6/
Dapf_interpreter.c486 int qtype; in FUNC() local
489 qtype = (int)read_be16(udp + ofs); in FUNC()
493 if (qtype == 0xFF /* QTYPE_ANY */ || qtype == question_type) return match; in FUNC()
969 int qtype = -1; in do_apf_run() local
971 qtype = DECODE_U8(); /* 3rd imm, at worst 9 bytes past prog_len */ in do_apf_run()
979 qtype); in do_apf_run()
/hardware/google/apf/devtools/
Dapf_interpreter.c488 int qtype; in FUNC() local
491 qtype = (int)read_be16(udp + ofs); in FUNC()
495 if (qtype == 0xFF /* QTYPE_ANY */ || qtype == question_type) return match; in FUNC()
979 int qtype = -1; in do_apf_run() local
981 qtype = DECODE_U8(); /* 3rd imm, at worst 9 bytes past prog_len */ in do_apf_run()
989 qtype); in do_apf_run()