Home | History | Annotate | Download | only in src

Lines Matching refs:FD_SET

686 	    const fd_set *fdset __unused)
698 fd_set s;
702 FD_SET(r->cx.fd, &s);
714 radius_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w __unused,
715 fd_set *e __unused, int *n)
720 FD_SET(rad->cx.fd, r);
734 radius_IsSet(struct fdescriptor *d, const fd_set *fdset)
746 const fd_set *fdset __unused)