Home
last modified time | relevance | path

Searched refs:tcp_err (Results 1 – 5 of 5) sorted by relevance

/lib/liblwip/src/include/lwip/
Dtcp.h323 void tcp_err (struct tcp_pcb *pcb, tcp_err_fn err);
/lib/liblwip/src/api/
Dapi_msg.c422 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/
Dtcp_helper.c230 tcp_err(pcb, test_tcp_counters_err); in test_tcp_new_counters_pcb()
/lib/liblwip/doc/
Drawapi.txt174 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/
Dtcp.c1421 tcp_err(struct tcp_pcb *pcb, tcp_err_fn err) in tcp_err() function