DNS Service Discovery Library Functions
DNSServiceRefDeallocate(3DNS_SD)
NAME
DNSServiceRefDeallocate - close connection
SYNOPSIS
cc [ flag ... ] file ... -ldns_sd [ library ... ]
#include
void DNSServiceRefDeallocate (DNSServiceRef sdRef);
DESCRIPTION
The DNSServiceRefDeallocate() call terminates connection to
the mDNS daemon. Any services and resource recordsregistered with the DNSServiceRef are de-registered. Any
browse or resolve queries initiated using the DNSServiceRef are also terminated.ATTRIBUTES
See attributes(5) for description of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| MT-Level | Safe |
|_____________________________|_____________________________|
SEE ALSO
DNSServiceBrowse(3DNS_SD), DNSServiceRegister(3DNS_SD),
attributes(5)SunOS 5.11 Last change: 20 Aug 2007 1
DNS Service Discovery Library FunctionsDNSServiceRefDeallocate(3DNS_SD)
SunOS 5.11 Last change: 20 Aug 2007 2