Searched refs:x11_forwarding (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dservconf.h81 int x11_forwarding; /* If true, permit inet (spoofing) X11 fwd. */ member in struct:__anon4965
H A Dservconf.c95 options->x11_forwarding = -1;
216 if (options->x11_forwarding == -1)
217 options->x11_forwarding = 1;
1156 intptr = &options->x11_forwarding;
1838 M_CP_INTOPT(x11_forwarding);
2068 dump_cfg_fmtint(sX11Forwarding, o->x11_forwarding);
H A Dsession.c2636 if (!options.x11_forwarding) {

Completed in 82 milliseconds