Home
last modified time | relevance | path

Searched refs:SSH_TUNID_ERR (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssh/
H A Dmisc.h149 #define SSH_TUNID_ERR (SSH_TUNID_ANY - 1) macro
H A Dauth-options.c465 if (ret->force_tun_device == SSH_TUNID_ERR) { in sshauthopt_parse()
H A Dmisc.c568 return (*remote == SSH_TUNID_ERR ? *remote : tun); in a2tun()
576 return (SSH_TUNID_ERR); in a2tun()
H A Dssh.c938 if (options.tun_local == SSH_TUNID_ERR) { in main()
H A Dreadconf.c1993 if (value == SSH_TUNID_ERR) { in process_config_line_depth()