Home
last modified time | relevance | path

Searched defs:nsType (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Connectivity/staticlibs/framework/com/android/net/module/util/
DDnsPacket.java264 public final int nsType; field in DnsPacket.DnsRecord
325 final int nsType = Short.toUnsignedInt(buf.getShort()); in parse() local
354 final int nsType = (address.getAddress().length == 4) ? TYPE_A : TYPE_AAAA; in makeAOrAAAARecord() local
382 public static DnsRecord makeQuestion(@NonNull String dName, int nsType, int nsClass) { in makeQuestion()
397 private DnsRecord(@NonNull String dName, int nsType, int nsClass) { in DnsRecord()
412 private DnsRecord(@RecordType int rType, @NonNull String dName, int nsType, int nsClass, in DnsRecord()
DDnsSvcbPacket.java53 final int nsType = mRecords[QDSECTION].get(0).nsType; in DnsSvcbPacket() local
/packages/modules/Connectivity/framework/src/android/net/
DDnsResolver.java237 @QueryClass int nsClass, @QueryType int nsType, @QueryFlag int flags, in rawQuery()
444 @QueryType int nsType, @QueryFlag int flags, in query()
570 int nsType = ansSec.nsType; in getAddresses() local
DNetworkUtils.java133 long netHandle, String dname, int nsClass, int nsType, int flags) throws ErrnoException; in resNetworkQuery()
143 int netId, String dname, int nsClass, int nsType, int flags) throws ErrnoException { in resNetworkQuery()
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DSrvDnsResolver.java154 final int nsType = ansSec.nsType; in parseSrvRecords() local
181 int nsType = ansSec.nsType; in parseIpAddresses() local
DNaptrDnsResolver.java193 final int nsType = ansSec.nsType; in parseNaptrRecords() local