Home
last modified time | relevance | path

Searched refs:AppleDNSRecord (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DDNSSD.java768 class AppleDNSRecord implements DNSRecord class
770 public AppleDNSRecord( AppleService owner) in AppleDNSRecord() method in AppleDNSRecord
817 AppleDNSRecord newRecord = new AppleDNSRecord( this); in addRecord()
826 return new AppleDNSRecord( this); // A record with ref 0 is understood to be primary TXT record in getTXTRecord()
834 …protected native int AddRecord( int flags, int rrType, byte[] rData, int ttl, AppleDNSRecord destO… in AddRecord()
852 AppleDNSRecord newRecord = new AppleDNSRecord( this); in registerRecord()
863 int rrclass, byte[] rdata, int ttl, AppleDNSRecord destObj); in RegisterRecord()
/titanic_44/
H A D.gitignore3513 usr/src/lib/libdns_sd/java/com/apple/dnssd/AppleDNSRecord.class