OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isQuery
(Results
1 - 4
of
4
) sorted by null
/external/jmdns/src/javax/jmdns/impl/
SocketListener.java
54
if (msg.
isQuery
()) {
DNSMessage.java
198
public boolean
isQuery
() {
DNSIncoming.java
456
buf.append(
isQuery
() ? "dns[query," : "dns[response,");
534
if (this.
isQuery
() && this.isTruncated() && that.
isQuery
()) {
DNSOutgoing.java
359
public boolean
isQuery
() {
378
buf.append(
isQuery
() ? "dns[query:" : "dns[response:");
Completed in 33 milliseconds