HomeSort by: relevance | last modified time | path
    Searched refs:channel_by_remote_id (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
channels.h 297 Channel *channel_by_remote_id(struct ssh *, u_int);
channels.c 270 channel_by_remote_id(struct ssh *ssh, u_int remote_id) function
3334 if ((c = channel_by_remote_id(ssh, remote_id)) != NULL) {

Completed in 16 milliseconds