Searched refs:NextResponse (Results 1 - 2 of 2) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DmDNS.c1148 rr->NextResponse = mDNSNULL;
1607 if (rr->NextResponse == mDNSNULL && *nrpp != &rr->NextResponse)
1615 *nrpp = &rr->NextResponse;
1623 for (rr=ResponseRecords; rr; rr=rr->NextResponse) // For each record we plan to put
1694 if (rr->NextResponse == mDNSNULL && nrp != &rr->NextResponse) // rr->NR_AnswerTo
1695 { rr->NR_AnswerTo = (mDNSu8*)~0; *nrp = rr; nrp = &rr->NextResponse; }
1718 ResponseRecords = rr->NextResponse;
1719 rr->NextResponse
[all...]
H A DmDNSEmbeddedAPI.h1220 AuthRecord *NextResponse; // Link to the next element in the chain of responses to generate member in struct:AuthRecord_struct

Completed in 502 milliseconds