Searched refs:clear_forwardings (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dreadconf.h114 int clear_forwardings; member in struct:__anon510
H A Dreadconf.c390 clear_forwardings(Options *options) function
1313 intptr = &options->clear_forwardings;
1808 options->clear_forwardings = -1;
1939 if (options->clear_forwardings == -1)
1940 options->clear_forwardings =
1942 if (options->clear_forwardings == 1)
1943 clear_forwardings(options);
2551 dump_cfg_fmtint(oClearAllForwardings, o->clear_forwardings);

Completed in 111 milliseconds