man pages section 3: Networking Library Functions

Exit Print View

Updated: July 2014
 
 

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)