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

  /src/external/bsd/ntp/dist/libntp/
ntp_intres.c 208 static int should_retry_dns(int, int);
516 again = noerr || should_retry_dns(
838 again = should_retry_dns(gni_resp->retcode, gni_resp->gni_errno);
1085 * should_retry_dns is a helper used by getaddrinfo_sometime_complete
1090 should_retry_dns( function
ntp_intres.c 208 static int should_retry_dns(int, int);
516 again = noerr || should_retry_dns(
838 again = should_retry_dns(gni_resp->retcode, gni_resp->gni_errno);
1085 * should_retry_dns is a helper used by getaddrinfo_sometime_complete
1090 should_retry_dns( function

Completed in 57 milliseconds