OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSH_TUNID_ERR
(Results
1 - 5
of
5
) sorted by null
/external/openssh/
misc.h
65
#define
SSH_TUNID_ERR
(SSH_TUNID_ANY - 1)
auth-options.c
380
if (forced_tun_device ==
SSH_TUNID_ERR
) {
misc.c
263
return (*remote ==
SSH_TUNID_ERR
? *remote : tun);
271
return (
SSH_TUNID_ERR
);
ssh.c
446
if (options.tun_local ==
SSH_TUNID_ERR
) {
[
all
...]
readconf.c
985
if (value ==
SSH_TUNID_ERR
)
[
all
...]
Completed in 495 milliseconds