Searched defs:lwip_select (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/api/
H A Dsockets.c664 lwip_select(int maxfdp1, fd_set *readset, fd_set *writeset, fd_set *exceptset, function
674 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_select(%d, %p, %p, %p, tvsec=%ld tvusec=%ld)\n", maxfdp1, (void *)readset, (void *) writeset, (void *) exceptset, timeout ? timeout->tv_sec : -1L, timeout ? timeout->tv_usec : -1L));
717 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_select: no timeout, returning 0\n"));
770 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_select: timeout expired\n"));
802 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_select: nready=%d\n", nready));
/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dsockets.c201 /** This counter is increased from lwip_select when the list is chagned
1162 lwip_select(int maxfdp1, fd_set *readset, fd_set *writeset, fd_set *exceptset, function
1174 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_select(%d, %p, %p, %p, tvsec=%"S32_F" tvusec=%"S32_F")\n",
1186 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_select: no timeout, returning 0\n"));
1289 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_select: timeout expired\n"));
1299 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_select: nready=%d\n", nready));

Completed in 651 milliseconds