DNSSERVICEREFDEALLOCATE(3DNS_SD) | DNS Service Discovery Library Functions | DNSSERVICEREFDEALLOCATE(3DNS_SD) |
DNSServiceRefDeallocate - close connection
cc [ flag ... ] file ... -ldns_sd [ library ... ] #include <dns_sd.h> void DNSServiceRefDeallocate (DNSServiceRef sdRef);
The DNSServiceRefDeallocate() call terminates connection to the mDNS daemon. Any services and resource records registered with the DNSServiceRef are de-registered. Any browse or resolve queries initiated using the DNSServiceRef are also terminated.
See attributes(7) for description of the following attributes:
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
Interface Stability | Committed |
MT-Level | Safe |
DNSServiceBrowse(3DNS_SD), DNSServiceRegister(3DNS_SD), attributes(7)
August 20, 2007 | OmniOS |