Home
last modified time | relevance | path

Searched refs:a2tun (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dmisc.h73 int a2tun(const char *, int *);
H A Dmisc.c491 a2tun(const char *s, int *remote) in a2tun() function
502 return (a2tun(s, NULL)); in a2tun()
505 *remote = a2tun(ep, NULL); in a2tun()
506 tun = a2tun(sp, NULL); in a2tun()
H A Dauth-options.c463 ret->force_tun_device = a2tun(opt, NULL); in sshauthopt_parse()
H A Dssh.c919 options.tun_local = a2tun(optarg, &options.tun_remote); in main()