Searched defs:poll (Results 1 – 13 of 13) sorted by relevance
| /components/libc/posix/io/poll/ |
| A D | poll.c | 347 int poll(struct pollfd *fds, nfds_t nfds, int timeout) in poll() function
|
| /components/dfs/dfs_v1/include/ |
| A D | dfs_file.h | 34 int (*poll) (struct dfs_file *fd, struct rt_pollreq *req); member
|
| /components/net/sal/include/ |
| A D | sal_low_lvl.h | 89 int (*poll) (struct dfs_file *file, struct rt_pollreq *req); member
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | altcp.h | 78 altcp_poll_fn poll; member
|
| A D | tcp.h | 358 tcp_poll_fn poll; member
|
| A D | sockets.h | 670 #define poll(fds,nfds,timeout) lwip_poll(fds,nfds,timeout) macro
|
| /components/dfs/dfs_v2/include/ |
| A D | dfs_file.h | 49 int (*poll)(struct dfs_file *file, struct rt_pollreq *req); member
|
| /components/net/lwip/lwip-2.1.2/src/core/ |
| A D | altcp.c | 261 altcp_poll(struct altcp_pcb *conn, altcp_poll_fn poll, u8_t interval) in altcp_poll()
|
| A D | tcp.c | 2105 tcp_poll(struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval) in tcp_poll()
|
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | tcp.h | 258 tcp_poll_fn poll; member
|
| /components/net/lwip/lwip-1.4.1/src/core/ |
| A D | tcp.c | 1452 tcp_poll(struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval) in tcp_poll()
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | tcp.h | 301 tcp_poll_fn poll; member
|
| /components/net/lwip/lwip-2.0.3/src/core/ |
| A D | tcp.c | 1793 tcp_poll(struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval) in tcp_poll()
|
Completed in 25 milliseconds