HomeSort by: relevance | last modified time | path
    Searched defs:initfdflags (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/ppp/usr.sbin/pppd/
sys-bsd.c 183 static int initfdflags = -1; /* Initial file descriptor flags for ppp_fd */ variable
458 if ((initfdflags = fcntl(fd, F_GETFL)) == -1
459 || fcntl(fd, F_SETFL, initfdflags | O_NONBLOCK) == -1) {
527 if (initfdflags != -1 && fcntl(fd, F_SETFL, initfdflags) < 0)
531 initfdflags = -1;

Completed in 20 milliseconds