Searched refs:S_UNPRIV (Results 1 – 1 of 1) sorted by relevance
401 #define S_UNPRIV (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH) macro411 fd = make_sock(&sa, ifname, family, (fmode & S_UNPRIV) == S_UNPRIV); in control_start1()436 if ((fmode & S_UNPRIV) == S_UNPRIV) in control_start1()469 if ((fd = control_start1(ctx, ifname, family, S_UNPRIV)) != -1) { in control_start()