1DNSServiceReconfirmReDcNoSrdS(e3rDvNiSc_eSDD)iscovery LibDrNaSrSyerFvuinccetRieocnosnfirmRecord(3DNS_SD)
2
3
4

NAME

6       DNSServiceReconfirmRecord - verify DNS record
7

SYNOPSIS

9       cc [ flag ... ] file ... -ldns_sd [ library ... ]
10       #include <dns_sd.h>
11
12       void DNSServiceRefSockFD (DNSServiceFlags flags, uint32_t interfaceIndex,
13            const char *fullname, uint16_t rrtype, uint16_t rrclass,
14            uint16_t rrlen const void *rdata);
15
16

DESCRIPTION

18       The  DNSServiceReconfirmRecord()  function  allows  callers  to  verify
19       whether a DNS record is valid. If an invalid record  is  found  in  the
20       cache,  the daemon flushes the record from the cache and from the cache
21       of other daemons on the network.
22

RETURN VALUES

24       The DNSServiceReconfirmRecord() function returns kDNSServiceErr_NoError
25       on  success. Otherwise, an error code defined in <dns_sd.h> is returned
26       to indicate the specific failure that occurred.
27

ATTRIBUTES

29       See attributes(5) for description of the following attributes:
30
31
32
33
34       ┌─────────────────────────────┬─────────────────────────────┐
35       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
36       ├─────────────────────────────┼─────────────────────────────┤
37       │Interface Stability          │Committed                    │
38       ├─────────────────────────────┼─────────────────────────────┤
39       │MT-Level                     │Safe                         │
40       └─────────────────────────────┴─────────────────────────────┘
41

SEE ALSO

43       DNSServiceBrowse(3DNS_SD),   DNSServiceQueryRecord(3DNS_SD),    DNSSer‐
44       viceRegister(3DNS_SD), DNSServiceResolve(3DNS_SD), attributes(5)
45
46
47
48SunOS 5.11                        20 Aug 2007DNSServiceReconfirmRecord(3DNS_SD)
Impressum