Home
last modified time | relevance | path

Searched refs:TCPS_ESTABLISHED (Results 1 – 25 of 145) sorted by relevance

123456

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/netinet/
H A Dtcp_fsm.h52 #define TCPS_ESTABLISHED 4 /* established */ macro
68 #define TCP6S_ESTABLISHED TCPS_ESTABLISHED
77 #define TCPS_HAVEESTABLISHED(s) ((s) >= TCPS_ESTABLISHED)
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/netinet/
H A Dtcp_fsm.h52 #define TCPS_ESTABLISHED 4 /* established */ macro
68 #define TCP6S_ESTABLISHED TCPS_ESTABLISHED
77 #define TCPS_HAVEESTABLISHED(s) ((s) >= TCPS_ESTABLISHED)
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/include/netinet/
H A Dtcp_fsm.h52 #define TCPS_ESTABLISHED 4 /* established */ macro
68 #define TCP6S_ESTABLISHED TCPS_ESTABLISHED
77 #define TCPS_HAVEESTABLISHED(s) ((s) >= TCPS_ESTABLISHED)
/dports/misc/rump/buildrump.sh-b914579/src/sys/netinet/
H A Dtcp_fsm.h49 #define TCPS_ESTABLISHED 4 /* established */ macro
60 #define TCPS_HAVEESTABLISHED(s) ((s) >= TCPS_ESTABLISHED)
/dports/net/vde2/vde2-2.3.2/src/slirpvde/
H A Dtcp.h127 #define TCPS_ESTABLISHED 4 /* established */ macro
138 #define TCPS_HAVEESTABLISHED(s) ((s) >= TCPS_ESTABLISHED)
/dports/emulators/qemu60/qemu-6.0.0/slirp/src/
H A Dtcp.h133 #define TCPS_ESTABLISHED 4 /* established */ macro
144 #define TCPS_HAVEESTABLISHED(s) ((s) >= TCPS_ESTABLISHED)
/dports/net/libslirp/libslirp-cceced0cce9d578ed01db68edf31af78eb66f858/src/
H A Dtcp.h133 #define TCPS_ESTABLISHED 4 /* established */ macro
144 #define TCPS_HAVEESTABLISHED(s) ((s) >= TCPS_ESTABLISHED)
/dports/emulators/qemu-utils/qemu-4.2.1/slirp/src/
H A Dtcp.h133 #define TCPS_ESTABLISHED 4 /* established */ macro
144 #define TCPS_HAVEESTABLISHED(s) ((s) >= TCPS_ESTABLISHED)
/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/slirp/
H A Dtcp.h140 #define TCPS_ESTABLISHED 4 /* established */ macro
151 #define TCPS_HAVEESTABLISHED(s) ((s) >= TCPS_ESTABLISHED)
/dports/emulators/qemu5/qemu-5.2.0/slirp/src/
H A Dtcp.h133 #define TCPS_ESTABLISHED 4 /* established */ macro
144 #define TCPS_HAVEESTABLISHED(s) ((s) >= TCPS_ESTABLISHED)
/dports/emulators/qemu-guest-agent/qemu-5.0.1/slirp/src/
H A Dtcp.h133 #define TCPS_ESTABLISHED 4 /* established */ macro
144 #define TCPS_HAVEESTABLISHED(s) ((s) >= TCPS_ESTABLISHED)
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/slirp/
H A Dtcp.h141 #define TCPS_ESTABLISHED 4 /* established */ macro
152 #define TCPS_HAVEESTABLISHED(s) ((s) >= TCPS_ESTABLISHED)
/dports/emulators/bochs/bochs-2.7/iodev/network/slirp/
H A Dtcp.h142 #define TCPS_ESTABLISHED 4 /* established */ macro
153 #define TCPS_HAVEESTABLISHED(s) ((s) >= TCPS_ESTABLISHED)
/dports/emulators/fs-uae/fs-uae-3.1.35/src/slirp/
H A Dtcp.h134 #define TCPS_ESTABLISHED 4 /* established */ macro
145 #define TCPS_HAVEESTABLISHED(s) ((s) >= TCPS_ESTABLISHED)
/dports/emulators/qemu42/qemu-4.2.1/slirp/src/
H A Dtcp.h133 #define TCPS_ESTABLISHED 4 /* established */ macro
144 #define TCPS_HAVEESTABLISHED(s) ((s) >= TCPS_ESTABLISHED)
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/slirp/src/
H A Dtcp.h133 #define TCPS_ESTABLISHED 4 /* established */ macro
144 #define TCPS_HAVEESTABLISHED(s) ((s) >= TCPS_ESTABLISHED)
/dports/emulators/qemu/qemu-6.2.0/slirp/src/
H A Dtcp.h133 #define TCPS_ESTABLISHED 4 /* established */ macro
144 #define TCPS_HAVEESTABLISHED(s) ((s) >= TCPS_ESTABLISHED)
/dports/emulators/qemu42/qemu-4.2.1/net/
H A Dfilter-rewriter.c89 conn->tcp_state = TCPS_ESTABLISHED; in handle_primary_tcp_pkt()
108 conn->tcp_state = TCPS_ESTABLISHED; in handle_primary_tcp_pkt()
150 if (conn->tcp_state == TCPS_ESTABLISHED) { in handle_primary_tcp_pkt()
239 if (conn->tcp_state == TCPS_ESTABLISHED && in handle_secondary_tcp_pkt()
/dports/emulators/qemu/qemu-6.2.0/net/
H A Dfilter-rewriter.c91 conn->tcp_state = TCPS_ESTABLISHED; in handle_primary_tcp_pkt()
110 conn->tcp_state = TCPS_ESTABLISHED; in handle_primary_tcp_pkt()
152 if (conn->tcp_state == TCPS_ESTABLISHED) { in handle_primary_tcp_pkt()
244 if (conn->tcp_state == TCPS_ESTABLISHED && in handle_secondary_tcp_pkt()
/dports/emulators/qemu60/qemu-6.0.0/net/
H A Dfilter-rewriter.c91 conn->tcp_state = TCPS_ESTABLISHED; in handle_primary_tcp_pkt()
110 conn->tcp_state = TCPS_ESTABLISHED; in handle_primary_tcp_pkt()
152 if (conn->tcp_state == TCPS_ESTABLISHED) { in handle_primary_tcp_pkt()
244 if (conn->tcp_state == TCPS_ESTABLISHED && in handle_secondary_tcp_pkt()
/dports/emulators/qemu5/qemu-5.2.0/net/
H A Dfilter-rewriter.c91 conn->tcp_state = TCPS_ESTABLISHED; in handle_primary_tcp_pkt()
110 conn->tcp_state = TCPS_ESTABLISHED; in handle_primary_tcp_pkt()
152 if (conn->tcp_state == TCPS_ESTABLISHED) { in handle_primary_tcp_pkt()
244 if (conn->tcp_state == TCPS_ESTABLISHED && in handle_secondary_tcp_pkt()
/dports/emulators/qemu-utils/qemu-4.2.1/net/
H A Dfilter-rewriter.c89 conn->tcp_state = TCPS_ESTABLISHED; in handle_primary_tcp_pkt()
108 conn->tcp_state = TCPS_ESTABLISHED; in handle_primary_tcp_pkt()
150 if (conn->tcp_state == TCPS_ESTABLISHED) { in handle_primary_tcp_pkt()
239 if (conn->tcp_state == TCPS_ESTABLISHED && in handle_secondary_tcp_pkt()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/net/
H A Dfilter-rewriter.c89 conn->tcp_state = TCPS_ESTABLISHED; in handle_primary_tcp_pkt()
108 conn->tcp_state = TCPS_ESTABLISHED; in handle_primary_tcp_pkt()
150 if (conn->tcp_state == TCPS_ESTABLISHED) { in handle_primary_tcp_pkt()
239 if (conn->tcp_state == TCPS_ESTABLISHED && in handle_secondary_tcp_pkt()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/net/
H A Dfilter-rewriter.c91 conn->tcp_state = TCPS_ESTABLISHED; in handle_primary_tcp_pkt()
110 conn->tcp_state = TCPS_ESTABLISHED; in handle_primary_tcp_pkt()
152 if (conn->tcp_state == TCPS_ESTABLISHED) { in handle_primary_tcp_pkt()
244 if (conn->tcp_state == TCPS_ESTABLISHED && in handle_secondary_tcp_pkt()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/net/
H A Dfilter-rewriter.c89 conn->tcp_state = TCPS_ESTABLISHED; in handle_primary_tcp_pkt()
108 conn->tcp_state = TCPS_ESTABLISHED; in handle_primary_tcp_pkt()
150 if (conn->tcp_state == TCPS_ESTABLISHED) { in handle_primary_tcp_pkt()
239 if (conn->tcp_state == TCPS_ESTABLISHED && in handle_secondary_tcp_pkt()

123456