Home
last modified time | relevance | path

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

/external/openssh/
Dservconf.h152 int allow_streamlocal_forwarding; /* One of FORWARD_* */ member
Dservconf.c152 options->allow_streamlocal_forwarding = -1; in initialize_server_options()
411 if (options->allow_streamlocal_forwarding == -1) in fill_default_server_options()
412 options->allow_streamlocal_forwarding = FORWARD_ALLOW; in fill_default_server_options()
1728 intptr = &options->allow_streamlocal_forwarding; in process_server_config_line_depth()
2504 M_CP_INTOPT(allow_streamlocal_forwarding); in copy_set_server_options()
2831 dump_cfg_fmtint(sAllowStreamLocalForwarding, o->allow_streamlocal_forwarding); in dump_config()
Dserverloop.c554 if ((options.allow_streamlocal_forwarding & FORWARD_LOCAL) != 0 && in server_request_direct_streamlocal()
877 if ((options.allow_streamlocal_forwarding & FORWARD_REMOTE) == 0 in server_input_global_request()