Home
last modified time | relevance | path

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

/external/openssh/
Dmisc.h51 int a2tun(const char *, int *);
Dmisc.c249 a2tun(const char *s, int *remote) in a2tun() function
260 return (a2tun(s, NULL)); in a2tun()
263 *remote = a2tun(ep, NULL); in a2tun()
264 tun = a2tun(sp, NULL); in a2tun()
Dauth-options.c407 forced_tun_device = a2tun(tun, NULL); in auth_parse_options()
Dssh.c777 options.tun_local = a2tun(optarg, &options.tun_remote); in main()
Dreadconf.c1455 value = a2tun(arg, &value2); in process_config_line_depth()