Home
last modified time | relevance | path

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

/external/openssh/
Dservconf.h126 int allow_streamlocal_forwarding; /* One of FORWARD_* */ member
Dserverloop.c487 if ((options.allow_streamlocal_forwarding & FORWARD_LOCAL) != 0 && in server_request_direct_streamlocal()
770 if ((options.allow_streamlocal_forwarding & FORWARD_REMOTE) == 0 in server_input_global_request()
Dservconf.c131 options->allow_streamlocal_forwarding = -1; in initialize_server_options()
296 if (options->allow_streamlocal_forwarding == -1) in fill_default_server_options()
297 options->allow_streamlocal_forwarding = FORWARD_ALLOW; in fill_default_server_options()
1369 intptr = &options->allow_streamlocal_forwarding; in process_server_config_line()
1994 M_CP_INTOPT(allow_streamlocal_forwarding); in copy_set_server_options()
2292 dump_cfg_fmtint(sAllowStreamLocalForwarding, o->allow_streamlocal_forwarding); in dump_config()