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

  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c 1347 if (rr->RequireGoodbye && rr->resrec.RecordType == kDNSRecordTypeShared)
1352 rr->RequireGoodbye = mDNSfalse;
1819 rr->RequireGoodbye = mDNSfalse;
2312 dup->RequireGoodbye = rr->RequireGoodbye;
2325 rr->RequireGoodbye = mDNSfalse;
2345 rr->RequireGoodbye = mDNSfalse;
2380 if (rr->RequireGoodbye)
2388 // which calls us back here with RequireGoodbye set to false, or it will have initiated the deregistration
2428 (rr->RequireGoodbye || rr->AnsweredLocalQ))
    [all...]
mDNSEmbeddedAPI.h 1488 mDNSu8 RequireGoodbye; // Set if this RR has been announced on the wire and will require a goodbye packet
uDNS.c 2934 if (rr->resrec.RecordType != kDNSRecordTypeAdvisory) rr->RequireGoodbye = mDNStrue;

Completed in 40 milliseconds