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

  /external/syslinux/core/lwip/src/include/lwip/
tcp_impl.h 68 void tcp_abandon (struct tcp_pcb *pcb, int reset);
  /external/syslinux/core/lwip/src/core/
tcp.c 318 tcp_abandon(struct tcp_pcb *pcb, int reset) function
329 LWIP_ASSERT("don't call tcp_abort/tcp_abandon for listen-pcbs",
363 LWIP_DEBUGF(TCP_RST_DEBUG, ("tcp_abandon: sending RST\n"));
382 tcp_abandon(pcb, 1);
    [all...]
tcp_in.c 508 tcp_abandon(npcb, 0);
    [all...]

Completed in 177 milliseconds