Searched refs:a2tun (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dmisc.h27 int a2tun(const char *, int *);
H A Dmisc.c247 a2tun(const char *s, int *remote) function
258 return (a2tun(s, NULL));
261 *remote = a2tun(ep, NULL);
262 tun = a2tun(sp, NULL);
H A Dauth-options.c378 forced_tun_device = a2tun(tun, NULL);
H A Dssh_namespace.h15 #define a2tun ssh_a2tun macro
H A Dreadconf.c1039 value = a2tun(arg, &value2);
H A Dssh.c471 options.tun_local = a2tun(optarg, &options.tun_remote);

Completed in 186 milliseconds