Home
last modified time | relevance | path

Searched defs:Channel (Results 1 – 24 of 24) sorted by relevance

/external/openssh/
Dchannels.h61 typedef struct Channel Channel; typedef
90 struct Channel { struct
91 int type; /* channel type/state */
92 int self; /* my own channel identifier */
93 int remote_id; /* channel identifier for remote peer */
94 u_int istate; /* input from channel (state of receive half) */
95 u_int ostate; /* output to channel (state of transmit half) */
96 int flags; /* close sent/rcvd */
97 int rfd; /* read fd */
98 int wfd; /* write fd */
[all …]
/external/dropbear/
Dchannel.h60 struct Channel { struct
62 unsigned int index; /* the local channel index */
63 unsigned int remotechan;
64 unsigned int recvwindow, transwindow;
65 unsigned int recvdonelen;
66 unsigned int recvmaxpacket, transmaxpacket;
67 void* typedata; /* a pointer to type specific data */
68 int writefd; /* read from wire, written to insecure side */
69 int readfd; /* read from insecure size, written to wire */
70 int errfd; /* used like writefd or readfd, depending if it's client or server.
[all …]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DIToken.cs59 int Channel { property
DCommonTokenStream.cs65 public int Channel { property in Antlr.Runtime.CommonTokenStream
DClassicToken.cs114 public int Channel { property in Antlr.Runtime.ClassicToken
DCommonToken.cs151 public int Channel { property in Antlr.Runtime.CommonToken
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DIToken.cs65 int Channel property
DCommonTokenStream.cs70 public int Channel property in Antlr.Runtime.CommonTokenStream
DClassicToken.cs132 public int Channel property in Antlr.Runtime.ClassicToken
DCommonToken.cs170 public int Channel property in Antlr.Runtime.CommonToken
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
DChannel.java13 public class Channel class
149 public Channel(ChannelManager cm) in Channel() method in Channel
/external/chromium/chrome/browser/importer/
Dfirefox_importer_unittest_utils.h16 class Channel; variable
/external/chromium/chrome/common/extensions/docs/server/
Dchromeextensionsdocs.py20 class Channel(): class
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
DSlimToken.cs100 public int Channel property
/external/llvm/lib/Target/R600/
DAMDGPUIndirectAddressing.cpp97 unsigned Channel = MI.getOperand(3).getImm(); in runOnMachineFunction() local
247 unsigned Channel = MI.getOperand(3).getImm(); in runOnMachineFunction() local
DR600ISelLowering.cpp687 unsigned &Channel, in getStackAddress()
760 unsigned Channel, PtrIncr; in LowerSTORE() local
893 unsigned Channel, PtrIncr; in LowerLOAD() local
/external/chromium/chrome/browser/sync/syncable/
Ddirectory_manager.h49 typedef EventChannel<DirectoryManagerEvent> Channel; typedef
Dsyncable.h837 typedef EventChannel<DirectoryEventTraits, base::Lock> Channel; typedef
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DRemoteDebugEventSocketListener.cs124 public int Channel { property in Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyToken
/external/chromium/chrome/common/net/gaia/
Dgaia_authenticator.h253 typedef EventChannel<GaiaAuthEvent, base::Lock> Channel; typedef
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DRemoteDebugEventSocketListener.cs142 public int Channel property in Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyToken
/external/chromium/chrome/common/deprecated/
Devent_sys_unittest.cc39 typedef EventChannel<TestEventTraits> Channel; typedef in __anon6066fe220111::Pair
/external/chromium/chrome/browser/sync/engine/net/
Dserver_connection_manager.h169 typedef EventChannel<ServerConnectionEvent, base::Lock> Channel; typedef
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas257 property Channel: Integer read GetChannel write SetChannel; property
618 property Channel: Integer read GetChannel write SetChannel; property
678 property Channel: Integer read GetChannel write SetChannel; property