Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dtcp.h321 void tcp_err (struct tcp_pcb *pcb, tcp_err_fn err);
/external/syslinux/core/lwip/src/api/
Dapi_msg.c422 tcp_err(pcb, err_tcp);
769 tcp_err(conn->pcb.tcp, NULL);
804 tcp_err(conn->pcb.tcp, err_tcp);
/external/syslinux/core/lwip/doc/
Drawapi.txt172 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,
/external/syslinux/core/lwip/src/core/
Dtcp.c1318 tcp_err(struct tcp_pcb *pcb, tcp_err_fn err) in tcp_err() function