Searched refs:exceptset (Results 1 – 2 of 2) sorted by relevance
/external/syslinux/core/lwip/src/api/ |
D | sockets.c | 96 fd_set *exceptset; member 1075 lwip_select(int maxfdp1, fd_set *readset, fd_set *writeset, fd_set *exceptset, argument 1088 maxfdp1, (void *)readset, (void *) writeset, (void *) exceptset, 1094 nready = lwip_selscan(maxfdp1, readset, writeset, exceptset, &lreadset, &lwriteset, &lexceptset); 1114 select_cb.exceptset = exceptset; 1142 (exceptset && FD_ISSET(i, exceptset))) { 1154 … nready = lwip_selscan(maxfdp1, readset, writeset, exceptset, &lreadset, &lwriteset, &lexceptset); 1174 (exceptset && FD_ISSET(i, exceptset))) { 1209 … nready = lwip_selscan(maxfdp1, readset, writeset, exceptset, &lreadset, &lwriteset, &lexceptset); 1221 if (exceptset) { [all …]
|
/external/syslinux/core/lwip/src/include/lwip/ |
D | sockets.h | 338 int lwip_select(int maxfdp1, fd_set *readset, fd_set *writeset, fd_set *exceptset,
|