Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dmisc.h64 int a2tun(const char *, int *);
H A Dmisc.c530 a2tun(const char *s, int *remote) in a2tun() function
541 return (a2tun(s, NULL)); in a2tun()
544 *remote = a2tun(ep, NULL); in a2tun()
545 tun = a2tun(sp, NULL); in a2tun()
H A Dauth-options.c463 ret->force_tun_device = a2tun(opt, NULL); in sshauthopt_parse()
H A Dssh_namespace.h30 #define a2tun Fssh_a2tun macro
H A Dssh.c937 options.tun_local = a2tun(optarg, &options.tun_remote); in main()
H A Dreadconf.c1952 value = a2tun(arg, &value2); in process_config_line_depth()