Home
last modified time | relevance | path

Searched refs:SM_FD_SET (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/sendmail/include/sm/
H A Dfdset.h21 #define SM_FD_SET(fd, pfdset) FD_SET(fd, pfdset) macro
/freebsd/contrib/sendmail/libsm/
H A Dnotify.c181 SM_FD_SET(NotifyRDpipe, &readfds);
H A Dstdio.c369 SM_FD_SET(fp->f_file, &readfds);
/freebsd/contrib/sendmail/src/
H A Ddaemon.c346 SM_FD_SET(Daemons[idx].d_socket,
356 SM_FD_SET(ControlSocket, &readfds);
H A Dmilter.c223 SM_FD_SET(m->mf_sock, &fds); \