Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/
Dres_send.cpp150 uint8_t* ans, int anssiz, int* terrno, size_t ns, time_t* at, int* rcode,
153 uint8_t* ans, int anssiz, int* terrno, size_t* ns, int* v_circuit,
414 static bool isNetworkRestricted(int terrno) { in isNetworkRestricted() argument
420 return (terrno == EPERM); in isNetworkRestricted()
522 int terrno = ETIME; in res_nsend() local
545 terrno = ETIME; in res_nsend()
549 resplen = send_vc(statp, &params, buf, buflen, ans, anssiz, &terrno, ns, in res_nsend()
558 LOG(INFO) << __func__ << ": used send_vc " << resplen << " terrno: " << terrno; in res_nsend()
561 resplen = send_dg(statp, &params, buf, buflen, ans, anssiz, &terrno, &actualNs, in res_nsend()
565 LOG(INFO) << __func__ << ": used send_dg " << resplen << " terrno: " << terrno; in res_nsend()
[all …]