Searched defs:fds (Results 1 – 2 of 2) sorted by relevance
/btstack/3rd-party/lwip/core/src/api/ |
H A D | sockets.c | 2187 lwip_pollscan(struct pollfd *fds, nfds_t nfds, enum lwip_pollscan_opts opts) in lwip_pollscan() 2278 lwip_poll_inc_sockets_used(struct pollfd *fds, nfds_t nfds) in lwip_poll_inc_sockets_used() 2293 lwip_poll_dec_sockets_used(struct pollfd *fds, nfds_t nfds) in lwip_poll_dec_sockets_used() 2308 #define lwip_poll_inc_sockets_used(fds, nfds) argument 2309 #define lwip_poll_dec_sockets_used(fds, nfds) argument 2313 lwip_poll(struct pollfd *fds, nfds_t nfds, int timeout) in lwip_poll()
|
/btstack/3rd-party/lwip/core/src/include/lwip/ |
H A D | sockets.h | 657 #define poll(fds,nfds,timeout) lwip_poll(fds,nfds,timeout) argument
|