Searched refs:tcp_err (Results 1 – 5 of 5) sorted by relevance
| /lib/liblwip/src/include/lwip/ |
| D | tcp.h | 323 void tcp_err (struct tcp_pcb *pcb, tcp_err_fn err);
|
| /lib/liblwip/src/api/ |
| D | api_msg.c | 422 tcp_err(pcb, err_tcp); 465 tcp_err(pcb, NULL); 781 tcp_err(conn->pcb.tcp, NULL); 816 tcp_err(conn->pcb.tcp, err_tcp);
|
| /lib/liblwip/test/unit/tcp/ |
| D | tcp_helper.c | 230 tcp_err(pcb, test_tcp_counters_err); in test_tcp_new_counters_pcb()
|
| /lib/liblwip/doc/ |
| D | rawapi.txt | 174 callback function of this pcb (registered with tcp_err, see below) 296 function to be called is set using the tcp_err() function. 298 - void tcp_err(struct tcp_pcb *pcb, void (* err)(void *arg,
|
| /lib/liblwip/src/core/ |
| D | tcp.c | 1421 tcp_err(struct tcp_pcb *pcb, tcp_err_fn err) in tcp_err() function
|