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

/external/openssh/
H A Dmisc.h45 int a2tun(const char *, int *);
H A Dmisc.c248 a2tun(const char *s, int *remote) function
259 return (a2tun(s, NULL));
262 *remote = a2tun(ep, NULL);
263 tun = a2tun(sp, NULL);
H A Dauth-options.c379 forced_tun_device = a2tun(tun, NULL);
H A Dssh.c753 options.tun_local = a2tun(optarg, &options.tun_remote);
H A Dreadconf.c1338 value = a2tun(arg, &value2);

Completed in 177 milliseconds