Searched defs:record_index (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdns_sd/common/
H A Ddnssd_clientstub.c171 uint32_t record_index; // index is unique to the ServiceDiscoveryRef member in struct:_DNSRecordRef_t
1914 rref->record_index = sdRef->max_index++;
1921 hdr->reg_index = rref->record_index;
1981 rref->record_index = sdRef->max_index++;
1985 hdr->reg_index = rref->record_index;
2026 hdr->reg_index = RecordRef ? RecordRef->record_index : TXT_RECORD_INDEX;
2059 hdr->reg_index = RecordRef->record_index;

Completed in 65 milliseconds