Home
last modified time | relevance | path

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

/src/crypto/openssh/
H A Dservconf.h254 int refuse_connection; member
H A Dservconf.c219 options->refuse_connection = -1; in initialize_server_options()
507 if (options->refuse_connection == -1) in fill_default_server_options()
508 options->refuse_connection = 0; in fill_default_server_options()
2741 intptr = &options->refuse_connection; in process_server_config_line_depth()
2968 M_CP_INTOPT(refuse_connection); in copy_set_server_options()
3299 dump_cfg_fmtint(sRefuseConnection, o->refuse_connection); in dump_config()
H A Dmonitor.c898 if (options.refuse_connection) { in mm_answer_pwnamallow()