Searched refs:force_tun_device (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dauth-options.h47 int force_tun_device; member in struct:sshauthopt
H A Dauth-options.c261 ret->force_tun_device = -1;
502 ret->force_tun_device = a2tun(opt, NULL);
504 if (ret->force_tun_device == SSH_TUNID_ERR) {
602 * force_tun_device, permitopen/permitlisten and environment all
605 ret->force_tun_device = primary->force_tun_device;
606 if (ret->force_tun_device == -1)
607 ret->force_tun_device = additional->force_tun_device;
711 OPTSCALAR(force_tun_device);
[all...]
H A Dserverloop.c554 if (auth_opts->force_tun_device != -1) {
555 if (tun != SSH_TUNID_ANY && auth_opts->force_tun_device != tun)
557 tun = auth_opts->force_tun_device;
H A Dauth.c1026 snprintf(buf, sizeof(buf), "%d", opts->force_tun_device);
1038 opts->force_tun_device == -1 ? "" : " tun=",
1039 opts->force_tun_device == -1 ? "" : buf,
/freebsd-13-stable/crypto/openssh/regress/unittests/authopt/
H A Dtests.c180 /* force_tun_device */
183 expected->force_tun_device = 1;
190 expected->force_tun_device = SSH_TUNID_ANY;
540 expected->force_tun_device = 6;

Completed in 107 milliseconds