HomeSort by relevance Sort by last modified time
    Searched refs:a2tun (Results 1 - 5 of 5) sorted by null

  /external/openssh/
misc.h 45 int a2tun(const char *, int *);
misc.c 248 a2tun(const char *s, int *remote) function
259 return (a2tun(s, NULL));
262 *remote = a2tun(ep, NULL);
263 tun = a2tun(sp, NULL);
auth-options.c 384 forced_tun_device = a2tun(tun, NULL);
ssh.c 752 options.tun_local = a2tun(optarg, &options.tun_remote);
    [all...]
readconf.c     [all...]

Completed in 43 milliseconds