DNS Service Discovery Library Functions
DNSServiceConstructFullName(3DNS_SD)
NAME
DNSServiceConstructFullName - construct full name
SYNOPSIS
cc [ flag ... ] file ... -ldns_sd [ library ... ]
#include
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 attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| MT-Level | Safe |
|_____________________________|_____________________________|
SEE ALSO
attributes(5)SunOS 5.11 Last change: 20 Aug 2007 1
DNS Service Discovery Library FunctionsDNSServiceConstructFullName(3DNS_SD)
SunOS 5.11 Last change: 20 Aug 2007 2