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

  /external/syslinux/core/lwip/src/include/lwip/
tcp.h 134 FIN_WAIT_2 = 6,
  /external/syslinux/core/lwip/src/core/
tcp_in.c 752 pcb->state = FIN_WAIT_2;
755 case FIN_WAIT_2:
758 LWIP_DEBUGF(TCP_DEBUG, ("TCP connection closed: FIN_WAIT_2 %"U16_F" -> %"U16_F".\n", inseg.tcphdr->src, inseg.tcphdr->dest));
    [all...]
tcp.c 65 "FIN_WAIT_2",
834 if (pcb->state == FIN_WAIT_2) {
    [all...]

Completed in 63 milliseconds