Searched refs:DuplicateRecords (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c1228 AuthRecord **d = &m->DuplicateRecords;
1602 for (r2 = m->DuplicateRecords; r2; r2=r2->next) if (RecordIsLocalDuplicate(r2, rr)) r2->ProbeCount = 0xFF;
1608 AuthRecord **d = &m->DuplicateRecords;
1615 *d = dup->next; // Cut replacement record from DuplicateRecords list
1650 // We didn't find our record on the main list; try the DuplicateRecords list instead.
1651 p = &m->DuplicateRecords;
1659 // deregister (unilink from the DuplicateRecords list), we will be recursing infinitely. Hence,
1808 // Now that we've finished deregistering rr, check our DuplicateRecords list for any that we marked previously.
1811 r2 = m->DuplicateRecords;
1823 r2 = m->DuplicateRecords;
[all...]
H A Duds_daemon.c5820 LogAuthRecords(m, now, m->DuplicateRecords, mDNSNULL);
5826 LogAuthRecords(m, now, m->DuplicateRecords, &ProxyD);
H A DmDNSEmbeddedAPI.h2383 AuthRecord *DuplicateRecords; // Records currently 'on hold' because they are duplicates of existing records member in struct:mDNS_struct
2479 mDNSu32 NumAllInterfaceRecords; // Right now we count *all* multicast records here. Later we may want to change to count interface-specific records separately. (This count includes records on the DuplicateRecords list too.)

Completed in 113 milliseconds