HomeSort by relevance Sort by last modified time
    Searched refs:fdset (Results 26 - 29 of 29) sorted by null

12

  /external/libppp/src/
mp.c 1064 log_Printf(LogTIMER, "mp: fdset(r) %d\n", s->fd);
1071 mpserver_IsSet(struct fdescriptor *d, const fd_set *fdset)
1074 return s->fd >= 0 && FD_ISSET(s->fd, fdset);
1079 const fd_set *fdset __unused)
1088 const fd_set *fdset __unused)
    [all...]
physical.c 411 const fd_set *fdset __unused)
543 const fd_set *fdset __unused)
862 log_Printf(LogTIMER, "%s: fdset(r) %d\n", p->link.name, p->fd);
867 log_Printf(LogTIMER, "%s: fdset(e) %d\n", p->link.name, p->fd);
872 log_Printf(LogTIMER, "%s: fdset(w) %d\n", p->link.name, p->fd);
914 physical_IsSet(struct fdescriptor *d, const fd_set *fdset)
917 return p->fd >= 0 && FD_ISSET(p->fd, fdset);
radius.c 686 const fd_set *fdset __unused)
723 log_Printf(LogTIMER, "Radius: fdset(r) %d\n", rad->cx.fd);
734 radius_IsSet(struct fdescriptor *d, const fd_set *fdset)
738 return r && r->cx.fd != -1 && FD_ISSET(r->cx.fd, fdset);
746 const fd_set *fdset __unused)
    [all...]
  /external/mksh/src/
funcs.c 1887 fd_set fdset; local
    [all...]

Completed in 60 milliseconds

12