Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libdns_sd/common/
H A Ddnssd_clientstub.c255 uint32_t record_index; // index is unique to the ServiceDiscoveryRef member
1086 rref->record_index = sdRef->max_index++; in DNSServiceRegisterRecord()
1090 hdr->reg_index = rref->record_index; in DNSServiceRegisterRecord()
1139 rref->record_index = sdRef->max_index++; in DNSServiceAddRecord()
1143 hdr->reg_index = rref->record_index; in DNSServiceAddRecord()
1177 hdr->reg_index = RecordRef ? RecordRef->record_index : TXT_RECORD_INDEX; in DNSServiceUpdateRecord()
1203 hdr->reg_index = RecordRef->record_index; in DNSServiceRemoveRecord()