Home
last modified time | relevance | path

Searched refs:FD_SET_T (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dmini_event.c301 FD_SET(FD_SET_T ev->ev_fd, &ev->ev_base->reads); in event_add()
304 FD_SET(FD_SET_T ev->ev_fd, &ev->ev_base->writes); in event_add()
306 FD_SET(FD_SET_T ev->ev_fd, &ev->ev_base->content); in event_add()
307 FD_CLR(FD_SET_T ev->ev_fd, &ev->ev_base->ready); in event_add()
336 FD_CLR(FD_SET_T ev->ev_fd, &ev->ev_base->reads); in event_del()
337 FD_CLR(FD_SET_T ev->ev_fd, &ev->ev_base->writes); in event_del()
338 FD_CLR(FD_SET_T ev->ev_fd, &ev->ev_base->ready); in event_del()
339 FD_CLR(FD_SET_T ev->ev_fd, &ev->ev_base->content); in event_del()
/freebsd/contrib/ldns/ldns/
H A Dconfig.h666 #define FD_SET_T (u_int) macro
668 #define FD_SET_T macro
H A Dconfig.h.in665 #define FD_SET_T (u_int) macro
667 #define FD_SET_T macro
/freebsd/lib/libunbound/
H A Dconfig.h1387 #define FD_SET_T (u_int) macro
1389 #define FD_SET_T macro
/freebsd/contrib/unbound/smallapp/
H A Dunbound-control.c674 FD_SET(FD_SET_T fd, &rset); in contact_server()
676 FD_SET(FD_SET_T fd, &wset); in contact_server()
678 FD_SET(FD_SET_T fd, &eset); in contact_server()
/freebsd/contrib/ldns/
H A Dacx_nlnetlabs.m4103 # AHX_CONFIG_W32_FD_SET_T - w32 detection of FD_SET_T.
1285 dnl provide w32 compat definition for FD_SET_T
1290 #define FD_SET_T (u_int)
1292 #define FD_SET_T
H A Dnet.c160 FD_SET(FD_SET_T sockfd, &fds); in ldns_sock_wait()
/freebsd/contrib/unbound/
H A Dacx_nlnetlabs.m4112 # AHX_CONFIG_W32_FD_SET_T - w32 detection of FD_SET_T.
1370 dnl provide w32 compat definition for FD_SET_T
1375 #define FD_SET_T (u_int)
1377 #define FD_SET_T
H A Dconfig.h.in1357 #define FD_SET_T (u_int) macro
1359 #define FD_SET_T macro