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

  /src/external/mpl/dhcp/bind/dist/lib/dns/
validator.c 449 if (result != DNS_R_WAIT) {
549 if (result != DNS_R_WAIT) {
561 if (result != DNS_R_WAIT) {
579 if (result != DNS_R_WAIT) {
602 if (result != DNS_R_WAIT) {
685 if (result != DNS_R_WAIT) {
758 if (result != DNS_R_WAIT) {
812 if (result != DNS_R_WAIT) {
874 if (result != DNS_R_WAIT) {
930 if (result != DNS_R_WAIT) {
    [all...]
resolver.c 4018 result = DNS_R_WAIT;
4338 if (result == DNS_R_WAIT) {
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
result.h 95 #define DNS_R_WAIT (ISC_RESULTCLASS_DNS + 53)
  /src/external/mpl/bind/dist/lib/isc/include/isc/
result.h 154 DNS_R_WAIT,
  /src/external/mpl/bind/dist/lib/isc/
result.c 154 [DNS_R_WAIT] = "wait",
410 [DNS_R_WAIT] = "DNS_R_WAIT",
  /src/external/mpl/bind/dist/lib/dns/
validator.c 699 result = DNS_R_WAIT;
765 result = DNS_R_WAIT;
1269 return DNS_R_WAIT;
1311 return DNS_R_WAIT;
1637 * \li DNS_R_WAIT Validation has started but is waiting
1684 INSIST(result == DNS_R_WAIT);
1823 case DNS_R_WAIT:
1934 if (result != ISC_R_SUCCESS && result != DNS_R_WAIT) {
1960 return DNS_R_WAIT;
1967 return DNS_R_WAIT;
    [all...]
resolver.c 2913 return DNS_R_WAIT;
2974 case DNS_R_WAIT:
3736 result = DNS_R_WAIT;
4117 case DNS_R_WAIT:
7759 INSIST(result == DNS_R_WAIT);
message.c 3231 return DNS_R_WAIT;
  /src/external/mpl/bind/dist/lib/ns/
client.c 1759 if (result == DNS_R_WAIT) {
1761 return DNS_R_WAIT;
1765 * matchingview() returning anything other than DNS_R_WAIT means it's
2129 if (result == DNS_R_WAIT) {
query.c 4389 "RPZ servfail-until-ready", DNS_R_WAIT);
  /src/external/mpl/bind/dist/bin/named/
server.c 10417 INSIST(result == DNS_R_WAIT);
10510 return DNS_R_WAIT;
10517 INSIST(result == DNS_R_WAIT);
10519 return DNS_R_WAIT;

Completed in 64 milliseconds