Searched refs:DNSServiceAddRecord (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libdns_sd/common/
H A Ddns_sd.h428 * added to the service via DNSServiceAddRecord(), the DNSRecordRef created by the Add() call
670 /* DNSServiceAddRecord()
677 * Note that the DNSServiceAddRecord/UpdateRecord/RemoveRecord are *NOT* thread-safe
707 DNSServiceErrorType DNSSD_API DNSServiceAddRecord
723 * - A record added to a registered service via DNSServiceAddRecord()
732 * RecordRef: A DNSRecordRef initialized by DNSServiceAddRecord, or NULL to update the
760 * Remove a record previously added to a service record set via DNSServiceAddRecord(), or deregister
766 * record being removed was registered via DNSServiceAddRecord()) or by
770 * recordRef: A DNSRecordRef initialized by a successful call to DNSServiceAddRecord()
H A Ddnssd_clientstub.c1102 DNSServiceErrorType DNSSD_API DNSServiceAddRecord function
1153 //DNSRecordRef returned by DNSServiceRegisterRecord or DNSServiceAddRecord
/osnet-11/usr/src/lib/libdns_sd/java/common/
H A DJNISupport.c616 err = DNSServiceAddRecord( pContext->ServiceRef, &recRef, flags, rrType, numBytes, pBytes, ttl);

Completed in 51 milliseconds