HomeSort by: relevance | last modified time | path
    Searched refs:DuplicateRecords (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c 323 for (rr = m->DuplicateRecords; rr; rr=rr->next)
326 LogMemCorruption("DuplicateRecords list: %p is garbage (%X)", rr, rr->resrec.RecordType);
1706 AuthRecord **d = &m->DuplicateRecords;
2272 for (r2 = m->DuplicateRecords; r2; r2=r2->next) if (RecordIsLocalDuplicate(r2, rr)) r2->ProbeCount = 0xFF;
2280 for (r2 = m->DuplicateRecords; r2; r2=r2->next) if (RecordIsLocalDuplicate(r2, rr)) r2->ProbeCount = 0xFF;
2287 AuthRecord **d = &m->DuplicateRecords;
2294 *d = dup->next; // Cut replacement record from DuplicateRecords list
2332 // We didn't find our record on the main list; try the DuplicateRecords list instead.
2333 p = &m->DuplicateRecords;
2341 // deregister (unilink from the DuplicateRecords list), we will be recursing infinitely. Hence
    [all...]
mDNSEmbeddedAPI.h 2465 AuthRecord *DuplicateRecords; // Records currently 'on hold' because they are duplicates of existing records
2569 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.)
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
uds_daemon.c 7574 LogAuthRecordsToFD(fd, now, m->DuplicateRecords, mDNSNULL);
7580 LogAuthRecordsToFD(fd, now, m->DuplicateRecords, &ProxyD);

Completed in 80 milliseconds