Home
last modified time | relevance | path

Searched refs:DNSServiceUpdateRecord (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/apache2/mDNSResponder/dist/Clients/
H A Ddns-sd.c831 err = DNSServiceUpdateRecord(client, record, 0, sizeof(myhinfoX), &myhinfoX[0], 0); in myTimerCallBack()
851 err = DNSServiceUpdateRecord(client, NULL, 0, 1+updatetest[0], &updatetest[0], 0); in myTimerCallBack()
1785 if ( (DNSServiceUpdateRecord( 0, RecordRef, flags, rdlen, rdata, ttl) == 0) in API_NULL_input_test()
1786 || (DNSServiceUpdateRecord(sdRef, RecordRef, flags, rdlen, 0, ttl) == 0) in API_NULL_input_test()
1794 if (DNSServiceUpdateRecord(sdRef, RecordRef, flags, 0, 0, ttl) == kDNSServiceErr_BadParam) in API_NULL_input_test()
2173 if (!err) err = DNSServiceUpdateRecord(client, NULL, 0, sizeof(TXT)-1, TXT, 0); in main()
2235 err = DNSServiceUpdateRecord(sc3, NULL, 0, sizeof(txtrec), txtrec, 0); in main()
H A Ddnssdutil.c2283 …err = DNSServiceUpdateRecord( context->opRef, NULL, 0, (uint16_t) context->updateTXTLen, context->… in RegisterUpdate()
2514 …err = DNSServiceUpdateRecord( context->conRef, context->recordRef, 0, (uint16_t) context->updateDa… in RegisterRecordUpdate()
/netbsd/external/apache2/mDNSResponder/dist/mDNSShared/
H A Ddns_sd.h1351 DNSServiceErrorType DNSSD_API DNSServiceUpdateRecord
H A Ddnssd_clientstub.c2038 DNSServiceErrorType DNSSD_API DNSServiceUpdateRecord in DNSServiceUpdateRecord() function