Home
last modified time | relevance | path

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

/trueos/crypto/openssh/
HDmisc.h70 #define SSH_TUNID_ERR (SSH_TUNID_ANY - 1) macro
HDmisc.c265 return (*remote == SSH_TUNID_ERR ? *remote : tun); in a2tun()
273 return (SSH_TUNID_ERR); in a2tun()
HDauth-options.c376 if (forced_tun_device == SSH_TUNID_ERR) { in auth_parse_options()
HDssh.c652 if (options.tun_local == SSH_TUNID_ERR) { in main()
HDreadconf.c1317 if (value == SSH_TUNID_ERR) in process_config_line()