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

/freebsd-10.0-release/crypto/openssh/
H A Dmisc.h67 #define SSH_TUNID_ANY 0x7fffffff macro
68 #define SSH_TUNID_ERR (SSH_TUNID_ANY - 1)
69 #define SSH_TUNID_MAX (SSH_TUNID_ANY - 2)
H A Dmisc.c254 *remote = SSH_TUNID_ANY;
268 return (SSH_TUNID_ANY);
660 } else if (tun == SSH_TUNID_ANY) {
H A Dreadconf.c1473 options->tun_local = SSH_TUNID_ANY;
1475 options->tun_remote = SSH_TUNID_ANY;
H A Dserverloop.c1011 if (tun != SSH_TUNID_ANY && forced_tun_device != tun)
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dport-tun.c81 if (tun != SSH_TUNID_ANY) {
96 if (tun == SSH_TUNID_ANY)
138 } else if (tun == SSH_TUNID_ANY) {

Completed in 136 milliseconds