Home
last modified time | relevance | path

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

/openbsd/usr.sbin/npppd/npppd/
H A Dprivsep.h39 int priv_open (const char *, int);
H A Dprivsep.c264 priv_open(const char *path, int flags) in priv_open() function
283 if ((f = priv_open(path, O_RDONLY)) < 0) in priv_fopen()
H A Dnpppd_iface.c284 if ((_this->devf = priv_open(buf, O_RDWR | O_NONBLOCK)) < 0) { in npppd_iface_start()
/openbsd/usr.sbin/npppd/pppoe/
H A Dpppoed.c277 if ((_this->bpf = priv_open("/dev/bpf", O_RDWR)) == -1) { in pppoed_listener_start()