Searched refs:SM_FD_SET (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/sendmail/include/sm/
H A Dfdset.h20 #define SM_FD_SET(fd, pfdset) FD_SET(fd, pfdset) macro
/freebsd-12-stable/contrib/sendmail/libsm/
H A Dnotify.c177 SM_FD_SET(NotifyRDpipe, &readfds);
H A Dstdio.c369 SM_FD_SET(fp->f_file, &readfds);
/freebsd-12-stable/contrib/sendmail/src/
H A Ddaemon.c347 SM_FD_SET(Daemons[idx].d_socket,
357 SM_FD_SET(ControlSocket, &readfds);
H A Dmilter.c225 SM_FD_SET(m->mf_sock, &fds); \
H A Dsrvrsmtp.c1390 SM_FD_SET(fd, &readfds);

Completed in 205 milliseconds