/external/qemu/ |
migration-tcp-android.c | 42 static int tcp_close(FdMigrationState *s) function 44 dprintf("tcp_close\n"); 86 s->close = tcp_close;
|
migration-tcp.c | 42 static int tcp_close(FdMigrationState *s) function 44 dprintf("tcp_close\n"); 94 s->close = tcp_close;
|
/bionic/libc/include/netinet/ |
tcp.h | 43 TCP_CLOSE,
|
/development/ndk/platforms/android-3/include/netinet/ |
tcp.h | 43 TCP_CLOSE,
|
/external/iproute2/include/netinet/ |
tcp.h | 133 TCP_CLOSE,
|
/external/qemu/slirp/ |
slirp.h | 305 struct tcpcb * tcp_close _P((register struct tcpcb *));
|
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...] |
tcp_input.c | 690 tp = tcp_close(tp); 711 tp = tcp_close(tp); 902 tp = tcp_close(tp); 926 tp = tcp_close(tp); 984 tp = tcp_close(tp); 990 tp = tcp_close(tp); [all...] |
tcp_timer.c | 150 tp = tcp_close(tp);
|
/external/qemu/slirp-android/ |
slirp.h | 255 struct tcpcb * tcp_close _P((register struct tcpcb *));
|
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 */
|
tcp_input.c | 696 tp = tcp_close(tp); 717 tp = tcp_close(tp); 908 tp = tcp_close(tp); 932 tp = tcp_close(tp); 990 tp = tcp_close(tp); 996 tp = tcp_close(tp); [all...] |
tcp_timer.c | 150 tp = tcp_close(tp);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/ |
tcp.h | 135 TCP_CLOSE,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/ |
tcp.h | 135 TCP_CLOSE,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/ |
tcp.h | 135 TCP_CLOSE,
|
/external/kernel-headers/original/linux/ |
dccp.h | 230 DCCP_CLOSED = TCP_CLOSE,
|
/external/iproute2/misc/ |
ss.c | 409 [TCP_CLOSE] = "UNCONN", 424 [TCP_CLOSE] = "unconnected", [all...] |
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
thinbasic.php | 60 'TCP_RECV','TCP_PRINT','TCP_OPEN','TCP_LINEINPUT','TCP_FREEFILE','TCP_CLOSE','TB_IMGCTX_SETIMAGEADJUSTMENT','TB_IMGCTX_LOADIMAGE', [all...] |
/prebuilts/qemu-kernel/arm/2.6/ |
vmlinux-qemu | |
vmlinux-qemu-armv7 | |