Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSCore/
DmDNS.c5665 …earIdenticalProxyRecords(mDNS *const m, const OwnerOptData *const owner, AuthRecord *const thelist) in ClearIdenticalProxyRecords() argument
5669 m->CurrentRecord = thelist; in ClearIdenticalProxyRecords()
5691 …l void ClearProxyRecords(mDNS *const m, const OwnerOptData *const owner, AuthRecord *const thelist) in ClearProxyRecords() argument
5695 m->CurrentRecord = thelist; in ClearProxyRecords()
7187 …akeupForList(mDNS *const m, mDNSInterfaceID InterfaceID, mDNSEthAddr *e, AuthRecord *const thelist) in ScheduleWakeupForList() argument
7193 for (rr = thelist; rr; rr = rr->next) in ScheduleWakeupForList()