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

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

NAME
DNSServiceRefDeallocate - close connection SYNOPSIS
cc [ flag ... ] file ... -ldns_sd [ library ... ] #include <dns_sd.h> void DNSServiceRefDeallocate (DNSServiceRef sdRef); DESCRIPTION
The DNSServiceRefDeallocate() call terminates connection to the mDNS daemon. Any services and resource records registered with the DNSSer- viceRef are de-registered. Any browse or resolve queries initiated using the DNSServiceRef are also terminated. 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) SunOS 5.11 20 Aug 2007 DNSServiceRefDeallocate(3DNS_SD)
Man Page