OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_unicast
(Results
1 - 1
of
1
) sorted by null
/external/jmdns/src/javax/jmdns/impl/tasks/
Responder.java
34
private final boolean
_unicast
;
field in class:Responder
39
this.
_unicast
= (port != DNSConstants.MDNS_PORT);
111
if (
_unicast
) {
135
DNSOutgoing out = new DNSOutgoing(DNSConstants.FLAGS_QR_RESPONSE | DNSConstants.FLAGS_AA, !
_unicast
, _in.getSenderUDPPayload());
Completed in 484 milliseconds