Home
last modified time | relevance | path

Searched refs:exceptset (Results 1 – 2 of 2) sorted by relevance

/lk-master/external/lib/lwip/api/
A Dsockets.c96 fd_set *exceptset; member
1088 lwip_select(int maxfdp1, fd_set *readset, fd_set *writeset, fd_set *exceptset, argument
1101 maxfdp1, (void *)readset, (void *) writeset, (void *) exceptset,
1107 nready = lwip_selscan(maxfdp1, readset, writeset, exceptset, &lreadset, &lwriteset, &lexceptset);
1127 select_cb.exceptset = exceptset;
1155 (exceptset && FD_ISSET(i, exceptset))) {
1167 … nready = lwip_selscan(maxfdp1, readset, writeset, exceptset, &lreadset, &lwriteset, &lexceptset);
1187 (exceptset && FD_ISSET(i, exceptset))) {
1234 if (exceptset) {
1235 *exceptset = lexceptset;
[all …]
/lk-master/external/lib/lwip/include/lwip/
A Dsockets.h340 int lwip_select(int maxfdp1, fd_set *readset, fd_set *writeset, fd_set *exceptset,

Completed in 6 milliseconds