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

  /src/crypto/external/bsd/openssh/dist/
auth-options.h 54 int force_tun_device; member in struct:sshauthopt
auth-options.c 202 ret->force_tun_device = -1;
464 ret->force_tun_device = a2tun(opt, NULL);
466 if (ret->force_tun_device == SSH_TUNID_ERR) {
564 * force_tun_device, permitopen/permitlisten and environment all
567 ret->force_tun_device = primary->force_tun_device;
568 if (ret->force_tun_device == -1)
569 ret->force_tun_device = additional->force_tun_device;
677 OPTSCALAR(force_tun_device);
    [all...]
auth.c 745 snprintf(buf, sizeof(buf), "%d", opts->force_tun_device);
759 opts->force_tun_device == -1 ? "" : " tun=",
760 opts->force_tun_device == -1 ? "" : buf,
serverloop.c 560 if (auth_opts->force_tun_device != -1) {
562 auth_opts->force_tun_device != (int)tun)
564 tun = auth_opts->force_tun_device;

Completed in 17 milliseconds