Home
last modified time | relevance | path

Searched refs:fdset_add (Results 1 – 10 of 10) sorted by relevance

/dports/dns/knot3/knot-3.1.5/tests/knot/
H A Dtest_fdset.c54 ret = fdset_add(&fdset, fds0[0], FDSET_POLLIN, NULL); in main()
59 ret = fdset_add(&fdset, fds1[0], FDSET_POLLIN, NULL); in main()
64 ret = fdset_add(&fdset, fds2[0], FDSET_POLLIN, NULL); in main()
/dports/dns/knot3-lib/knot-3.1.5/tests/knot/
H A Dtest_fdset.c54 ret = fdset_add(&fdset, fds0[0], FDSET_POLLIN, NULL); in main()
59 ret = fdset_add(&fdset, fds1[0], FDSET_POLLIN, NULL); in main()
64 ret = fdset_add(&fdset, fds2[0], FDSET_POLLIN, NULL); in main()
/dports/dns/knot3-lib/knot-3.1.5/src/knot/server/
H A Dtcp-handler.c150 int ret = fdset_add(fds, i->fd_tcp[tcp_id], FDSET_POLLIN, NULL); in tcp_set_ifaces()
233 int idx = fdset_add(&tcp->set, client, FDSET_POLLIN, NULL); in tcp_event_accept()
H A Dudp-handler.c446 int ret = fdset_add(fds, fd, FDSET_POLLIN, NULL); in udp_set_ifaces()
/dports/dns/knot3/knot-3.1.5/src/knot/server/
H A Dtcp-handler.c150 int ret = fdset_add(fds, i->fd_tcp[tcp_id], FDSET_POLLIN, NULL); in tcp_set_ifaces()
233 int idx = fdset_add(&tcp->set, client, FDSET_POLLIN, NULL); in tcp_event_accept()
H A Dudp-handler.c446 int ret = fdset_add(fds, fd, FDSET_POLLIN, NULL); in udp_set_ifaces()
/dports/dns/knot3-lib/knot-3.1.5/src/knot/common/
H A Dfdset.h129 int fdset_add(fdset_t *set, const int fd, const fdset_event_t events, void *ctx);
H A Dfdset.c93 int fdset_add(fdset_t *set, const int fd, const fdset_event_t events, void *ctx) in fdset_add() function
/dports/dns/knot3/knot-3.1.5/src/knot/common/
H A Dfdset.h129 int fdset_add(fdset_t *set, const int fd, const fdset_event_t events, void *ctx);
H A Dfdset.c93 int fdset_add(fdset_t *set, const int fd, const fdset_event_t events, void *ctx) in fdset_add() function