Searched refs:resNetworkQuery (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Connectivity/framework/src/android/net/ |
D | DnsResolver.java | 21 import static android.net.NetworkUtils.resNetworkQuery; 238 queryfd = resNetworkQuery((network != null) in rawQuery() 369 v6fd = resNetworkQuery(queryNetwork.getNetIdForResolv(), domain, CLASS_IN, in query() 387 v4fd = resNetworkQuery(queryNetwork.getNetIdForResolv(), domain, CLASS_IN, TYPE_A, in query() 447 queryfd = resNetworkQuery(queryNetwork.getNetIdForResolv(), domain, CLASS_IN, nsType, in query()
|
D | NetworkUtils.java | 132 private static native FileDescriptor resNetworkQuery( in resNetworkQuery() method in NetworkUtils 142 public static FileDescriptor resNetworkQuery( in resNetworkQuery() method in NetworkUtils 144 return resNetworkQuery(new Network(netId).getNetworkHandle(), dname, nsClass, nsType, in resNetworkQuery()
|
/packages/modules/DnsResolver/tests/ |
D | resolv_integration_test.cpp | 2295 int fd1 = resNetworkQuery(TEST_NETID, "howdy.example.com", ns_c_in, ns_t_a, 0); in TEST_F() 2296 int fd2 = resNetworkQuery(TEST_NETID, "howdy.example.com", ns_c_in, ns_t_aaaa, 0); in TEST_F() 2313 fd1 = resNetworkQuery(TEST_NETID, "howdy.example.com", ns_c_in, ns_t_a, 0); in TEST_F() 2314 fd2 = resNetworkQuery(TEST_NETID, "howdy.example.com", ns_c_in, ns_t_aaaa, 0); in TEST_F() 2358 td.fd = resNetworkQuery(TEST_NETID, td.dname, ns_c_in, td.queryType, 0); in TEST_F() 2393 fd1 = resNetworkQuery(TEST_NETID, "howdy.example.com", ns_c_in, ns_t_aaaa, 0); in TEST_F() 2400 int fd2 = resNetworkQuery(TEST_NETID, "howdy.example.com", ns_c_in, ns_t_a, 0); in TEST_F() 2403 int fd3 = resNetworkQuery(TEST_NETID, "howdy.example.com", ns_c_in, ns_t_a, 0); in TEST_F() 2420 int fd4 = resNetworkQuery(TEST_NETID, "howdy.example.com", ns_c_in, ns_t_a, 0); in TEST_F() 2519 int fd1 = resNetworkQuery(TEST_NETID, "howdy.example.com", ns_c_in, ns_t_a, in TEST_F() [all …]
|