Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dcontrol.c401 #define S_UNPRIV (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH) macro
411 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()