| /packages/modules/Connectivity/tests/cts/net/native/dns/ | 
| D | NativeDnsAsyncTest.cpp | 38 int getAsyncResponse(int fd, int timeoutMs, int* rcode, uint8_t* buf, size_t bufLen) {  in getAsyncResponse()80     int rcode = -1;  in expectAnswersValid()  local
 97     int rcode = -1;  in expectAnswersNotValid()  local
 
 | 
| /packages/modules/Connectivity/framework/src/android/net/ | 
| D | DnsResolver.java | 142         void onAnswer(@NonNull T answer, int rcode);  in onAnswer()287         public void onAnswer(@NonNull byte[] answer, int rcode) {  in onAnswer()
 469         public final int rcode;  field in DnsResolver.DnsResponse
 470         public DnsResponse(@NonNull byte[] answerbuf, int rcode) {  in DnsResponse()
 
 | 
| /packages/modules/DnsResolver/ | 
| D | res_send.cpp | 439 int res_nsend(ResState* statp, span<const uint8_t> msg, span<uint8_t> ans, int* rcode,  in res_nsend()709                    int* terrno, size_t ns, int* rcode) {  in send_vc()
 1086                    int* terrno, size_t* ns, int* v_circuit, int* gotsomewhere, int* rcode) {  in send_dg()
 1208                      int* rcode) {  in send_mdns()
 1300 static int res_private_dns_send(ResState* statp, const Slice query, const Slice answer, int* rcode,  in res_private_dns_send()
 1371 ssize_t res_doh_send(ResState* statp, const Slice query, const Slice answer, int* rcode) {  in res_doh_send()
 1409                  const Slice answer, int* rcode, PrivateDnsMode mode) {  in res_tls_send()
 1455                      span<uint8_t> ans, int* rcode, uint32_t flags,  in resolv_res_nsend()
 
 | 
| D | stats.h | 32     uint8_t rcode;  // the DNS rcode or RCODE_XXX defined above  member
 | 
| D | res_debug.cpp | 256     uint32_t opcode, rcode, id;  in res_pquery()  local490 const char* p_rcode(int rcode) {  in p_rcode()
 
 | 
| D | DnsStats.cpp | 40 std::string rcodeToName(int rcode) {  in rcodeToName()125     const int rcode = record.rcode;  in updateStatsData()  local
 
 | 
| D | DnsStatsTest.cpp | 48 DnsQueryEvent makeDnsQueryEvent(const Protocol protocol, const NsRcode rcode,  in makeDnsQueryEvent()418         const NsRcode rcode = static_cast<NsRcode>(rcodes[i % rcodeNum]);  in TEST_F()  local
 436     for (const auto& rcode : rcodes) {  in TEST_F()  local
 
 | 
| D | DnsStats.h | 71         int rcode = 0;        // NS_R_NO_ERROR  member
 | 
| D | res_query.cpp | 111     int rcode = NOERROR;  in res_nquery()  local
 | 
| D | res_stats.cpp | 35 void res_stats_set_sample(res_sample* sample, time_t now, int rcode, int rtt) {  in res_stats_set_sample()
 | 
| D | getaddrinfo.cpp | 1576 int getHerrnoFromRcode(int rcode) {  in getHerrnoFromRcode()1599     int rcode;  member
 1641     int rcode = NOERROR;  in doQuery()  local
 1688     int rcode = 0;  in res_queryN_parallel()  local
 
 | 
| D | DnsProxyListener.cpp | 230 int rcodeToAiError(int rcode) {  in rcodeToAiError()241 int resNSendToAiError(int err, int rcode) {  in resNSendToAiError()
 1056     int rcode = ns_r_noerror;  in run()  local
 
 | 
| D | stats.proto | 352     optional NsRcode rcode = 1;  field
 | 
| /packages/modules/Connectivity/tests/cts/net/jni/ | 
| D | NativeMultinetworkJni.cpp | 88 int getAsyncResponse(JNIEnv* env, int fd, int timeoutMs, int* rcode, uint8_t* buf, size_t bufLen) {  in getAsyncResponse()144     int rcode = -1;  in expectAnswersValid()  local
 160     int rcode = -1;  in expectAnswersNotValid()  local
 
 | 
| /packages/services/Iwlan/src/com/google/android/iwlan/epdg/ | 
| D | NaptrDnsResolver.java | 247         public void onAnswer(@NonNull byte[] answer, int rcode) {  in onAnswer()
 | 
| D | SrvDnsResolver.java | 317         public void onAnswer(@NonNull byte[] answer, int rcode) {  in onAnswer()
 | 
| /packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ | 
| D | DnsResolverTest.java | 256         public void onAnswer(@NonNull byte[] answer, int rcode) {  in onAnswer()591         public void onAnswer(@NonNull List<InetAddress> answerList, int rcode) {  in onAnswer()
 
 | 
| /packages/modules/Connectivity/framework/jni/ | 
| D | android_net_NetworkUtils.cpp | 160     int rcode;  in android_net_utils_resNetworkResult()  local
 | 
| /packages/modules/DnsResolver/tests/ | 
| D | resolv_private_dns_test.cpp | 90 int getAsyncResponse(int fd, int* rcode, uint8_t* buf, int bufLen) {  in getAsyncResponse()124     int rcode = -1;  in expectAnswersValid()  local
 
 | 
| D | resolv_integration_test.cpp | 2410 int getAsyncResponse(int fd, int* rcode, uint8_t* buf, int bufLen) {  in getAsyncResponse()2465     int rcode = -1;  in expectAnswersValid()  local
 2474     int rcode = -1;  in expectAnswersNotValid()  local
 2502     int rcode;  in TEST_F()  local
 2566         int rcode;  in TEST_F()  local
 2611     int rcode;  in TEST_F()  local
 2687     int rcode;  in TEST_F()  local
 2977     int rcode;  in TEST_F()  local
 4472     int rcode;  in TEST_F()  local
 4563     int rcode;  in TEST_F()  local
 
 | 
| D | resolv_unit_test.cpp | 625         ns_rcode rcode;  in TEST_F()  member1523         ns_rcode rcode;  in TEST_F()  member
 
 | 
| /packages/modules/DnsResolver/tests/dns_responder/ | 
| D | dns_responder.h | 88     uint8_t rcode;  member
 | 
| D | dns_responder.cpp | 906 bool DNSResponder::makeErrorResponse(DNSHeader* header, ns_rcode rcode, char* response,  in makeErrorResponse()
 | 
| /packages/modules/Connectivity/service/src/com/android/server/connectivity/ | 
| D | NetworkDiagnostics.java | 626         protected String responseCodeStr(int rcode) {  in responseCodeStr()
 |