Home
last modified time | relevance | path

Searched defs:DNS_FETCHOPT_NOCACHED (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/
H A Dresolver.h106 DNS_FETCHOPT_NOCACHED = 1 << 10, /*%< Force cache update. */ global() enumerator
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Dresolver.h112 #define DNS_FETCHOPT_NOCACHED 0x00008000 /*%< Force cache update. */ macro