Searched refs:answers (Results 1 - 15 of 15) sorted by relevance

/external/jmdns/src/javax/jmdns/impl/
H A DDNSQuestion.java36 public void addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) { argument
39 answers.add(answer);
60 public void addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) { argument
63 answers.add(answer);
93 public void addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) { argument
96 this.addAnswersForServiceInfo(jmDNSImpl, answers, (ServiceInfoImpl) serviceInfo);
101 answers.add(new DNSRecord.Pointer("_services._dns-sd._udp.local.", DNSRecordClass.CLASS_IN, DNSRecordClass.NOT_UNIQUE, DNSConstants.DNS_TTL, typeEntry.getType()));
110 answers.add(jmDNSImpl.getLocalHost().getDNSReverseAddressRecord(DNSRecordType.TYPE_A, DNSRecordClass.NOT_UNIQUE, DNSConstants.DNS_TTL));
113 answers.add(jmDNSImpl.getLocalHost().getDNSReverseAddressRecord(DNSRecordType.TYPE_AAAA, DNSRecordClass.NOT_UNIQUE, DNSConstants.DNS_TTL));
133 public void addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) { argument
167 addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) argument
194 addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) argument
274 addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) argument
278 addAnswersForServiceInfo(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers, ServiceInfoImpl info) argument
[all...]
H A DHostInfo.java270 public Collection<DNSRecord> answers(boolean unique, int ttl) { method in class:HostInfo
H A DServiceInfoImpl.java1190 public Collection<DNSRecord> answers(boolean unique, int ttl, HostInfo localHost) { method in class:ServiceInfoImpl
/external/jmdns/src/javax/jmdns/impl/tasks/
H A DResponder.java101 Set<DNSRecord> answers = new HashSet<DNSRecord>();
116 question.addAnswers(this.getDns(), answers);
119 // remove known answers, if the ttl is at least half of the correct value. (See Draft Cheshire chapter 7.1.).
123 answers.remove(knownAnswer);
130 // respond if we have answers
131 if (!answers.isEmpty()) {
142 for (DNSRecord answer : answers) {
/external/jmdns/src/javax/jmdns/impl/tasks/state/
H A DCanceler.java104 for (DNSRecord answer : this.getDns().getLocalHost().answers(DNSRecordClass.UNIQUE, this.getTTL())) {
117 for (DNSRecord answer : info.answers(DNSRecordClass.UNIQUE, this.getTTL(), this.getDns().getLocalHost())) {
H A DAnnouncer.java104 for (DNSRecord answer : this.getDns().getLocalHost().answers(DNSRecordClass.UNIQUE, this.getTTL())) {
117 for (DNSRecord answer : info.answers(DNSRecordClass.UNIQUE, this.getTTL(), this.getDns().getLocalHost())) {
H A DRenewer.java105 for (DNSRecord answer : this.getDns().getLocalHost().answers(DNSRecordClass.UNIQUE, this.getTTL())) {
118 for (DNSRecord answer : info.answers(DNSRecordClass.UNIQUE, this.getTTL(), this.getDns().getLocalHost())) {
H A DProber.java118 for (DNSRecord answer : this.getDns().getLocalHost().answers(DNSRecordClass.NOT_UNIQUE, this.getTTL())) {
132 // the "unique" flag should be not set here because these answers haven't been proven unique yet this means the record will not exactly match the announcement record
/external/ppp/pppd/plugins/pppoatm/
H A Dans.c47 int questions,answers; local
53 * Response header: id, flags, #queries, #answers, #authority,
60 answers = GET16(answer+6);
61 if (answers < 1) return TRY_OTHER;
71 * Iterate over answers until we find something we like, giving priority
75 while (answers--) {
/external/qemu/telephony/
H A Dsim_card.c332 static const struct { const char* cmd; const char* answer; } answers[] = local
440 for (nn = 0; answers[nn].cmd != NULL; nn++) {
441 if ( !strcmp( answers[nn].cmd, cmd ) ) {
442 return answers[nn].answer;
/external/chromium/third_party/libevent/
H A Devdns.c819 u16 trans_id, questions, answers, authority, additional, datalength; local
829 GET16(answers);
846 /* if (!answers) return; */ /* must have an answer of some form */
882 for (i = 0; i < answers; ++i) {
964 u16 trans_id, flags, questions, answers, authority, additional; local
971 GET16(answers);
1010 /* Ignore answers, authority, and additional. */
1459 APPEND16(0); /* no answers */
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu4c/test/intltest/
H A Ditrbnf.cpp808 const llong* answers[VALUE_WIDTH*VALUE_WIDTH] = {
824 llong ans = *answers[i*VALUE_WIDTH + j];
/external/iproute2/doc/
H A Dip-cref.tex183 with \verb|perror(3)| prefixed with ``RTNETLINK answers:''.
2852 of the translating router. The router answers ARP for it, advertises

Completed in 211 milliseconds