Searched refs:sio_fd_t (Results 1 – 9 of 9) sorted by relevance
/components/net/lwip/lwip-1.4.1/src/include/lwip/ |
A D | sio.h | 47 typedef void * sio_fd_t; typedef 60 sio_fd_t sio_open(u8_t devnum); 72 void sio_send(u8_t c, sio_fd_t fd); 83 u8_t sio_recv(sio_fd_t fd); 98 u32_t sio_read(sio_fd_t fd, u8_t *data, u32_t len); 111 u32_t sio_tryread(sio_fd_t fd, u8_t *data, u32_t len); 125 u32_t sio_write(sio_fd_t fd, u8_t *data, u32_t len); 134 void sio_read_abort(sio_fd_t fd);
|
/components/net/lwip/lwip-2.1.2/src/include/lwip/ |
A D | sio.h | 48 typedef void * sio_fd_t; typedef 61 sio_fd_t sio_open(u8_t devnum); 73 void sio_send(u8_t c, sio_fd_t fd); 84 u8_t sio_recv(sio_fd_t fd); 99 u32_t sio_read(sio_fd_t fd, u8_t *data, u32_t len); 112 u32_t sio_tryread(sio_fd_t fd, u8_t *data, u32_t len); 126 u32_t sio_write(sio_fd_t fd, u8_t *data, u32_t len); 135 void sio_read_abort(sio_fd_t fd);
|
/components/net/lwip/lwip-2.0.3/src/include/lwip/ |
A D | sio.h | 48 typedef void * sio_fd_t; typedef 61 sio_fd_t sio_open(u8_t devnum); 73 void sio_send(u8_t c, sio_fd_t fd); 84 u8_t sio_recv(sio_fd_t fd); 99 u32_t sio_read(sio_fd_t fd, u8_t *data, u32_t len); 112 u32_t sio_tryread(sio_fd_t fd, u8_t *data, u32_t len); 126 u32_t sio_write(sio_fd_t fd, u8_t *data, u32_t len); 135 void sio_read_abort(sio_fd_t fd);
|
/components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
A D | ppp.h | 143 int pppOverSerialOpen(sio_fd_t fd, pppLinkStatusCB_fn linkStatusCB, void *linkStatusCtx);
|
A D | ppp.c | 173 sio_fd_t fd; 204 sio_fd_t fd; /* File device ID of port. */ 537 pppOverSerialOpen(sio_fd_t fd, pppLinkStatusCB_fn linkStatusCB, void *linkStatusCtx) in pppOverSerialOpen() 994 *(sio_fd_t *)arg = pc->fd; in pppIOCtl()
|
/components/net/lwip/port/ |
A D | sys_arch.c | 590 u32_t sio_read(sio_fd_t fd, u8_t *buf, u32_t size) in sio_read() 603 u32_t sio_write(sio_fd_t fd, u8_t *buf, u32_t size) in sio_write() 609 void sio_read_abort(sio_fd_t fd) in sio_read_abort()
|
/components/net/lwip/lwip-1.4.1/src/netif/ |
A D | slipif.c | 94 sio_fd_t sd;
|
/components/net/lwip/lwip-2.1.2/src/netif/ |
A D | slipif.c | 96 sio_fd_t sd;
|
/components/net/lwip/lwip-2.0.3/src/netif/ |
A D | slipif.c | 96 sio_fd_t sd;
|
Completed in 34 milliseconds