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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c1335 rr->NextResponse = mDNSNULL;
1840 if (rr->NextResponse == mDNSNULL && *nrpp != &rr->NextResponse)
1848 *nrpp = &rr->NextResponse;
1856 for (rr=ResponseRecords; rr; rr=rr->NextResponse) // For each record we plan to put
1936 if (rr->NextResponse == mDNSNULL && nrp != &rr->NextResponse) // rr->NR_AnswerTo
1940 nrp = &rr->NextResponse;
1976 ResponseRecords = rr->NextResponse;
1977 rr->NextResponse
[all...]
H A DmDNSEmbeddedAPI.h1546 AuthRecord *NextResponse; // Link to the next element in the chain of responses to generate member in struct:AuthRecord_struct

Completed in 100 milliseconds