Home
last modified time | relevance | path

Searched refs:fallback_depth (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/lib/libc/net/
H A Dnsdispatch.c147 int fallback_depth; member
661 if (st->dispatch_depth > st->fallback_depth) { in _nsdispatch()
730 saved_depth = st->fallback_depth; in _nsdispatch()
731 st->fallback_depth = st->dispatch_depth + 1; in _nsdispatch()
736 st->fallback_depth = saved_depth; in _nsdispatch()