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

/freebsd-10-stable/crypto/openssh/
H A Dmisc.h47 int a2tun(const char *, int *);
H A Dmisc.c249 a2tun(const char *s, int *remote) function
260 return (a2tun(s, NULL));
263 *remote = a2tun(ep, NULL);
264 tun = a2tun(sp, NULL);
H A Dauth-options.c407 forced_tun_device = a2tun(tun, NULL);
H A Dssh_namespace.h36 #define a2tun Fssh_a2tun macro
H A Dssh.c779 options.tun_local = a2tun(optarg, &options.tun_remote);
H A Dreadconf.c1464 value = a2tun(arg, &value2);

Completed in 207 milliseconds