Home | History | Annotate | Download | only in pppd

Lines Matching refs:close

830     close(pipefd[1]);
832 close(pipefd[0]);
1519 close(fd);
1533 close(pipefd[1]);
1534 /* this read() blocks until the close(pipefd[1]) below */
1536 close(pipefd[0]);
1566 close(log_to_fd);
1567 if (the_channel->close)
1568 (*the_channel->close)();
1570 close(devfd); /* some plugins don't have a close function */
1571 close(fd_ppp);
1572 close(fd_devnull);
1574 close(infd);
1576 close(outfd);
1578 close(errfd);
1581 close(pipefd[0]);
1582 /* this close unblocks the read() call above in the parent */
1583 close(pipefd[1]);
1612 close(errfd);