Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dchannels.h347 int channel_find_open(struct ssh *);
H A Dserverloop.c125 if ((channel_id = channel_find_open(ssh)) == -1) { in client_alive_check()
H A Dssh_namespace.h132 #define channel_find_open Fssh_channel_find_open macro
H A Dchannels.c955 channel_find_open(struct ssh *ssh) in channel_find_open() function