8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / man / man3dns_sd / DNSServiceReconfirmRecord.3dns_sd
blob616826c642b1365304dd3a24b9e00fe4c398aab5
1 '\" te
2 .\" Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved.
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH DNSSERVICERECONFIRMRECORD 3DNS_SD "Aug 20, 2007"
7 .SH NAME
8 DNSServiceReconfirmRecord \- verify DNS record
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fBcc\fR [ \fIflag\fR ... ] \fIfile\fR ... \fB-ldns_sd\fR [ \fIlibrary\fR ... ]
13 #include <dns_sd.h>
15 \fBvoid\fR \fBDNSServiceRefSockFD\fR (\fBDNSServiceFlags\fR \fIflags\fR, \fBuint32_t\fR \fIinterfaceIndex\fR,
16      \fBconst char\fR *\fIfullname\fR, \fBuint16_t\fR \fIrrtype\fR, \fBuint16_t\fR \fIrrclass\fR,
17      \fBuint16_t\fR \fIrrlen\fR \fBconst void\fR *\fIrdata\fR);
18 .fi
20 .SH DESCRIPTION
21 .sp
22 .LP
23 The \fBDNSServiceReconfirmRecord()\fR function allows callers to verify whether
24 a \fBDNS\fR record is valid. If an invalid record is found in the cache, the
25 daemon flushes the record from the cache and from the cache of other daemons on
26 the network.
27 .SH RETURN VALUES
28 .sp
29 .LP
30 The \fBDNSServiceReconfirmRecord()\fR function returns
31 \fBkDNSServiceErr_NoError\fR on success. Otherwise, an error code defined in
32 \fB<dns_sd.h>\fR is returned to indicate the specific failure that occurred.
33 .SH ATTRIBUTES
34 .sp
35 .LP
36 See \fBattributes\fR(5) for description of the following attributes:
37 .sp
39 .sp
40 .TS
41 box;
42 c | c
43 l | l .
44 ATTRIBUTE TYPE  ATTRIBUTE VALUE
46 Interface Stability     Committed
48 MT-Level        Safe
49 .TE
51 .SH SEE ALSO
52 .sp
53 .LP
54 \fBDNSServiceBrowse\fR(3DNS_SD), \fBDNSServiceQueryRecord\fR(3DNS_SD),
55 \fBDNSServiceRegister\fR(3DNS_SD), \fBDNSServiceResolve\fR(3DNS_SD),
56 \fBattributes\fR(5)