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

  /external/qemu/slirp/
tcp_subr.c 243 return (tcp_close(tp));
253 tcp_close(struct tcpcb *tp) function
259 DEBUG_CALL("tcp_close");
340 tp = tcp_close(tp);
466 tcp_close(sototcpcb(so)); /* This will sofree() as well */
    [all...]
  /external/qemu/slirp-android/
tcp_subr.c 245 return (tcp_close(tp));
255 tcp_close(struct tcpcb *tp) function
261 DEBUG_CALL("tcp_close");
342 tp = tcp_close(tp);
622 tcp_close(sototcpcb(so)); /* This will sofree() as well */

Completed in 29 milliseconds