/titanic_41/usr/src/cmd/ssh/libssh/common/ |
H A D | nchan.c | 69 static void chan_send_ieof1(Channel *); 70 static void chan_send_oclose1(Channel *); 71 static void chan_send_close2(Channel *); 72 static void chan_send_eof2(Channel *); 73 static void chan_send_eow2(Channel *); 76 static void chan_shutdown_write(Channel *); 77 static void chan_shutdown_read(Channel *); 83 chan_set_istate(Channel *c, u_int next) in chan_set_istate() 92 chan_set_ostate(Channel *c, u_int next) in chan_set_ostate() 106 chan_rcvd_oclose1(Channel *c) in chan_rcvd_oclose1() [all …]
|
H A D | channels.c | 69 static Channel **channels = NULL; 139 static void port_open_helper(Channel *c, char *rtype); 143 Channel * 146 Channel *c; in channel_lookup() 166 channel_register_fds(Channel *c, int rfd, int wfd, int efd, in channel_register_fds() 211 Channel * 216 Channel *c; in channel_new() 221 channels = xmalloc(channels_alloc * sizeof(Channel *)); in channel_new() 240 (channels_alloc + 10) * sizeof(Channel *)); in channel_new() 247 c = channels[found] = xmalloc(sizeof(Channel)); in channel_new() [all …]
|
/titanic_41/usr/src/cmd/ssh/include/ |
H A D | channels.h | 69 struct Channel; 70 typedef struct Channel Channel; typedef 73 typedef int channel_filter_fn(struct Channel *, char *, int); 75 struct Channel { struct 172 Channel *channel_lookup(int); 173 Channel *channel_new(char *, int, int, int, int, u_int, u_int, int, char *, int); 176 void channel_free(Channel *); 245 int chan_is_dead(Channel *, int); 246 void chan_mark_dead(Channel *); 250 void chan_rcvd_oclose(Channel *); [all …]
|
H A D | session.h | 72 int session_input_channel_req(Channel *, const char *);
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library-storage-fibre-channel-libsun_fc.mf | 29 value="SNIA HBA library for Sun Fibre Channel adapters" 30 set name=pkg.summary value="Sun Fibre Channel Host Bus Adapter Library" 40 legacy pkg=SUNWfchba desc="SNIA HBA library for Sun Fibre Channel adapters" \ 41 name="Sun Fibre Channel Host Bus Adapter Library" 43 desc="T11 FC-HBA library for Sun Fibre Channel adapters (root)" \ 44 name="Sun Fibre Channel Host Bus Adapter Library (root)"
|
H A D | system-library-storage-fibre-channel-hbaapi.mf | 29 value="Common Fibre Channel HBA API Library based on the T11 FC-MI specification" 30 set name=pkg.summary value="Common Fibre Channel HBA API Library" 47 desc="Common Fibre Channel HBA API Library based on the T11 FC-MI specification" \ 48 name="Common Fibre Channel HBA API Library (Usr)" 50 desc="Common Fibre Channel HBA API Library based on the T11 FC-MI specification" \ 51 name="Common Fibre Channel HBA API Library (Root)"
|
H A D | system-storage-fibre-channel-port-utility.mf | 29 set name=pkg.description value="Utility for Fibre Channel Host Bus Adapters" 30 set name=pkg.summary value="Fibre Channel HBA Port utility" 55 legacy pkg=SUNWfcprt desc="Utility for Fibre Channel Host Bus Adapters" \ 56 name="Fibre Channel HBA Port utility" 58 desc="NPIV Utility for Fibre Channel Host Bus Adapters (root)" \ 59 name="Fibre Channel HBA Port NPIV utility (root)"
|
H A D | developer-debug-mdb-module-module-qlc.mf | 28 value="Utilties associated with the Qlogic Fibre Channel Adapter" 29 set name=pkg.summary value="Qlogic Fibre Channel Adapter Utilities" 41 desc="Utilties associated with the Qlogic Fibre Channel Adapter" \ 42 name="Qlogic Fibre Channel Adapter Utilities (usr)"
|
H A D | developer-debug-mdb-module-module-fibre-channel.mf | 28 set name=pkg.description value="Fibre Channel adb macros and mdb modules" 29 set name=pkg.summary value="Fibre Channel adb macros and mdb modules" 44 legacy pkg=SUNWfcmdb desc="Fibre Channel adb macros and mdb modules" \ 45 name="Fibre Channel adb macros and mdb modules"
|
H A D | driver-network-emlxs.mf | 30 value="Emulex-Sun driver kit for Fibre Channel and Converged Network Adapters" 87 name="Emulex-Sun driver kit for Fibre Channel and Converged Network Adapters (root)" \ 90 desc="Support software for Emulex-Sun LightPulse Fibre Channel adapters" \ 91 name="Emulex-Sun LightPulse Fibre Channel Adapter Utilties (usr)" \
|
H A D | driver-network-qlc.mf | 35 value="Qlogic ISP Fibre Channel Device Driver and GLDv3 NIC driver" 37 value="Qlogic ISP Fibre Channel Device Driver and GLDv3 NIC driver" 81 desc="Qlogic ISP Fibre Channel Device Driver and GLDv3 NIC driver" \ 82 name="Qlogic ISP Fibre Channel Device Driver and GLDv3 NIC driver"
|
H A D | driver-network-fcoe.mf | 34 value="Sun FCoE (Fibre Channel over Ethernet) Transport Driver" 50 desc="Sun FCoE (Fibre Channel over Ethernet) Transport Driver" \
|
H A D | driver-network-fcoei.mf | 34 value="Sun FCoE (Fibre Channel over Ethernet) Initiator Driver" 50 desc="Sun FCoE (Fibre Channel over Ethernet) Initiator Driver" \
|
H A D | driver-network-fcoet.mf | 34 value="Sun FCoE (Fibre Channel over Ethernet) COMSTAR Driver" 49 desc="Sun FCoE (Fibre Channel over Ethernet) COMSTAR Driver" \
|
H A D | driver-network-fcp.mf | 33 set name=pkg.description value="Sun FCP SCSI Fibre Channel Device Driver" 48 legacy pkg=SUNWfcp desc="Sun FCP SCSI Fibre Channel Device Driver" \
|
H A D | system-library-libfcoe.mf | 28 value="Sun FCoE (Fibre Channel over Ethernet) Port Management Library" 50 desc="Sun FCoE (Fibre Channel over Ethernet) Port Management Library" \
|
H A D | driver-network-fp.mf | 34 set name=pkg.summary value="Sun Fibre Channel Transport layer" 55 name="Sun Fibre Channel Transport layer"
|
/titanic_41/usr/src/cmd/lms/ |
H A D | Protocol.cpp | 165 Channel *Protocol::_getSockOpenChannel(SOCKET s) 451 Channel *c = new Channel(portForwardRequest, s_new); 452 c->SetStatus(Channel::OPEN); 460 Channel *c = new Channel(portForwardRequest, s_new); 461 c->SetStatus(Channel::NOT_OPENED); 516 if ((it->second->GetStatus() == Channel::OPEN) && 592 Channel *c = NULL; 601 Channel *cx = _getSockOpenChannel(s); 611 c = new Channel(*cx); 652 Channel *cx = _getSockOpenChannel(s); [all …]
|
H A D | ProtocolCompat.cpp | 100 Channel *c = new Channel(NULL, s_new); in _LmeReceiveCompat() 102 c->SetStatus(Channel::OPEN); in _LmeReceiveCompat()
|
H A D | Channel.h | 42 class Channel 54 Channel(PortForwardRequest *portForwardRequest, SOCKET socket) : in Channel() function
|
H A D | Protocol.h | 112 PortForwardRequest *_closeMChannel(Channel *c); 133 Channel *_getSockOpenChannel(SOCKET s); 142 typedef std::map<unsigned int, Channel *> ChannelMap;
|
/titanic_41/usr/src/cmd/ssh/doc/ |
H A D | nchan2.ms | 2 OpenSSH Channel Close Protocol 2.0 Implementation 4 Channel Input State Diagram 28 Channel Output State Diagram
|
/titanic_41/usr/src/cmd/ssh/ssh/ |
H A D | clientloop.c | 408 Channel *c; in client_check_window_change() 1060 simple_escape_filter(Channel *c, char *buf, int len) in simple_escape_filter() 1363 static Channel * 1366 Channel *c = NULL; in client_request_forwarded_tcpip() 1396 static Channel * 1399 Channel *c = NULL; in client_request_x11() 1432 static Channel * 1435 Channel *c = NULL; in client_request_agent() 1458 Channel *c = NULL; in client_input_channel_open() 1509 Channel *c = NULL; in client_input_channel_req()
|
/titanic_41/usr/src/uts/common/io/atu/ |
H A D | atu.h | 292 uint8_t Channel; member 311 uint8_t Channel; member 345 uint8_t Channel; member
|
/titanic_41/usr/src/cmd/ssh/sshd/ |
H A D | serverloop.c | 1050 static Channel * 1053 Channel *c; in server_request_direct_tcpip() 1080 static Channel * 1083 Channel *c; in server_request_session() 1108 Channel *c = NULL; in server_input_channel_open() 1218 Channel *c; in server_input_channel_req()
|