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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Drtquery.c373 int answered = 0; local
424 answered++;
450 if (answered > argc + 200)
473 answered++;
493 answered++;
499 if (answered >= argc)
512 exit(answered >= argc ? EXIT_SUCCESS : EXIT_FAILURE);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c579 // Don't send this packet on the wire as we answered from /etc/hosts
607 mDNSBool answered; local
610 answered = ResourceRecordAnswersQuestion(&rr->resrec, q);
612 answered = LocalOnlyRecordAnswersQuestion(rr, q);
613 if (answered)
641 mDNSBool answered; local
645 answered = ResourceRecordAnswersQuestion(&rr->resrec, q);
647 answered = LocalOnlyRecordAnswersQuestion(rr, q);
648 if (answered)
3883 // Whenever a question is answered, rese
[all...]
H A DmDNSEmbeddedAPI.h1897 mDNSBool answered; // Has this question been answered? member in struct:__anon81
2358 DNSQuestion *NewQuestions; // Fresh questions not yet answered from cache
2361 DNSQuestion *NewLocalOnlyQuestions; // Fresh local-only or P2P questions not yet answered

Completed in 132 milliseconds