Searched defs:resplen (Results  1 – 4 of 4) sorted by relevance
| /packages/modules/DnsResolver/ | 
| D | res_send.cpp | 473         int resplen = 0;  in res_nsend()  local 515         int resplen =  in res_nsend()  local 591             int resplen;  in res_nsend()  local 845     uint16_t resplen = ntohs(*reinterpret_cast<const uint16_t*>(ans.data()));  in send_vc()  local 1144             int resplen =  in send_dg()  local 1232     int resplen = recvfrom(fd, ans.data(), ans.size(), 0, (sockaddr*)(void*)&from, &fromlen);  in send_mdns()  local 1416     int resplen = 0;  in res_tls_send()  local
  | 
| D | DnsTlsDispatcher.cpp | 109                                                   const Slice ans, int* resplen,  in query() 176                                                   int* resplen, bool* connectTriggered) {  in query()
  | 
| D | DnsTlsTransport.cpp | 133             const int resplen = recv(fd, buf.data(), buf.size(), 0);  in sendUdpQuery()  local
  | 
| /packages/modules/DnsResolver/tests/ | 
| D | resolv_tls_unit_test.cpp | 663     int resplen = 0;  in TEST_F()  local 686     int resplen = 0;  in TEST_F()  local 739             int resplen = 0;  in TEST_F()  local
  |