HomeSort by relevance Sort by last modified time
    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:__anon9879
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 166 milliseconds