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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptp/src/pppd/
H A Dsys-linux.c173 static int initfdflags = -1; /* Initial file descriptor flags for fd */ variable
530 initfdflags = fcntl(fd, F_GETFL);
531 if (initfdflags == -1 ||
532 fcntl(fd, F_SETFL, initfdflags | O_NONBLOCK) == -1) {
585 if (initfdflags != -1 && fcntl(tty_fd, F_SETFL, initfdflags) < 0) {
591 initfdflags = -1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/pppd/
H A Dsys-linux.c173 static int initfdflags = -1; /* Initial file descriptor flags for fd */ variable
530 initfdflags = fcntl(fd, F_GETFL);
531 if (initfdflags == -1 ||
532 fcntl(fd, F_SETFL, initfdflags | O_NONBLOCK) == -1) {
585 if (initfdflags != -1 && fcntl(tty_fd, F_SETFL, initfdflags) < 0) {
591 initfdflags = -1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptp/src/pppd/
H A Dsys-linux.c173 static int initfdflags = -1; /* Initial file descriptor flags for fd */ variable
530 initfdflags = fcntl(fd, F_GETFL);
531 if (initfdflags == -1 ||
532 fcntl(fd, F_SETFL, initfdflags | O_NONBLOCK) == -1) {
585 if (initfdflags != -1 && fcntl(tty_fd, F_SETFL, initfdflags) < 0) {
591 initfdflags = -1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptp/src/pppd/
H A Dsys-linux.c173 static int initfdflags = -1; /* Initial file descriptor flags for fd */ variable
530 initfdflags = fcntl(fd, F_GETFL);
531 if (initfdflags == -1 ||
532 fcntl(fd, F_SETFL, initfdflags | O_NONBLOCK) == -1) {
585 if (initfdflags != -1 && fcntl(tty_fd, F_SETFL, initfdflags) < 0) {
591 initfdflags = -1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/pppd/
H A Dsys-linux.c173 static int initfdflags = -1; /* Initial file descriptor flags for fd */ variable
530 initfdflags = fcntl(fd, F_GETFL);
531 if (initfdflags == -1 ||
532 fcntl(fd, F_SETFL, initfdflags | O_NONBLOCK) == -1) {
585 if (initfdflags != -1 && fcntl(tty_fd, F_SETFL, initfdflags) < 0) {
591 initfdflags = -1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/pppd/
H A Dsys-linux.c173 static int initfdflags = -1; /* Initial file descriptor flags for fd */ variable
530 initfdflags = fcntl(fd, F_GETFL);
531 if (initfdflags == -1 ||
532 fcntl(fd, F_SETFL, initfdflags | O_NONBLOCK) == -1) {
585 if (initfdflags != -1 && fcntl(tty_fd, F_SETFL, initfdflags) < 0) {
591 initfdflags = -1;

Completed in 197 milliseconds