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

/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/
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>
57 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,
/illumos-gate/usr/src/lib/libdns_sd/common/
H A Ddnssd_clientstub.c120 typedef struct _DNSRecordRef_t DNSRecord; typedef in typeref:struct:_DNSRecordRef_t
157 DNSRecord *rec;
167 DNSRecord *recnext;
396 DNSRecord *rec = sdRef->rec;
399 DNSRecord *next = rec->recnext;
898 DNSRecord *rec;
899 DNSRecord *recnext;
1859 DNSRecord **p;
1910 rref = malloc(sizeof(DNSRecord));
1946 DNSRecord **
[all...]

Completed in 103 milliseconds