Home
last modified time | relevance | path

Searched refs:refuse_connection (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.bin/ssh/
H A Dservconf.h251 int refuse_connection; member
H A Dservconf.c195 options->refuse_connection = -1; in initialize_server_options()
467 if (options->refuse_connection == -1) in fill_default_server_options()
468 options->refuse_connection = 0; in fill_default_server_options()
2635 intptr = &options->refuse_connection; in process_server_config_line_depth()
2858 M_CP_INTOPT(refuse_connection); in copy_set_server_options()
3181 dump_cfg_fmtint(sRefuseConnection, o->refuse_connection); in dump_config()
H A Dmonitor.c814 if (options.refuse_connection) { in mm_answer_pwnamallow()