xref: /illumos-gate/usr/src/man/man3dns_sd/DNSServiceRefSockFD.3dns_sd (revision a61ed2ce7a86a4d6428f2a83eb4739fae945447e)
te
Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved.
The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
DNSSERVICEREFSOCKFD 3DNS_SD "Aug 20, 2007"
NAME
DNSServiceRefSockFD - access underlying UNIX domain socket descriptor
SYNOPSIS

cc [ flag ... ] file ... -ldns_sd [ library ... ]
#include <dns_sd.h>

DNSServiceRefSockFD(DNSServiceRef *sdRef);
DESCRIPTION

Access the underlying UNIX\u\s-2TM\s+2\d domain socket from the initialized DNSServiceRef returned from DNS Service calls. Applications 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. When results are available, applications should call DNSServiceProcessResult(). The application is responsible for processing the data on the socket in a timely fashion. The daemon can terminate its connection with a client that does not clear its socket buffer.

RETURN VALUES

The underlying UNIX domain socket descriptor of the DNSServiceRef or -1 is returned in case of error.

ATTRIBUTES

See attributes(5) for description of the following attributes:

ATTRIBUTE TYPE ATTRIBUTE VALUE
Interface Stability Committed
MT-Level Safe
SEE ALSO

DNSServiceBrowse(3DNS_SD), DNSServiceRegister(3DNS_SD), attributes(5)