Searched defs:tcp_close (Results 1 - 4 of 4) sorted by relevance

/external/qemu/
H A Dmigration-tcp-android.c42 static int tcp_close(FdMigrationState *s) function
44 dprintf("tcp_close\n");
86 s->close = tcp_close;
H A Dmigration-tcp.c42 static int tcp_close(FdMigrationState *s) function
44 dprintf("tcp_close\n");
94 s->close = tcp_close;
/external/qemu/slirp/
H A Dtcp_subr.c243 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 */
/external/qemu/slirp-android/
H A Dtcp_subr.c245 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 1214 milliseconds