Home
last modified time | relevance | path

Searched refs:streamlocal_bind_unlink (Results 1 – 4 of 4) sorted by relevance

/dragonfly/crypto/openssh/
H A Dmisc.h42 int streamlocal_bind_unlink; /* unlink socket before bind */ member
H A Dservconf.c162 options->fwd_opts.streamlocal_bind_unlink = -1; in initialize_server_options()
446 if (options->fwd_opts.streamlocal_bind_unlink == -1) in fill_default_server_options()
447 options->fwd_opts.streamlocal_bind_unlink = 0; in fill_default_server_options()
2420 intptr = &options->fwd_opts.streamlocal_bind_unlink; in process_server_config_line_depth()
2618 M_CP_INTOPT(fwd_opts.streamlocal_bind_unlink); in copy_set_server_options()
2942 dump_cfg_fmtint(sStreamLocalBindUnlink, o->fwd_opts.streamlocal_bind_unlink); in dump_config()
H A Dreadconf.c2083 intptr = &options->fwd_opts.streamlocal_bind_unlink; in process_config_line_depth()
2332 options->fwd_opts.streamlocal_bind_unlink = -1; in initialize_options()
2487 if (options->fwd_opts.streamlocal_bind_unlink == -1) in fill_default_options()
2488 options->fwd_opts.streamlocal_bind_unlink = 0; in fill_default_options()
3304 dump_cfg_fmtint(oStreamLocalBindUnlink, o->fwd_opts.streamlocal_bind_unlink); in dump_client_config()
H A Dchannels.c3797 fwd_opts->streamlocal_bind_unlink); in channel_setup_fwd_listener_streamlocal()