lwip_select_cb is only used within lwIP.
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
struct lwip_select_cb *
Pointer to the next waiting task.
struct lwip_select_cb *
Pointer to the previous waiting task.
fd_set *
readset passed to select.
fd_set *
writeset passed to select.
fd_set *
unimplemented: exceptset passed to select.
struct pollfd *
fds passed to poll; NULL if select.
nfds passed to poll; 0 if select.
int
don't signal the same semaphore twice: set to 1 when signalled.
semaphore to wake up a task waiting for select.

References

from examples