Searched refs:cancel_host (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/crypto/openssh/
H A Dclientloop.c875 char *s, *cmd, *cancel_host; local
948 cancel_host = hpdelim(&s); /* may be NULL */
951 cancel_host = cleanhostname(cancel_host);
953 cancel_port = a2port(cancel_host);
954 cancel_host = NULL;
961 ok = channel_request_rforward_cancel(cancel_host,
964 ok = channel_cancel_lport_listener(cancel_host,
967 ok = channel_cancel_lport_listener(cancel_host,

Completed in 45 milliseconds