Searched refs:used_sockets (Results 1 - 1 of 1) sorted by relevance
/third_party/lwip/src/api/ |
H A D | sockets.c | 1977 lwip_select_inc_sockets_used_set(int maxfdp, fd_set *fdset, fd_set *used_sockets) in lwip_select_inc_sockets_used_set() argument 1984 if (FD_ISSET(i, fdset) && !FD_ISSET(i, used_sockets)) { in lwip_select_inc_sockets_used_set() 1990 FD_SET(i, used_sockets); in lwip_select_inc_sockets_used_set() 2000 * Marked sockets are added to 'used_sockets' to mark them only once an be able 2004 lwip_select_inc_sockets_used(int maxfdp, fd_set *fdset1, fd_set *fdset2, fd_set *fdset3, fd_set *used_sockets) in lwip_select_inc_sockets_used() argument 2006 FD_ZERO(used_sockets); in lwip_select_inc_sockets_used() 2007 lwip_select_inc_sockets_used_set(maxfdp, fdset1, used_sockets); in lwip_select_inc_sockets_used() 2008 lwip_select_inc_sockets_used_set(maxfdp, fdset2, used_sockets); in lwip_select_inc_sockets_used() 2009 lwip_select_inc_sockets_used_set(maxfdp, fdset3, used_sockets); in lwip_select_inc_sockets_used() 2014 lwip_select_dec_sockets_used(int maxfdp, fd_set *used_sockets) in lwip_select_dec_sockets_used() argument 2047 fd_set used_sockets; lwip_select() local [all...] |
Completed in 4 milliseconds