Home
last modified time | relevance | path

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

/external/openssh/
Dmisc.h59 int a2tun(const char *, int *);
Dmisc.c436 a2tun(const char *s, int *remote) in a2tun() function
447 return (a2tun(s, NULL)); in a2tun()
450 *remote = a2tun(ep, NULL); in a2tun()
451 tun = a2tun(sp, NULL); in a2tun()
Dauth-options.c439 ret->force_tun_device = a2tun(opt, NULL); in sshauthopt_parse()
Dssh.c885 options.tun_local = a2tun(optarg, &options.tun_remote); in main()
Dreadconf.c1572 value = a2tun(arg, &value2); in process_config_line_depth()