Searched refs:tcpip_try_callback (Results 1 – 7 of 7) sorted by relevance
| /lib/lwip/lwip/src/include/lwip/ |
| A D | tcpip.h | 82 err_t tcpip_try_callback(tcpip_callback_fn function, void *ctx); 88 …nction, ctx, block) ((block != 0)? tcpip_callback(function, ctx) : tcpip_try_callback(function, ct…
|
| /lib/lwip/lwip/contrib/examples/httpd/fs_example/ |
| A D | fs_example.c | 229 err = tcpip_try_callback(fs_example_read_cb, data); in fs_wait_read_custom() 267 err = tcpip_try_callback(fs_example_read_cb, data); in fs_read_async_custom()
|
| /lib/lwip/lwip/src/api/ |
| A D | tcpip.c | 350 tcpip_try_callback(tcpip_callback_fn function, void *ctx) in tcpip_try_callback() function 690 return tcpip_try_callback(pbuf_free_int, p); in pbuf_free_callback() 703 return tcpip_try_callback(mem_free, m); in mem_free_callback()
|
| /lib/lwip/lwip/src/netif/ppp/ |
| A D | pppos.c | 584 if(tcpip_try_callback(pppos_input_callback, inp) != ERR_OK) { in pppos_input()
|
| /lib/lwip/lwip/src/core/ |
| A D | pbuf.c | 105 if (tcpip_try_callback(pbuf_free_ooseq_callback, NULL) != ERR_OK) { \
|
| A D | netif.c | 1213 if (tcpip_try_callback((tcpip_callback_fn)netif_poll, netif) != ERR_OK) { in netif_loop_output()
|
| /lib/lwip/lwip/ |
| A D | UPGRADING | 43 with tcpip_try_callback()
|
Completed in 21 milliseconds