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

  /bionic/libc/private/
arpa_nameser.h 147 #define ns_rr_ttl(rr) ((u_long)(rr).ttl + 0) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser.h 152 #define ns_rr_ttl(rr) ((rr).ttl + 0) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser.h 152 #define ns_rr_ttl(rr) ((rr).ttl + 0) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser.h 152 #define ns_rr_ttl(rr) ((rr).ttl + 0) macro
  /bionic/libc/netbsd/resolv/
res_cache.c 1036 u_long ttl, rec_result = ns_rr_ttl(rr);
1097 ttl = ns_rr_ttl(rr);
    [all...]
res_debug.c 203 u_int32_t ttl = ns_rr_ttl(rr);
  /bionic/libc/netbsd/nameser/
ns_print.c 100 ns_rr_ttl(*rr), ns_rr_rdata(*rr), ns_rr_rdlen(*rr),

Completed in 463 milliseconds