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

  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNSEmbeddedAPI.h 1293 Mortality_Immortal = 1, // Allow this record to remain in the cache indefinitely
3058 #define MortalityDisplayString(M) (M == Mortality_Mortal ? "mortal" : (M == Mortality_Immortal ? "immortal" : "ghost"))
mDNS.c 5260 rr->resrec.mortality = Mortality_Immortal;
5912 if (rr->resrec.mortality == Mortality_Immortal)
10032 if (rr->resrec.mortality != Mortality_Mortal) rr->resrec.mortality = Mortality_Immortal;
12549 r1->resrec.mortality = Mortality_Immortal; // Immortalize the replacement record

Completed in 43 milliseconds