DNS Service Discovery Library Functions
DNSServiceReconfirmRecord(3DNS_SD)
NAME
DNSServiceReconfirmRecord - verify DNS record
SYNOPSIS
cc [ flag ... ] file ... -ldns_sd [ library ... ]
#include
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 fromthe cache and from the cache of other daemons on the net-
work.RETURN VALUES
The DNSServiceReconfirmRecord() function returns
kDNSServiceErr_NoError on success. Otherwise, an error code
defined in
failure that occurred.is returned to indicate the specific ATTRIBUTES
See attributes(5) for description of the following attri-
butes:____________________________________________________________
| 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 Last change: 20 Aug 2007 1
DNS Service Discovery Library FunctionsDNSServiceReconfirmRecord(3DNS_SD)
SunOS 5.11 Last change: 20 Aug 2007 2