Searched defs:flags (Results 1 - 1 of 1) sorted by relevance

/pkg/src/zoneproxy/zoneproxyd/
H A Dzoneproxyd.c260 int flags; local
262 if ((flags = fcntl(fd, F_GETFL, 0)) < 0) {
267 if (fcntl(fd, F_SETFL, flags | O_NONBLOCK) < 0) {
1058 int flags = fcntl(fd, F_GETFD, 0); local
1059 if ((flags != -1) && (fcntl(fd, F_SETFD, flags | FD_CLOEXEC) != -1))

Completed in 31 milliseconds