OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSH2_MSG_USERAUTH_SUCCESS
(Results
1 - 4
of
4
) sorted by null
/external/openssh/
ssh2.h
114
#define
SSH2_MSG_USERAUTH_SUCCESS
52
auth2.c
356
packet_start(
SSH2_MSG_USERAUTH_SUCCESS
);
packet.c
1090
* This happens on the server side after a
SSH2_MSG_USERAUTH_SUCCESS
is sent,
1091
* and on the client side after a
SSH2_MSG_USERAUTH_SUCCESS
is received.
[
all
...]
sshconnect2.c
439
ssh_dispatch_set(ssh,
SSH2_MSG_USERAUTH_SUCCESS
, &input_userauth_success);
[
all
...]
Completed in 70 milliseconds