Lines Matching refs:force_tun_device
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);
821 if ((r = sshbuf_put_u8(m, opts->force_tun_device == -1)) != 0 ||
822 (r = sshbuf_put_u32(m, (opts->force_tun_device < 0) ?
823 0 : (u_int)opts->force_tun_device)) != 0)
887 opts->force_tun_device = f ? -1 : (int)tmp;