Searched refs:ERR_ABRT (Results 1 - 4 of 4) sorted by relevance

/external/syslinux/core/lwip/src/include/lwip/
H A Derr.h65 #define ERR_ABRT -10 /* Connection aborted. */ macro
/external/syslinux/core/lwip/src/core/
H A Dtcp_in.c307 } else if ((err == ERR_ABRT) || (tcplen > 0)) {
308 /* if err == ERR_ABRT, 'pcb' is already deallocated */
320 /* A return value of ERR_ABRT means that tcp_abort() was called
322 if (err != ERR_ABRT) {
343 if (err == ERR_ABRT) {
363 if (err == ERR_ABRT) {
383 if (err == ERR_ABRT) {
461 return ERR_ABRT;
668 if (err == ERR_ABRT) {
669 return ERR_ABRT;
[all...]
H A Dtcp.c361 TCP_EVENT_ERR(errf, errf_arg, ERR_ABRT);
374 * sure you always return ERR_ABRT (and never return ERR_ABRT otherwise
464 return ERR_ABRT;
920 TCP_EVENT_ERR(pcb->errf, pcb->callback_arg, ERR_ABRT);
940 /* if err == ERR_ABRT, 'prev' is already deallocated */
1007 } else if (err == ERR_ABRT) {
1008 /* if err == ERR_ABRT, 'pcb' is already deallocated */
/external/syslinux/core/lwip/src/api/
H A Dapi_lib.c311 NETCONN_SET_SAFE_ERR(conn, ERR_ABRT);
312 return ERR_ABRT;

Completed in 186 milliseconds