Searched refs:S_UNPRIV (Results 1 – 1 of 1) sorted by relevance
244 #define S_UNPRIV (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH) macro253 if ((fd = make_sock(&sa, ifname, (fmode & S_UNPRIV) == S_UNPRIV)) == -1) in control_start1()268 if ((fmode & S_UNPRIV) != S_UNPRIV) in control_start1()285 if (ifname == NULL && (fd = control_start1(ctx, NULL, S_UNPRIV)) != -1){ in control_start()