Home
last modified time | relevance | path

Searched refs:sio_tryread (Results 1 – 3 of 3) sorted by relevance

/lib/lwip/lwip/src/include/lwip/
A Dsio.h102 #ifndef sio_tryread
112 u32_t sio_tryread(sio_fd_t fd, u8_t *data, u32_t len);
/lib/lwip/lwip/contrib/ports/win32/
A Dsio.c259 u32_t sio_tryread(sio_fd_t fd, u8_t* data, u32_t len) in sio_tryread() function
/lib/lwip/lwip/src/netif/
A Dslipif.c436 while (sio_tryread(priv->sd, &c, 1) > 0) { in slipif_poll()

Completed in 9 milliseconds