HomeSort by: relevance | last modified time | path
    Searched refs:DEFAULT_RECURSION_DEPTH (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/dns/
resolver.c 184 #ifndef DEFAULT_RECURSION_DEPTH
185 #define DEFAULT_RECURSION_DEPTH 7
186 #endif /* ifndef DEFAULT_RECURSION_DEPTH */
10620 res->maxdepth = DEFAULT_RECURSION_DEPTH;
  /src/external/mpl/bind/dist/lib/dns/
resolver.c 226 #ifndef DEFAULT_RECURSION_DEPTH
227 #define DEFAULT_RECURSION_DEPTH 7
228 #endif /* ifndef DEFAULT_RECURSION_DEPTH */
10342 .maxdepth = DEFAULT_RECURSION_DEPTH,

Completed in 44 milliseconds