Searched refs:ERR_ABRT (Results 1 – 7 of 7) sorted by relevance
307 } 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()
361 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()
65 #define ERR_ABRT -10 /* Connection aborted. */ macro
24 make sure you return ERR_ABRT to prevent accessing unallocated memory.25 (ERR_ABRT now means the applicaiton has called tcp_abort!)
284 * api_lib.c: netconn_accept: return ERR_ABRT instead of ERR_CLSD if the580 ERR_ABRT means the application has called tcp_abort()!
311 NETCONN_SET_SAFE_ERR(conn, ERR_ABRT); in netconn_accept()312 return ERR_ABRT; in netconn_accept()
283 sure you always return ERR_ABRT (and never return ERR_ABRT otherwise