OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSH_MSG_NONE
(Results
1 - 3
of
3
) sorted by null
/external/openssh/
ssh1.h
25
#define
SSH_MSG_NONE
0 /* no message */
dispatch.c
94
if (type ==
SSH_MSG_NONE
)
packet.c
1053
if (type !=
SSH_MSG_NONE
) {
1136
*
SSH_MSG_NONE
. This does not wait for data from the connection.
1152
return
SSH_MSG_NONE
;
1162
return
SSH_MSG_NONE
;
[
all
...]
Completed in 49 milliseconds