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

/freebsd-12-stable/contrib/unbound/util/
H A Dmini_event.c301 FD_SET(FD_SET_T ev->ev_fd, &ev->ev_base->reads);
304 FD_SET(FD_SET_T ev->ev_fd, &ev->ev_base->writes);
306 FD_SET(FD_SET_T ev->ev_fd, &ev->ev_base->content);
307 FD_CLR(FD_SET_T ev->ev_fd, &ev->ev_base->ready);
336 FD_CLR(FD_SET_T ev->ev_fd, &ev->ev_base->reads);
337 FD_CLR(FD_SET_T ev->ev_fd, &ev->ev_base->writes);
338 FD_CLR(FD_SET_T ev->ev_fd, &ev->ev_base->ready);
339 FD_CLR(FD_SET_T ev->ev_fd, &ev->ev_base->content);
H A Dtube.c402 FD_SET(FD_SET_T fd, &r);
/freebsd-12-stable/contrib/ldns/ldns/
H A Dconfig.h561 #define FD_SET_T (u_int) macro
563 #define FD_SET_T macro
/freebsd-12-stable/usr.sbin/unbound/
H A Dconfig.h1246 #define FD_SET_T (u_int) macro
1248 #define FD_SET_T macro
/freebsd-12-stable/contrib/unbound/smallapp/
H A Dunbound-control.c652 FD_SET(FD_SET_T fd, &rset);
654 FD_SET(FD_SET_T fd, &wset);
656 FD_SET(FD_SET_T fd, &eset);
/freebsd-12-stable/contrib/ldns/
H A Dnet.c160 FD_SET(FD_SET_T sockfd, &fds);

Completed in 118 milliseconds