Home
last modified time | relevance | path

Searched refs:LLQ (Results 1 – 5 of 5) sorted by relevance

/external/mdnsresponder/
DPrivateDNS.txt36 TCP's standard three-way handshake makes the full four-packet LLQ setup
40 sent is formatted as described in the LLQ document, however there is
43 So when the server receives an LLQ (or a standard query), it looks to
76 All private LLQ operations are TSIG-enabled and sent over a secure
80 connection after initial LLQ setup and sending subsequent events and
91 processing of an LLQ refresh. Prior to these changes, dnsextd would
93 LLQ by comparing both the IP Address and port number of the request
100 When setting up a semi-private LLQ (where the request and initial answer
104 need to pass the UDP event port number in the LLQ setup request
111 2) Upon setup every LLQ must NAT map two ports. Upon tear down every LLQ
[all …]
/external/jmdns/src/javax/jmdns/impl/constants/
DDNSOptionCode.java20 LLQ("LLQ", 1), enumConstant
/external/mdnsresponder/mDNSShared/
Ddnsextd_lexer.l60 llq return LLQ;
Ddnsextd_parser.y106 %token LLQ
191 LLQ PORT NUMBER
/external/jmdns/src/javax/jmdns/impl/
DDNSIncoming.java407 case LLQ: in readAnswer()