Searched refs:DNSRecord (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/Java/
H A DDNSSDRegistration.java30 @return A {@link DNSRecord}.
31 If {@link DNSSDRegistration#stop} is called, the DNSRecord is also
34 DNSRecord getTXTRecord()
53 @return A {@link DNSRecord} that may be passed to updateRecord() or removeRecord().
54 If {@link DNSSDRegistration#stop} is called, the DNSRecord is also
57 DNSRecord addRecord( int flags, int rrType, byte[] rData, int ttl)
H A DRegisterRecordListener.java29 A {@link DNSRecord}.
35 void recordRegistered( DNSRecord record, int flags);
H A DDNSRecord.java29 public interface DNSRecord interface
H A DDNSSDRecordRegistrar.java26 /** Register an independent {@link DNSRecord}.<P>
60 public DNSRecord registerRecord( int flags, int ifIndex, String fullname, int rrtype,
H A DDNSSD.java730 // An AppleDNSRecord is a simple wrapper around a dns_sd DNSRecord.
731 class AppleDNSRecord implements DNSRecord
751 protected long fRecord; // Really a DNSRecord; sizeof(long) == sizeof(void*) ?
777 public DNSRecord addRecord( int flags, int rrType, byte[] rData, int ttl)
786 public DNSRecord getTXTRecord()
811 public DNSRecord registerRecord( int flags, int ifIndex, String fullname, int rrtype,
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A Ddnssd_clientstub.c118 typedef struct _DNSRecordRef_t DNSRecord; typedef in typeref:struct:_DNSRecordRef_t
155 DNSRecord *rec;
165 DNSRecord *recnext;
394 DNSRecord *rec = sdRef->rec;
397 DNSRecord *next = rec->recnext;
870 DNSRecord *rec;
871 DNSRecord *recnext;
1840 DNSRecord **p;
1891 rref = malloc(sizeof(DNSRecord));
1927 DNSRecord **
[all...]
/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/Java/
H A Dmakefile109 $(OBJDIR)\com\apple\dnssd\DNSRecord.class \
/macosx-10.10/mDNSResponder-561.1.1/Clients/Java/
H A DDNSSDUnitTest.java320 public void recordRegistered( DNSRecord record, int flags)

Completed in 419 milliseconds