Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/pppd/
Dsys-bsd.c143 static int initfdflags = -1; /* Initial file descriptor flags for ppp_fd */ variable
330 if ((initfdflags = fcntl(fd, F_GETFL)) == -1
331 || fcntl(fd, F_SETFL, initfdflags | O_NONBLOCK) == -1) {
476 if (initfdflags != -1 && fcntl(fd, F_SETFL, initfdflags) < 0)
478 initfdflags = -1;