HomeSort by relevance Sort by last modified time
    Searched full:initfdflags (Results 1 - 1 of 1) sorted by null

  /external/ppp/pppd/
sys-linux.c 175 static int initfdflags = -1; /* Initial file descriptor flags for fd */ variable
518 initfdflags = fcntl(fd, F_GETFL);
519 if (initfdflags == -1 ||
520 fcntl(fd, F_SETFL, initfdflags | O_NONBLOCK) == -1) {
573 if (initfdflags != -1 && fcntl(tty_fd, F_SETFL, initfdflags) < 0) {
579 initfdflags = -1;
    [all...]

Completed in 31 milliseconds