OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSH2_MSG_EXT_INFO
(Results
1 - 5
of
5
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
ssh2.h
89
#define
SSH2_MSG_EXT_INFO
7
auth2.c
190
ssh_dispatch_set(ssh,
SSH2_MSG_EXT_INFO
, &kex_input_ext_info);
230
ssh_dispatch_set(ssh,
SSH2_MSG_EXT_INFO
, &dispatch_protocol_error);
kex.c
359
debug("Sending
SSH2_MSG_EXT_INFO
");
360
if ((r = sshpkt_start(ssh,
SSH2_MSG_EXT_INFO
)) != 0 ||
382
debug_f("Sending
SSH2_MSG_EXT_INFO
");
383
if ((r = sshpkt_start(ssh,
SSH2_MSG_EXT_INFO
)) != 0 ||
417
error("
SSH2_MSG_EXT_INFO
: %s value contains nul byte", name);
495
debug("
SSH2_MSG_EXT_INFO
received");
497
error("too many
SSH2_MSG_EXT_INFO
messages sent by peer");
500
ssh_dispatch_set(ssh,
SSH2_MSG_EXT_INFO
, &kex_protocol_error);
504
error("
SSH2_MSG_EXT_INFO
with too many entries, expected "
540
ssh_dispatch_set(ssh,
SSH2_MSG_EXT_INFO
, &kex_input_ext_info)
[
all
...]
sshconnect2.c
481
ssh_dispatch_set(ssh,
SSH2_MSG_EXT_INFO
, kex_input_ext_info);
546
ssh_dispatch_set(ssh,
SSH2_MSG_EXT_INFO
, ssh->kex->ext_info_s ?
634
ssh_dispatch_set(ssh,
SSH2_MSG_EXT_INFO
, dispatch_protocol_error);
1212
* fails to advertise it via
SSH2_MSG_EXT_INFO
.
packet.c
1386
type !=
SSH2_MSG_EXT_INFO
;
Completed in 96 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026