Home
last modified time | relevance | path

Searched refs:pollfd (Results 1 – 6 of 6) sorted by relevance

/lib/lwip/lwip/src/include/lwip/priv/
A Dsockets_priv.h162 struct pollfd *poll_fds;
/lib/lwip/lwip/contrib/ports/unix/posixlib/include/posix/
A Dsockets.h115 int lwip_poll(struct pollfd *fds, nfds_t nfds, int timeout);
/lib/lwip/lwip/src/include/lwip/
A Dsockets.h516 struct pollfd struct
623 int lwip_poll(struct pollfd *fds, nfds_t nfds, int timeout);
/lib/lwip/lwip/src/api/
A Dsockets.c2238 lwip_pollscan(struct pollfd *fds, nfds_t nfds, enum lwip_pollscan_opts opts) in lwip_pollscan()
2329 lwip_poll_inc_sockets_used(struct pollfd *fds, nfds_t nfds) in lwip_poll_inc_sockets_used()
2344 lwip_poll_dec_sockets_used(struct pollfd *fds, nfds_t nfds) in lwip_poll_dec_sockets_used()
2364 lwip_poll(struct pollfd *fds, nfds_t nfds, int timeout) in lwip_poll()
2487 const struct pollfd *pollfd = &scb->poll_fds[fdi]; in lwip_poll_should_wake() local
2488 if (pollfd->fd == fd) { in lwip_poll_should_wake()
2492 if (has_recvevent && (pollfd->events & POLLIN) != 0) { in lwip_poll_should_wake()
2495 if (has_sendevent && (pollfd->events & POLLOUT) != 0) { in lwip_poll_should_wake()
/lib/lwip/lwip/test/sockets/
A Dsockets_stresstest.c222 struct pollfd pfd; in sockets_stresstest_wait_readable_poll()
/lib/lwip/lwip/contrib/apps/socket_examples/
A Dsocket_examples.c83 struct pollfd fds; in sockex_nonblocking_connect()

Completed in 30 milliseconds