Home
last modified time | relevance | path

Searched refs:SUPPRESS_PROTO1 (Results 1 – 1 of 1) sorted by relevance

/external/openssh/
Dclientloop.c1030 #define SUPPRESS_PROTO1 1 /* don't show in protocol 1 sessions */ macro
1043 {"B", "send a BREAK to the remote system", SUPPRESS_PROTO1},
1045 {"R", "request rekey", SUPPRESS_PROTO1},
1065 suppress_flags = (protocol2 ? 0 : SUPPRESS_PROTO1) | in print_escape_help()