OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tun_remote
(Results
1 - 3
of
3
) sorted by null
/external/openssh/
readconf.h
128
int
tun_remote
; /* force tun device (optional) */
member in struct:__anon12454
readconf.c
989
options->
tun_remote
= value2;
[
all
...]
ssh.c
445
options.tun_local = a2tun(optarg, &options.
tun_remote
);
1136
options.tun_local, options.
tun_remote
) == -1) {
[
all
...]
Completed in 104 milliseconds