lwip_select_cb::poll_fds is only used within LwIP.
 
Symbols
loading...
Files
loading...

lwip_select_cb::poll_fds field

fds passed to poll; NULL if select

Syntax

struct pollfd *poll_fds;

References

LocationReferrerText
sockets_priv.h:162
struct pollfd *poll_fds;
sockets.c:2360lwip_poll()
API_SELECT_CB_VAR_REF(select_cb).poll_fds = fds;
sockets.c:2442lwip_poll_should_wake()
const struct pollfd *pollfd = &scb->poll_fds[fdi];
sockets.c:2597select_check_waiters()
if (scb->poll_fds != NULL) {

Data Use

Functions writing lwip_select_cb::poll_fds
Functions reading lwip_select_cb::poll_fds
all items filtered out
lwip_select_cb::poll_fds
Type of lwip_select_cb::poll_fds
lwip_select_cb::poll_fds
all items filtered out