Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:questions

1013         // before we deleted the record and reported a "remove" event to any active questions.
1730 // such, so that we can deliver the response to questions that specify LocalOnly InterfaceID.
2089 // OPT should not answer any questions.
2095 // CNAME answers any questions, except negative CNAME. (this function is not responsible to check that)
2159 // LocalOnly/P2P questions can be answered with AuthRecordAny in this function. LocalOnly/P2P records
2203 // mDNS records can only be used to answer mDNS questions.
2272 // a valid InterfaceID (e.g., scoped /etc/hosts) and can be used to answer unicast questions unlike
2274 // unicast questions. ResourceRecordAnswersQuestion/SameNameRecordAnswersQuestion can't tell whether
2278 // they walk the hash table to answer LocalOnly/P2P questions
2284 // mDNSInterface_Any questions can be answered with LocalOnly/P2P records in this function. AuthRecord_Any
2292 // Questions with mDNSInterface_LocalOnly InterfaceID should be answered with all resource records that are
2294 // mDNSInterface_Any and any other real InterfaceID. Hence, LocalOnly questions should not be checked against
2317 // 4) Question: Scoped (LocalOnly or InterfaceID), LocalOnly Record: scoped. LocalOnly questions should be
2321 // and hence bypassed above. For (4) we bypassed LocalOnly questions and checked the scope of the record
2363 // LocalOnly/P2P questions can be answered with AuthRecordAny in this function. LocalOnly/P2P records
2403 // mDNS records can only be used to answer mDNS questions.
4231 char questions[512];
4232 questions[0] = '\0';
4233 char *questions_dst = questions;
4234 const char *const questions_lim = &questions[512];
4365 questions, msg->h.numAnswers, msg->h.numAuthorities, msg->h.numAdditionals, rrs);