OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_jmDNSImpl
(Results
1 - 3
of
3
) sorted by null
/external/jmdns/src/javax/jmdns/impl/
SocketListener.java
23
private final JmDNSImpl
_jmDNSImpl
;
31
this.
_jmDNSImpl
= jmDNSImpl;
39
while (!this.
_jmDNSImpl
.isCanceling() && !this.
_jmDNSImpl
.isCanceled()) {
41
this.
_jmDNSImpl
.getSocket().receive(packet);
42
if (this.
_jmDNSImpl
.isCanceling() || this.
_jmDNSImpl
.isCanceled() || this.
_jmDNSImpl
.isClosing() || this.
_jmDNSImpl
.isClosed()) {
46
if (this.
_jmDNSImpl
.getLocalHost().shouldIgnorePacket(packet))
[
all
...]
DNSTaskStarter.java
140
private final JmDNSImpl
_jmDNSImpl
;
265
_jmDNSImpl
= jmDNSImpl;
266
_timer = new StarterTimer("JmDNS(" +
_jmDNSImpl
.getName() + ").Timer", true);
267
_stateTimer = new StarterTimer("JmDNS(" +
_jmDNSImpl
.getName() + ").State.Timer", false);
312
new Prober(
_jmDNSImpl
).start(_stateTimer);
321
new Announcer(
_jmDNSImpl
).start(_stateTimer);
330
new Renewer(
_jmDNSImpl
).start(_stateTimer);
339
new Canceler(
_jmDNSImpl
).start(_stateTimer);
348
new RecordReaper(
_jmDNSImpl
).start(_timer);
357
new ServiceInfoResolver(
_jmDNSImpl
, info).start(_timer)
[
all
...]
/external/jmdns/src/javax/jmdns/impl/tasks/
DNSTask.java
25
private final JmDNSImpl
_jmDNSImpl
;
32
this.
_jmDNSImpl
= jmDNSImpl;
41
return
_jmDNSImpl
;
90
this.
_jmDNSImpl
.send(newOut);
122
this.
_jmDNSImpl
.send(newOut);
153
this.
_jmDNSImpl
.send(newOut);
183
this.
_jmDNSImpl
.send(newOut);
215
this.
_jmDNSImpl
.send(newOut);
Completed in 929 milliseconds