OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Packets
(Results
26 - 44
of
44
) sorted by null
1
2
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/
PacketKexDHReply.java
5
package ch.ethz.ssh2.
packets
;
34
if (packet_type !=
Packets
.SSH_MSG_KEXDH_REPLY)
PacketKexDhGexGroup.java
5
package ch.ethz.ssh2.
packets
;
33
if (packet_type !=
Packets
.SSH_MSG_KEX_DH_GEX_GROUP)
PacketKexDhGexReply.java
5
package ch.ethz.ssh2.
packets
;
34
if (packet_type !=
Packets
.SSH_MSG_KEX_DH_GEX_REPLY)
PacketOpenDirectTCPIPChannel.java
5
package ch.ethz.ssh2.
packets
;
45
tw.writeByte(
Packets
.SSH_MSG_CHANNEL_OPEN);
PacketSessionExecCommand.java
5
package ch.ethz.ssh2.
packets
;
41
tw.writeByte(
Packets
.SSH_MSG_CHANNEL_REQUEST);
PacketSessionX11Request.java
5
package ch.ethz.ssh2.
packets
;
42
tw.writeByte(
Packets
.SSH_MSG_CHANNEL_REQUEST);
PacketUserauthFailure.java
5
package ch.ethz.ssh2.
packets
;
37
if (packet_type !=
Packets
.SSH_MSG_USERAUTH_FAILURE)
PacketSessionPtyRequest.java
5
package ch.ethz.ssh2.
packets
;
45
tw.writeByte(
Packets
.SSH_MSG_CHANNEL_REQUEST);
PacketUserauthInfoRequest.java
5
package ch.ethz.ssh2.
packets
;
36
if (packet_type !=
Packets
.SSH_MSG_USERAUTH_INFO_REQUEST)
Packets.java
5
package ch.ethz.ssh2.
packets
;
8
*
Packets
.
13
public class
Packets
PacketKexInit.java
5
package ch.ethz.ssh2.
packets
;
53
if (packet_type !=
Packets
.SSH_MSG_KEXINIT)
79
tw.writeByte(
Packets
.SSH_MSG_KEXINIT);
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
ChannelManager.java
15
import ch.ethz.ssh2.
packets
.PacketChannelOpenConfirmation;
16
import ch.ethz.ssh2.
packets
.PacketChannelOpenFailure;
17
import ch.ethz.ssh2.
packets
.PacketGlobalCancelForwardRequest;
18
import ch.ethz.ssh2.
packets
.PacketGlobalForwardRequest;
19
import ch.ethz.ssh2.
packets
.PacketOpenDirectTCPIPChannel;
20
import ch.ethz.ssh2.
packets
.PacketOpenSessionChannel;
21
import ch.ethz.ssh2.
packets
.PacketSessionExecCommand;
22
import ch.ethz.ssh2.
packets
.PacketSessionPtyRequest;
23
import ch.ethz.ssh2.
packets
.PacketSessionStartShell;
24
import ch.ethz.ssh2.
packets
.PacketSessionSubsystemRequest
[
all
...]
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/
TransportManager.java
32
import ch.ethz.ssh2.
packets
.PacketDisconnect;
33
import ch.ethz.ssh2.
packets
.
Packets
;
34
import ch.ethz.ssh2.
packets
.TypesReader;
40
*
packets
are allowed during kex exchange, on the other side we need to blindly
294
byte[] msg = new PacketDisconnect(
Packets
.SSH_DISCONNECT_BY_APPLICATION, cause.getMessage(), "")
736
if (type ==
Packets
.SSH_MSG_IGNORE)
741
if (type ==
Packets
.SSH_MSG_DEBUG)
767
if (type ==
Packets
.SSH_MSG_UNIMPLEMENTED)
772
if (type ==
Packets
.SSH_MSG_DISCONNECT
[
all
...]
TransportConnection.java
18
import ch.ethz.ssh2.
packets
.
Packets
;
94
/* Only use zero byte padding for the first few
packets
*/
199
log.debug("Sent " +
Packets
.getMessageName(message[off] & 0xff) + " " + len + " bytes payload");
280
log.debug("Received " +
Packets
.getMessageName(buffer[off] & 0xff) + " " + payload_length
KexManager.java
21
import ch.ethz.ssh2.
packets
.PacketKexDHInit;
22
import ch.ethz.ssh2.
packets
.PacketKexDHReply;
23
import ch.ethz.ssh2.
packets
.PacketKexDhGexGroup;
24
import ch.ethz.ssh2.
packets
.PacketKexDhGexInit;
25
import ch.ethz.ssh2.
packets
.PacketKexDhGexReply;
26
import ch.ethz.ssh2.
packets
.PacketKexDhGexRequest;
27
import ch.ethz.ssh2.
packets
.PacketKexDhGexRequestOld;
28
import ch.ethz.ssh2.
packets
.PacketKexInit;
29
import ch.ethz.ssh2.
packets
.PacketNewKeys;
30
import ch.ethz.ssh2.
packets
.Packets
[
all
...]
/external/ppp/pppd/plugins/radius/etc/
dictionary
82
ATTRIBUTE Acct-Input-
Packets
47 integer
83
ATTRIBUTE Acct-Output-
Packets
48 integer
dictionary.ascend
86
ATTRIBUTE Ascend-Pre-Input-
Packets
192 integer
87
ATTRIBUTE Ascend-Pre-Output-
Packets
193 integer
/external/blktrace/btreplay/doc/
btreplay.tex
150
1 to 512
packets
in size and by default we max a bunch to contain no
314
\texttt{--max-pkts}\\Set Maximum
Packets
Per Bunch}
366
\item[Field 2] The second field contains the total number of
packets
369
\item[Field 3] The next field shows the number of
packets
eligible for
/external/iproute2/doc/
ip-cref.tex
378
i.e.\
packets
send through it are encapsulated and sent via the ``master''
387
mode i.e.\ all
packets
sent to it are immediately discarded.
389
in
packets
.
395
packets
for transmission and it may inject into the kernel
packets
received
399
hosts. All
packets
sent through it will be returned
400
and nothing but bounced
packets
can be received.
402
\item \verb|BROADCAST| --- the device has the facility to send
packets
406
attached to each end. All
packets
sent to this link will reach the peer
407
and all
packets
received by us came from this single peer
[
all
...]
Completed in 700 milliseconds
1
2