1DNSServiceRefDeallocaDtNeS(3SDeNrSv_iScDe)Discovery LibraDrNySSFeurnvcitcieoRnesfDeallocate(3DNS_SD)
2
3
4
6 DNSServiceRefDeallocate - close connection
7
9 cc [ flag ... ] file ... -ldns_sd [ library ... ]
10 #include <dns_sd.h>
11
12 void DNSServiceRefDeallocate (DNSServiceRef sdRef);
13
14
16 The DNSServiceRefDeallocate() call terminates connection to the mDNS
17 daemon. Any services and resource records registered with the DNSSer‐
18 viceRef are de-registered. Any browse or resolve queries initiated
19 using the DNSServiceRef are also terminated.
20
22 See attributes(5) for description of the following attributes:
23
24
25
26
27 ┌─────────────────────────────┬─────────────────────────────┐
28 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
29 ├─────────────────────────────┼─────────────────────────────┤
30 │Interface Stability │Committed │
31 ├─────────────────────────────┼─────────────────────────────┤
32 │MT-Level │Safe │
33 └─────────────────────────────┴─────────────────────────────┘
34
36 DNSServiceBrowse(3DNS_SD), DNSServiceRegister(3DNS_SD), attributes(5)
37
38
39
40SunOS 5.11 20 Aug 2007 DNSServiceRefDeallocate(3DNS_SD)