Home
last modified time | relevance | path

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

/openbsd/usr.sbin/ntpd/
H A Dntpd.h90 #define CONSTRAINT_PASSFD (STDERR_FILENO + 1) macro
92 #define PARENT_SOCK_FILENO CONSTRAINT_PASSFD
H A Dconstraint.c403 cstr.fd = CONSTRAINT_PASSFD; in priv_constraint_child()
422 (void)closefrom(CONSTRAINT_PASSFD + 1); in priv_constraint_child()
430 if (fcntl(CONSTRAINT_PASSFD, F_SETFD, FD_CLOEXEC) == -1) in priv_constraint_child()