Home
last modified time | relevance | path

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

/lib/liblwip/src/include/lwip/
Derr.h65 #define ERR_ABRT -10 /* Connection aborted. */ macro
/lib/liblwip/src/core/
Dtcp_in.c294 if ((tcp_process_refused_data(pcb) == ERR_ABRT) || in tcp_input()
307 if (err != ERR_ABRT) { in tcp_input()
334 if (err == ERR_ABRT) { in tcp_input()
351 if (err == ERR_ABRT) { in tcp_input()
375 if (err == ERR_ABRT) { in tcp_input()
463 return ERR_ABRT; in tcp_listen_input()
671 if (err == ERR_ABRT) { in tcp_process()
672 return ERR_ABRT; in tcp_process()
699 if (err != ERR_ABRT) { in tcp_process()
702 return ERR_ABRT; in tcp_process()
Dtcp.c398 TCP_EVENT_ERR(errf, errf_arg, ERR_ABRT); in tcp_abandon()
500 return ERR_ABRT; in tcp_accept_null()
974 TCP_EVENT_ERR(err_fn, err_arg, ERR_ABRT); in tcp_slowtmr()
1105 if (err == ERR_ABRT) { in tcp_process_refused_data()
1106 return ERR_ABRT; in tcp_process_refused_data()
1109 } else if (err == ERR_ABRT) { in tcp_process_refused_data()
1114 return ERR_ABRT; in tcp_process_refused_data()
/lib/liblwip/
DUPGRADING24 make sure you return ERR_ABRT to prevent accessing unallocated memory.
25 (ERR_ABRT now means the applicaiton has called tcp_abort!)
DCHANGELOG583 * api_lib.c: netconn_accept: return ERR_ABRT instead of ERR_CLSD if the
879 ERR_ABRT means the application has called tcp_abort()!
/lib/liblwip/src/api/
Dapi_lib.c311 NETCONN_SET_SAFE_ERR(conn, ERR_ABRT); in netconn_accept()
312 return ERR_ABRT; in netconn_accept()
/lib/liblwip/doc/
Drawapi.txt289 sure you always return ERR_ABRT (and never return ERR_ABRT otherwise