Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/
Dres_send.cpp147 uint8_t* ans, int anssiz, int* terrno, size_t ns, time_t* at, int* rcode,
150 uint8_t* ans, int anssiz, int* terrno, size_t* ns, int* v_circuit,
411 static bool isNetworkRestricted(int terrno) { in isNetworkRestricted() argument
417 return (terrno == EPERM); in isNetworkRestricted()
519 int terrno = ETIME; in res_nsend() local
542 terrno = ETIME; in res_nsend()
546 resplen = send_vc(statp, &params, buf, buflen, ans, anssiz, &terrno, ns, in res_nsend()
555 LOG(INFO) << __func__ << ": used send_vc " << resplen << " terrno: " << terrno; in res_nsend()
558 resplen = send_dg(statp, &params, buf, buflen, ans, anssiz, &terrno, &actualNs, in res_nsend()
562 LOG(INFO) << __func__ << ": used send_dg " << resplen << " terrno: " << terrno; in res_nsend()
[all …]