HomeSort by relevance Sort by last modified time
    Searched full:tcp_abort (Results 1 - 10 of 10) sorted by null

  /external/syslinux/core/lwip/src/include/lwip/
tcp.h 58 * Only return ERR_ABRT if you have called tcp_abort from within the
70 * Only return ERR_ABRT if you have called tcp_abort from within the
84 * Only return ERR_ABRT if you have called tcp_abort from within the
96 * Only return ERR_ABRT if you have called tcp_abort from within the
108 * ERR_ABRT: aborted through tcp_abort or by a TCP timer
120 * Only return ERR_ABRT if you have called tcp_abort from within the
348 void tcp_abort (struct tcp_pcb *pcb);
  /external/syslinux/core/lwip/
UPGRADING 23 * When calling tcp_abort() from a raw API TCP callback function,
25 (ERR_ABRT now means the applicaiton has called tcp_abort!)
CHANGELOG 578 * tcp.h, tcp.c, tcp_in.c: Fixed bug #27871: Calling tcp_abort() in recv
580 ERR_ABRT means the application has called tcp_abort()!
    [all...]
  /kernel/tests/net/test/
sock_diag_test.py 331 2010b93 net: tcp: deal with listen sockets properly in tcp_abort.
338 200dae7 net: tcp: deal with listen sockets properly in tcp_abort.
345 9c712fe net: tcp: deal with listen sockets properly in tcp_abort.
352 476c6ce net: tcp: deal with listen sockets properly in tcp_abort.
359 a76e0ec net: tcp: deal with listen sockets properly in tcp_abort.
367 3d9502c tcp: diag: add support for request sockets to tcp_abort()
368 001cf75 net: tcp: deal with listen sockets properly in tcp_abort.
    [all...]
  /external/syslinux/core/lwip/src/core/
tcp.c 148 /* don't call tcp_abort here: we must not deallocate the pcb since
329 LWIP_ASSERT("don't call tcp_abort/tcp_abandon for listen-pcbs",
380 tcp_abort(struct tcp_pcb *pcb) function
    [all...]
tcp_in.c 320 /* A return value of ERR_ABRT means that tcp_abort() was called
354 tcp_abort(pcb);
398 /* Jump target if pcb has been aborted in a callback (by calling tcp_abort()).
697 tcp_abort(pcb);
    [all...]
netif.c 343 tcp_abort(pcb);
tcp_out.c     [all...]
  /external/syslinux/core/lwip/doc/
rawapi.txt 277 - void tcp_abort(struct tcp_pcb *pcb)
  /external/syslinux/core/lwip/src/api/
api_msg.c 715 tcp_abort(newconn->pcb.tcp);
    [all...]

Completed in 3550 milliseconds