Searched refs:streamlocal_bind_mask (Results 1 – 4 of 4) sorted by relevance
50 mode_t streamlocal_bind_mask; /* umask for streamlocal binds */ member
157 options->fwd_opts.streamlocal_bind_mask = (mode_t)-1; in initialize_server_options()483 if (options->fwd_opts.streamlocal_bind_mask == (mode_t)-1) in fill_default_server_options()484 options->fwd_opts.streamlocal_bind_mask = 0177; in fill_default_server_options()2680 options->fwd_opts.streamlocal_bind_mask = (mode_t)value; in process_server_config_line_depth()3010 if (src->fwd_opts.streamlocal_bind_mask != (mode_t)-1) { in copy_set_server_options()3011 dst->fwd_opts.streamlocal_bind_mask = in copy_set_server_options()3012 src->fwd_opts.streamlocal_bind_mask; in copy_set_server_options()3288 dump_cfg_oct(sStreamLocalBindMask, o->fwd_opts.streamlocal_bind_mask); in dump_config()
2315 options->fwd_opts.streamlocal_bind_mask = (mode_t)value; in process_config_line_depth()2717 options->fwd_opts.streamlocal_bind_mask = (mode_t)-1; in initialize_options()2879 if (options->fwd_opts.streamlocal_bind_mask == (mode_t)-1) in fill_default_options()2880 options->fwd_opts.streamlocal_bind_mask = 0177; in fill_default_options()3927 o->fwd_opts.streamlocal_bind_mask); in dump_client_config()
4082 omask = umask(fwd_opts->streamlocal_bind_mask); in channel_setup_fwd_listener_streamlocal()