Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Ddnssd_clientstub.c185 uint32_t record_index; // index is unique to the ServiceDiscoveryRef member
2188 rref->record_index = sdRef->max_index++; in DNSServiceRegisterRecord()
2195 hdr->reg_index = rref->record_index; in DNSServiceRegisterRecord()
2265 rref->record_index = sdRef->max_index++; in DNSServiceAddRecord()
2269 hdr->reg_index = rref->record_index; in DNSServiceAddRecord()
2314 hdr->reg_index = RecordRef ? RecordRef->record_index : TXT_RECORD_INDEX; in DNSServiceUpdateRecord()
2347 hdr->reg_index = RecordRef->record_index; in DNSServiceRemoveRecord()