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

  /external/openssh/
misc.h 26 int a2tun(const char *, int *);
misc.c 246 a2tun(const char *s, int *remote) function
257 return (a2tun(s, NULL));
260 *remote = a2tun(ep, NULL);
261 tun = a2tun(sp, NULL);
auth-options.c 378 forced_tun_device = a2tun(tun, NULL);
ssh.c 445 options.tun_local = a2tun(optarg, &options.tun_remote);
    [all...]
readconf.c 984 value = a2tun(arg, &value2);
    [all...]

Completed in 48 milliseconds