HomeSort by relevance Sort by last modified time
    Searched refs:soa (Results 1 - 8 of 8) sorted by null

  /external/smack/src/org/xbill/DNS/
ZoneTransferIn.java 110 * @param soa The starting SOA.
112 public void startIXFRDeletes(Record soa) throws ZoneTransferException;
116 * @param soa The starting SOA.
118 public void startIXFRAdds(Record soa) throws ZoneTransferException;
139 public void startIXFRDeletes(Record soa) {
141 delta.deletes.add(soa);
142 delta.start = getSOASerial(soa);
146 public void startIXFRAdds(Record soa) {
364 Record soa = new SOARecord(zname, dclass, 0, Name.root, local
379 SOARecord soa = (SOARecord) rec; local
    [all...]
Cache.java 87 NegativeElement(Name name, int type, SOARecord soa, int cred,
93 if (soa != null)
94 cttl = soa.getMinimum();
377 * @param soa The SOA record to add to the negative cache entry, or null.
378 * The negative cache ttl is derived from the SOA.
382 addNegative(Name name, int type, SOARecord soa, int cred) {
384 if (soa != null)
385 ttl = soa.getTTL();
395 soa, cred
664 RRset soa = null, ns = null; local
    [all...]
Update.java 31 Record soa = Record.newRecord(zone, Type.SOA, DClass.IN); local
32 addRecord(soa, Section.QUESTION);
  /external/mdnsresponder/mDNSCore/
DNSCommon.c 152 case kDNSType_SOA: return("SOA");
192 rd->soa.mname.c, rd->soa.rname.c,
193 rd->soa.serial, rd->soa.refresh, rd->soa.retry, rd->soa.expire, rd->soa.min);
    [all...]
mDNSEmbeddedAPI.h 853 rdataSOA soa; \/\/ This is large; not included in the normal RDataBody definition member in union:__anon12193
    [all...]
mDNS.c 7115 const rdataSOA *const soa = (const rdataSOA *)m->rec.r.resrec.rdata->u.data; local
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLView.mm     [all...]
  /external/chromium/net/base/
effective_tld_names.cc     [all...]

Completed in 97 milliseconds