Lines Matching refs:FD_SET
136 ether_RemoveFromSet(struct physical *p, fd_set *r, fd_set *w, fd_set *e)
223 fd_set *r;
231 log_Printf(LogERROR, "DoLoop: Cannot create fd_set\n");
237 FD_SET(dev->cs, r);
376 ether_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n)
383 FD_SET(dev->cs, r);
395 ether_IsSet(struct fdescriptor *d, const fd_set *fdset)
409 const fd_set *fdset)