HomeSort by relevance Sort by last modified time
    Searched refs:AuthGroupForRecord (Results 1 - 2 of 2) sorted by null

  /external/mdnsresponder/mDNSCore/
mDNS.c 247 mDNSexport AuthGroup *AuthGroupForRecord(AuthHash *r, const mDNSu32 slot, const ResourceRecord *const rr)
272 if (AuthGroupForRecord(r, slot, rr)) LogMsg("GetAuthGroup: Already have AuthGroup for %##s", rr->name->c);
274 if (AuthGroupForRecord(r, slot, rr) != ag) LogMsg("GetAuthGroup: Not finding AuthGroup for %##s", rr->name->c);
284 ag = AuthGroupForRecord(r, slot, &rr->resrec);
302 a = AuthGroupForRecord(r, slot, &rr->resrec);
    [all...]
mDNSEmbeddedAPI.h     [all...]

Completed in 53 milliseconds