Searched defs:nsType (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Connectivity/staticlibs/framework/com/android/net/module/util/ |
D | DnsPacket.java | 264 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()
|
D | DnsSvcbPacket.java | 53 final int nsType = mRecords[QDSECTION].get(0).nsType; in DnsSvcbPacket() local
|
/packages/modules/Connectivity/framework/src/android/net/ |
D | DnsResolver.java | 237 @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
|
D | NetworkUtils.java | 133 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/ |
D | SrvDnsResolver.java | 154 final int nsType = ansSec.nsType; in parseSrvRecords() local 181 int nsType = ansSec.nsType; in parseIpAddresses() local
|
D | NaptrDnsResolver.java | 193 final int nsType = ansSec.nsType; in parseNaptrRecords() local
|