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

/freebsd-13-stable/crypto/openssh/
H A Dreadconf.h108 int clear_forwardings; member in struct:__anon6881
H A Dreadconf.c388 clear_forwardings(Options *options) function
1313 intptr = &options->clear_forwardings;
1864 options->clear_forwardings = -1;
1999 if (options->clear_forwardings == -1)
2000 options->clear_forwardings =
2002 if (options->clear_forwardings == 1)
2003 clear_forwardings(options);
2633 dump_cfg_fmtint(oClearAllForwardings, o->clear_forwardings);

Completed in 58 milliseconds