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