Home
last modified time | relevance | path

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

/NextBSD/crypto/openssh/
HDmisc.c248 a2tun(const char *s, int *remote) in a2tun() function
259 return (a2tun(s, NULL)); in a2tun()
262 *remote = a2tun(ep, NULL); in a2tun()
263 tun = a2tun(sp, NULL); in a2tun()
HDmisc.h27 int a2tun(const char *, int *);
HDauth-options.c374 forced_tun_device = a2tun(tun, NULL); in auth_parse_options()
HDssh_namespace.h21 #define a2tun ssh_a2tun macro
HDssh.c650 options.tun_local = a2tun(optarg, &options.tun_remote); in main()
HDreadconf.c1308 value = a2tun(arg, &value2); in process_config_line()