Home
last modified time | relevance | path

Searched refs:ERR_ABRT (Results 1 – 7 of 7) sorted by relevance

/external/syslinux/core/lwip/src/core/
Dtcp_in.c307 } else if ((err == ERR_ABRT) || (tcplen > 0)) { in tcp_input()
322 if (err != ERR_ABRT) { in tcp_input()
343 if (err == ERR_ABRT) { in tcp_input()
363 if (err == ERR_ABRT) { in tcp_input()
383 if (err == ERR_ABRT) { in tcp_input()
461 return ERR_ABRT; in tcp_listen_input()
668 if (err == ERR_ABRT) { in tcp_process()
669 return ERR_ABRT; in tcp_process()
696 if (err != ERR_ABRT) { in tcp_process()
699 return ERR_ABRT; in tcp_process()
Dtcp.c361 TCP_EVENT_ERR(errf, errf_arg, ERR_ABRT); in tcp_abandon()
464 return ERR_ABRT; in tcp_accept_null()
920 TCP_EVENT_ERR(pcb->errf, pcb->callback_arg, ERR_ABRT); in tcp_slowtmr()
1007 } else if (err == ERR_ABRT) { in tcp_fasttmr()
/external/syslinux/core/lwip/src/include/lwip/
Derr.h65 #define ERR_ABRT -10 /* Connection aborted. */ macro
/external/syslinux/core/lwip/
DUPGRADING24 make sure you return ERR_ABRT to prevent accessing unallocated memory.
25 (ERR_ABRT now means the applicaiton has called tcp_abort!)
DCHANGELOG284 * api_lib.c: netconn_accept: return ERR_ABRT instead of ERR_CLSD if the
580 ERR_ABRT means the application has called tcp_abort()!
/external/syslinux/core/lwip/src/api/
Dapi_lib.c311 NETCONN_SET_SAFE_ERR(conn, ERR_ABRT); in netconn_accept()
312 return ERR_ABRT; in netconn_accept()
/external/syslinux/core/lwip/doc/
Drawapi.txt283 sure you always return ERR_ABRT (and never return ERR_ABRT otherwise