OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clichansess
(Results
1 - 3
of
3
) sorted by null
/external/dropbear/
cli-channel.c
43
if (channel->type != &
clichansess
) {
channel.h
127
extern const struct ChanType
clichansess
;
cli-chansession.c
48
const struct ChanType
clichansess
= {
variable in typeref:struct:ChanType
271
if (channel != NULL && channel->type == &
clichansess
) {
372
if (send_msg_channel_open_init(STDIN_FILENO, &
clichansess
)
Completed in 56 milliseconds