OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addAuthoritativeAnswer
(Results
1 - 2
of
2
) sorted by null
/external/jmdns/src/javax/jmdns/impl/tasks/state/
Prober.java
119
newOut = this.
addAuthoritativeAnswer
(newOut, answer);
133
newOut = this.
addAuthoritativeAnswer
(newOut, new DNSRecord.Service(info.getQualifiedName(), DNSRecordClass.CLASS_IN, DNSRecordClass.NOT_UNIQUE, this.getTTL(), info.getPriority(), info.getWeight(), info.getPort(), this.getDns().getLocalHost()
/external/jmdns/src/javax/jmdns/impl/tasks/
DNSTask.java
171
public DNSOutgoing
addAuthoritativeAnswer
(DNSOutgoing out, DNSRecord rec) throws IOException {
Completed in 1296 milliseconds