Home
last modified time | relevance | path

Searched refs:answered (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Drtquery.c373 int answered = 0; in query_loop() local
424 answered++; in query_loop()
450 if (answered > argc + 200) in query_loop()
473 answered++; in query_loop()
493 answered++; in query_loop()
499 if (answered >= argc) in query_loop()
512 exit(answered >= argc ? EXIT_SUCCESS : EXIT_FAILURE); in query_loop()
/titanic_50/usr/src/uts/
H A DREADME294 Any additional questions can be easily answered by looking at the many
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c599 mDNSBool answered; in AnswerInterfaceAnyQuestionsWithLocalAuthRecord() local
602 answered = ResourceRecordAnswersQuestion(&rr->resrec, q); in AnswerInterfaceAnyQuestionsWithLocalAuthRecord()
604 answered = LocalOnlyRecordAnswersQuestion(rr, q); in AnswerInterfaceAnyQuestionsWithLocalAuthRecord()
605 if (answered) in AnswerInterfaceAnyQuestionsWithLocalAuthRecord()
633 mDNSBool answered; in AnswerAllLocalQuestionsWithLocalAuthRecord() local
637 answered = ResourceRecordAnswersQuestion(&rr->resrec, q); in AnswerAllLocalQuestionsWithLocalAuthRecord()
639 answered = LocalOnlyRecordAnswersQuestion(rr, q); in AnswerAllLocalQuestionsWithLocalAuthRecord()
640 if (answered) in AnswerAllLocalQuestionsWithLocalAuthRecord()