HomeSort by relevance Sort by last modified time
    Searched defs:tcp_close (Results 1 - 2 of 2) sorted by null

  /external/syslinux/gpxe/src/net/
tcp.c 265 static void tcp_close ( struct tcp_connection *tcp, int rc ) { function
542 tcp_close ( tcp, -ETIMEDOUT );
843 tcp_close ( tcp, 0 );
873 tcp_close ( tcp, -ECONNRESET );
1053 tcp_close ( tcp, rc );
  /external/syslinux/core/lwip/src/core/
tcp.c 123 * For tcp_close(), a RST is sent if the application didn't receive all data
149 that might not be expected when calling tcp_close */
171 * Calling tcp_close() with a pcb that has already been closed, (i.e. twice)
224 /* To ensure all data has been sent when tcp_close returns, we have
226 Since we don't really have to ensure all data has been sent when tcp_close
252 tcp_close(struct tcp_pcb *pcb) function
255 LWIP_DEBUGF(TCP_DEBUG, ("tcp_close: closing in "));
    [all...]

Completed in 52 milliseconds