HomeSort by: relevance | last modified time | path
    Searched refs:a2tun (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
misc.h 76 int a2tun(const char *, int *);
misc.c 564 a2tun(const char *s, int *remote) function
575 return (a2tun(s, NULL));
578 *remote = a2tun(ep, NULL);
579 tun = a2tun(sp, NULL);
auth-options.c 464 ret->force_tun_device = a2tun(opt, NULL);
ssh.c 900 options.tun_local = a2tun(optarg, &options.tun_remote);
readconf.c 2130 value = a2tun(arg, &value2);

Completed in 24 milliseconds