Searched refs:FD_RD_READY (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/libmilter/ |
H A D | comm.c | 82 ret = FD_RD_READY(sd, rds, excs, timeout); 155 ret = FD_RD_READY(sd, rds, excs, timeout);
|
H A D | libmilter.h | 203 # define FD_RD_READY(sd, rds, excs, timeout) \ macro 230 # define FD_RD_READY(sd, rds, excs, timeout) \ macro
|
H A D | listener.c | 766 r = FD_RD_READY(listenfd, rds, excs, &chktime);
|