Interface Libraries libdnssd(3LIB)
NAME
libdnssd - DNS service discovery library
SYNOPSIS
cc [ flag ... ] file ... -ldnssd [ library ... ]
#include
DESCRIPTION
The libdnssd library functions provide facilities for
applications to advertise and discover services that use the
DNS protocol.
INTERFACES
The shared object libdnssd.so.1 provides the public inter-
faces defined below. See Intro(3) for additional information
on shared object interfaces.
DNServiceBrowse DNServiceConstructFullName
DNServiceCreateConnection DNServiceEnumerateDomains
DNServiceProcessResult DNServiceQueryRecord
DNServiceReconfirmRecord DNServiceRefDeallocate
DNServiceRefSockFD DNServiceRegister
DNServiceResolve TXTRecordCreate
FILES
/lib/libdnssd.so.1 shared object
/lib/64/libdnssd.so.1 64-bit shared object
ATRIBUTES
See attributes(5) for description of the following attri-
butes:
SunOS 5.11 Last change: 20 Aug 2007 1
Interface Libraries libdnssd(3LIB)
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Committed
MT-Level Safe
SEE ALSO
Intro(3), attributes(5)
SunOS 5.11 Last change: 20 Aug 2007 2
|