Searched refs:streamlocal_bind_mask (Results 1 – 4 of 4) sorted by relevance
40 mode_t streamlocal_bind_mask; /* umask for streamlocal binds */ member
163 options->fwd_opts.streamlocal_bind_mask = (mode_t)-1; in initialize_server_options()451 if (options->fwd_opts.streamlocal_bind_mask == (mode_t)-1) in fill_default_server_options()452 options->fwd_opts.streamlocal_bind_mask = 0177; in fill_default_server_options()2315 options->fwd_opts.streamlocal_bind_mask = (mode_t)value; in process_server_config_line_depth()2531 if (src->fwd_opts.streamlocal_bind_mask != (mode_t)-1) { in copy_set_server_options()2532 dst->fwd_opts.streamlocal_bind_mask = in copy_set_server_options()2533 src->fwd_opts.streamlocal_bind_mask; in copy_set_server_options()2787 dump_cfg_oct(sStreamLocalBindMask, o->fwd_opts.streamlocal_bind_mask); in dump_config()
1757 options->fwd_opts.streamlocal_bind_mask = (mode_t)value; in process_config_line_depth()1933 options->fwd_opts.streamlocal_bind_mask = (mode_t)-1; in initialize_options()2076 if (options->fwd_opts.streamlocal_bind_mask == (mode_t)-1) in fill_default_options()2077 options->fwd_opts.streamlocal_bind_mask = 0177; in fill_default_options()2857 o->fwd_opts.streamlocal_bind_mask); in dump_client_config()
3592 omask = umask(fwd_opts->streamlocal_bind_mask);