Searched refs:tcp_err (Results 1 – 4 of 4) sorted by relevance
321 void tcp_err (struct tcp_pcb *pcb, tcp_err_fn err);
422 tcp_err(pcb, err_tcp);769 tcp_err(conn->pcb.tcp, NULL);804 tcp_err(conn->pcb.tcp, err_tcp);
172 callback function of this pcb (registered with tcp_err, see below)290 function to be called is set using the tcp_err() function.292 - void tcp_err(struct tcp_pcb *pcb, void (* err)(void *arg,
1318 tcp_err(struct tcp_pcb *pcb, tcp_err_fn err) in tcp_err() function