Home
last modified time | relevance | path

Searched defs:connection_out (Results 1 – 4 of 4) sorted by relevance

/trueos/crypto/openssh/
HDsshconnect.c546 send_client_banner(int connection_out, int minor1) in send_client_banner()
572 int connection_out = packet_get_connection_out(); in ssh_exchange_identification() local
HDserverloop.c107 static int connection_out; /* Connection to client (output). */ variable
HDclientloop.c161 static int connection_out; /* Connection to server (output). */ variable
HDpacket.c112 int connection_out; member