HomeSort by relevance Sort by last modified time
    Searched refs:ERR_ABRT (Results 1 - 4 of 4) sorted by null

  /external/syslinux/core/lwip/src/include/lwip/
err.h 65 #define ERR_ABRT -10 /* Connection aborted. */
  /external/syslinux/core/lwip/src/core/
tcp_in.c 307 } 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...]
tcp.c 361 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)
    [all...]
  /external/syslinux/core/lwip/src/api/
api_lib.c 311 NETCONN_SET_SAFE_ERR(conn, ERR_ABRT);
312 return ERR_ABRT;

Completed in 95 milliseconds