HomeSort by relevance Sort by last modified time
    Searched refs:ns_t_opt (Results 1 - 9 of 9) sorted by null

  /bionic/libc/include/arpa/
nameser.h 329 ns_t_opt = 41, /* EDNS0 option (meta-RR) */ enumerator in enum:__ns_type
358 #define ns_t_mrr_p(t) ((t) == ns_t_tsig || (t) == ns_t_opt)
  /development/ndk/platforms/android-L/include/arpa/
nameser.h 329 ns_t_opt = 41, /* EDNS0 option (meta-RR) */ enumerator in enum:__ns_type
358 #define ns_t_mrr_p(t) ((t) == ns_t_tsig || (t) == ns_t_opt)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/arpa/
nameser.h 294 ns_t_opt = 41, /*%< EDNS0 option (meta-RR) */ enumerator in enum:__ns_type
311 #define ns_t_mrr_p(t) ((t) == ns_t_tsig || (t) == ns_t_opt)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
nameser.h 294 ns_t_opt = 41, /*%< EDNS0 option (meta-RR) */ enumerator in enum:__ns_type
311 #define ns_t_mrr_p(t) ((t) == ns_t_tsig || (t) == ns_t_opt)
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/arpa/
nameser.h 329 ns_t_opt = 41, /* EDNS0 option (meta-RR) */ enumerator in enum:__ns_type
358 #define ns_t_mrr_p(t) ((t) == ns_t_tsig || (t) == ns_t_opt)
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/arpa/
nameser.h 329 ns_t_opt = 41, /* EDNS0 option (meta-RR) */ enumerator in enum:__ns_type
358 #define ns_t_mrr_p(t) ((t) == ns_t_tsig || (t) == ns_t_opt)
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/arpa/
nameser.h 329 ns_t_opt = 41, /* EDNS0 option (meta-RR) */ enumerator in enum:__ns_type
358 #define ns_t_mrr_p(t) ((t) == ns_t_tsig || (t) == ns_t_opt)
  /bionic/libc/dns/resolv/
res_debug.c 200 else if (section == ns_s_ar && ns_rr_type(rr) == ns_t_opt) {
511 {ns_t_opt, "OPT", "opt"},
537 {ns_t_opt, "OPT", "EDNS Options"},
    [all...]
  /bionic/libc/dns/nameser/
ns_print.c 712 case ns_t_opt: {

Completed in 433 milliseconds