Searched defs:valid (Results 1 - 6 of 6) sorted by relevance

/bind-9.11.3/lib/dns/rdata/in_1/
H A Dnsap_22.c25 isc_boolean_t valid = ISC_FALSE; local
58 valid = ISC_TRUE;
64 if (digits != 0 || !valid)
/bind-9.11.3/lib/isc/unix/
H A Difiter_getifaddrs.c40 isc_result_t valid; member in struct:isc_interfaceiter
71 iter->valid = ISC_R_FAILURE;
H A Difiter_ioctl.c74 isc_result_t valid; member in struct:isc_interfaceiter
363 iter->valid = ISC_R_FAILURE;
/bind-9.11.3/lib/samples/
H A Dnsprobe.c108 unsigned long valid; member in struct:lcl_stat
317 stattype = "valid";
318 increment_entry(&server_stat.valid);
319 increment_entry(&local_stat.valid);
324 stattype = "valid";
325 increment_entry(&server_stat.valid);
326 increment_entry(&local_stat.valid);
377 strcmp(stattype, "valid") != 0 &&
436 * We regard the domain as valid if and only if no authoritative server
437 * has a problem and at least one server is known to be valid
[all...]
/bind-9.11.3/lib/isccfg/
H A Dnamedconf.c3901 isc_boolean_t valid = ISC_FALSE; local
3909 valid = ISC_TRUE;
3917 valid = ISC_TRUE;
3920 return (valid);
/bind-9.11.3/lib/dns/
H A Drbtdb.c100 * valid when the RBTDB image is also valid.
2543 * Do we have a valid NSEC/NSEC3 chain?
3224 * search->zonecut_rdataset will still be valid later.
3410 isc_boolean_t valid = ISC_FALSE; local
3420 * Valid glue types are A, AAAA, A6. NS is also a valid glue type
3421 * if it occurs at a zone cut, but is not valid below it.
3460 valid = ISC_TRUE;
3465 return (valid);
4345 * still be valid late
[all...]

Completed in 45 milliseconds