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

  /bionic/libc/private/
arpa_nameser.h 145 #define ns_rr_type(rr) ((ns_type)((rr).type + 0)) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser.h 150 #define ns_rr_type(rr) ((ns_type)((rr).type + 0)) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser.h 150 #define ns_rr_type(rr) ((ns_type)((rr).type + 0)) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser.h 150 #define ns_rr_type(rr) ((ns_type)((rr).type + 0)) macro
  /bionic/libc/netbsd/resolv/
res_debug.c 200 p_type(ns_rr_type(rr)),
202 else if (section == ns_s_ar && ns_rr_type(rr) == ns_t_opt) {
  /bionic/libc/netbsd/nameser/
ns_print.c 99 ns_rr_name(*rr), ns_rr_class(*rr), ns_rr_type(*rr),

Completed in 48 milliseconds