Home | History | Annotate | Download | only in pppd

Lines Matching defs:exc

1048     fd_set ready, exc;
1052 exc = in_fds;
1053 n = select(max_in_fd + 1, &ready, NULL, &exc, timo);