Home
last modified time | relevance | path

Searched defs:rcode (Results 1 – 15 of 15) sorted by relevance

/packages/modules/DnsResolver/
DDnsStats.cpp41 std::string rcodeToName(int rcode) { in rcodeToName()
110 const int rcode = record.rcode; in updateStatsData() local
DDnsStatsTest.cpp35 DnsQueryEvent makeDnsQueryEvent(const Protocol protocol, const NsRcode rcode, in makeDnsQueryEvent()
353 const NsRcode rcode = static_cast<NsRcode>(rcodes[i % rcodeNum]); in TEST_F() local
366 for (const auto& rcode : rcodes) { in TEST_F() local
Dstats.h32 uint8_t rcode; // the DNS rcode or RCODE_XXX defined above member
Dres_debug.cpp244 uint32_t opcode, rcode, id; in res_pquery() local
478 const char* p_rcode(int rcode) { in p_rcode()
DDnsStats.h70 int rcode; member
Dres_send.cpp423 int res_nsend(res_state statp, const uint8_t* buf, int buflen, uint8_t* ans, int anssiz, int* rcode, in res_nsend()
650 uint8_t* ans, int anssiz, int* terrno, size_t ns, time_t* at, int* rcode, in send_vc()
993 int* gotsomewhere, time_t* at, int* rcode, int* delay) { in send_dg()
1198 static int res_tls_send(res_state statp, const Slice query, const Slice answer, int* rcode, in res_tls_send()
1287 uint8_t* ans, int ansLen, int* rcode, uint32_t flags, in resolv_res_nsend()
Dres_query.cpp112 int rcode = NOERROR; in res_nquery() local
Dres_stats.cpp35 void res_stats_set_sample(res_sample* sample, time_t now, int rcode, int rtt) { in res_stats_set_sample()
Dgetaddrinfo.cpp1583 int getHerrnoFromRcode(int rcode) { in getHerrnoFromRcode()
1606 int rcode; member
1647 int rcode = NOERROR; in doQuery() local
1690 int rcode = 0; in res_queryN_parallel() local
1733 int rcode; in res_queryN() local
DDnsProxyListener.cpp235 int rcodeToAiError(int rcode) { in rcodeToAiError()
246 int resNSendToAiError(int err, int rcode) { in resNSendToAiError()
940 int rcode = ns_r_noerror; in run() local
Dresolv_unit_test.cpp620 ns_rcode rcode; in TEST_F() member
1290 ns_rcode rcode; in TEST_F() member
Dstats.proto350 optional NsRcode rcode = 1; field
/packages/modules/DnsResolver/tests/
Dresolv_integration_test.cpp1944 int getAsyncResponse(int fd, int* rcode, uint8_t* buf, int bufLen) { in getAsyncResponse()
2005 int rcode = -1; in expectAnswersValid() local
2014 int rcode = -1; in expectAnswersNotValid() local
2042 int rcode; in TEST_F() local
2106 int rcode; in TEST_F() local
2148 int rcode; in TEST_F() local
2223 int rcode; in TEST_F() local
2509 int rcode; in TEST_F() local
4012 int rcode; in TEST_F() local
4044 int rcode; in TEST_F() local
/packages/modules/DnsResolver/tests/dns_responder/
Ddns_responder.h88 uint8_t rcode; member
Ddns_responder.cpp874 bool DNSResponder::makeErrorResponse(DNSHeader* header, ns_rcode rcode, char* response, in makeErrorResponse()