Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dnsservicereconfirmrecord(3dnssd) [opensolaris man page]

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

NAME
DNSServiceReconfirmRecord - verify DNS record SYNOPSIS
cc [ flag ... ] file ... -ldns_sd [ library ... ] #include <dns_sd.h> void DNSServiceRefSockFD (DNSServiceFlags flags, uint32_t interfaceIndex, const char *fullname, uint16_t rrtype, uint16_t rrclass, uint16_t rrlen const void *rdata); DESCRIPTION
The DNSServiceReconfirmRecord() function allows callers to verify whether a DNS record is valid. If an invalid record is found in the cache, the daemon flushes the record from the cache and from the cache of other daemons on the network. RETURN VALUES
The DNSServiceReconfirmRecord() function returns kDNSServiceErr_NoError on success. Otherwise, an error code defined in <dns_sd.h> is returned to indicate the specific failure that occurred. 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), DNSServiceQueryRecord(3DNS_SD), DNSServiceRegister(3DNS_SD), DNSServiceResolve(3DNS_SD), attributes(5) SunOS 5.11 20 Aug 2007 DNSServiceReconfirmRecord(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