Searched refs:terrno (Results 1 – 1 of 1) sorted by relevance
/packages/modules/DnsResolver/ |
D | res_send.cpp | 147 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, ¶ms, 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, ¶ms, buf, buflen, ans, anssiz, &terrno, &actualNs, in res_nsend() 562 LOG(INFO) << __func__ << ": used send_dg " << resplen << " terrno: " << terrno; in res_nsend() [all …]
|