DNS Service Discovery Library Functions
DNSServiceRefSockFD(3DNS_SD)
NAME
DNSServiceRefSockFD - access underlying UNIX domain socket
descriptorSYNOPSIS
cc [ flag ... ] file ... -ldns_sd [ library ... ]
#include
DNSServiceRefSockFD(DNSServiceRef *sdRef);
DESCRIPTION
Access the underlying UNIXTM domain socket from the initial-
ized DNSServiceRef returned from DNS Service calls. Applica-
tions should only access the underlying UNIX domain socket to poll for results from the mDNS daemon. Applications should not directly read or write to the socket. Whenresults are available, applications should call DNSServi-
ceProcessResult(). The application is responsible for pro-
cessing the data on the socket in a timely fashion. The dae-
mon can terminate its connection with a client that does not clear its socket buffer.RETURN VALUES
The underlying UNIX domain socket descriptor of the DNSSer-
viceRef or -1 is returned in case of error.
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 FunctionsDNSServiceRefSockFD(3DNS_SD)
SunOS 5.11 Last change: 20 Aug 2007 2