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

  /bionic/libc/dns/include/
resolv_cache.h 43 RESOLV_CACHE_UNSUPPORTED, /* the cache can't handle that kind of queries */
  /bionic/libc/dns/resolv/
res_cache.c 94 * if the function returns RESOLV_CACHE_UNSUPPORTED, the client should
97 * note that RESOLV_CACHE_UNSUPPORTED is also returned if the answer buffer
    [all...]
res_send.c 366 ResolvCacheStatus cache_status = RESOLV_CACHE_UNSUPPORTED;
385 } else if (cache_status != RESOLV_CACHE_UNSUPPORTED) {
    [all...]

Completed in 202 milliseconds