Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dnsserviceconstructfullname(3dnssd) [opensolaris man page]

DNSServiceConstructFullName(3DNS_SD)		      DNS Service Discovery Library Functions		      DNSServiceConstructFullName(3DNS_SD)

NAME
DNSServiceConstructFullName - construct full name SYNOPSIS
cc [ flag ... ] file ... -ldns_sd [ library ... ] #include <dns_sd.h> int DNSServiceConstructFullName (char *fullname, const char *service, const char *regtype, const char *domain); DESCRIPTION
The DNSServiceConstructFullName() concatenates a three-part domain name that consists of a service name, service type, and domain name into a fully escaped full domain name. ATTRIBUTES
See attributes(5) for description of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Committed | +-----------------------------+-----------------------------+ |MT-Level |Safe | +-----------------------------+-----------------------------+ SEE ALSO
attributes(5) SunOS 5.11 20 Aug 2007 DNSServiceConstructFullName(3DNS_SD)

Check Out this Related Man Page

libdns_sd(3LIB) 						Interface Libraries						   libdns_sd(3LIB)

NAME
libdns_sd - DNS service discovery library SYNOPSIS
cc [ flag ... ] file ... -ldns_sd [ library ... ] #include <dns_sd.h> DESCRIPTION
The libdns_sd library functions provide facilities for applications to advertise and discover services that use the DNS protocol. INTERFACES
The shared object libdns_sd.so.1 provides the public interfaces defined below. See Intro(3) for additional information on shared object interfaces. DNSServiceBrowse DNSServiceConstructFullName DNSServiceCreateConnection DNSServiceEnumerateDomains DNSServiceProcessResult DNSServiceQueryRecord DNSServiceReconfirmRecord DNSServiceRefDeallocate DNSServiceRefSockFD DNSServiceRegister DNSServiceResolve TXTRecordCreate FILES
/lib/libdns_sd.so.1 shared object /lib/64/libdns_sd.so.1 64-bit shared object ATTRIBUTES
See attributes(5) for description of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Committed | +-----------------------------+-----------------------------+ |MT-Level |Safe | +-----------------------------+-----------------------------+ SEE ALSO
Intro(3), attributes(5) SunOS 5.11 20 Aug 2007 libdns_sd(3LIB)
Man Page