Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/ssh/
Dchannels.h230 int channel_find_open(void);
Dserverloop.c257 if ((channel_id = channel_find_open()) == -1) { in client_alive_check()
Dchannels.c546 channel_find_open(void) in channel_find_open() function