Home
last modified time | relevance | path

Searched refs:TF_RCVD_TSTMP (Results 1 – 24 of 24) sorted by relevance

/dports/net/libslirp/libslirp-cceced0cce9d578ed01db68edf31af78eb66f858/src/
H A Dtcp_var.h62 #define TF_RCVD_TSTMP 0x0100 /* a timestamp was received in SYN */ macro
/dports/emulators/qemu-utils/qemu-4.2.1/slirp/src/
H A Dtcp_var.h62 #define TF_RCVD_TSTMP 0x0100 /* a timestamp was received in SYN */ macro
/dports/emulators/qemu5/qemu-5.2.0/slirp/src/
H A Dtcp_var.h62 #define TF_RCVD_TSTMP 0x0100 /* a timestamp was received in SYN */ macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/slirp/src/
H A Dtcp_var.h62 #define TF_RCVD_TSTMP 0x0100 /* a timestamp was received in SYN */ macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/slirp/
H A Dtcp_var.h61 #define TF_RCVD_TSTMP 0x0100 /* a timestamp was received in SYN */ macro
/dports/emulators/bochs/bochs-2.7/iodev/network/slirp/
H A Dtcp_var.h64 #define TF_RCVD_TSTMP 0x0100 /* a timestamp was received in SYN */ macro
/dports/emulators/qemu42/qemu-4.2.1/slirp/src/
H A Dtcp_var.h62 #define TF_RCVD_TSTMP 0x0100 /* a timestamp was received in SYN */ macro
/dports/net/vde2/vde2-2.3.2/src/slirpvde/
H A Dtcp_var.h61 #define TF_RCVD_TSTMP 0x0100 /* a timestamp was received in SYN */ macro
/dports/emulators/qemu/qemu-6.2.0/slirp/src/
H A Dtcp_var.h62 #define TF_RCVD_TSTMP 0x0100 /* a timestamp was received in SYN */ macro
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/slirp/src/
H A Dtcp_var.h62 #define TF_RCVD_TSTMP 0x0100 /* a timestamp was received in SYN */ macro
/dports/emulators/qemu60/qemu-6.0.0/slirp/src/
H A Dtcp_var.h62 #define TF_RCVD_TSTMP 0x0100 /* a timestamp was received in SYN */ macro
/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/slirp/
H A Dtcp_var.h61 #define TF_RCVD_TSTMP 0x0100 /* a timestamp was received in SYN */ macro
/dports/emulators/fs-uae/fs-uae-3.1.35/src/slirp/
H A Dtcp_var.h61 #define TF_RCVD_TSTMP 0x0100 /* a timestamp was received in SYN */ macro
/dports/net/vde/vde-1.5.7/slirpvde/
H A Dtcp_var.h71 #define TF_RCVD_TSTMP 0x0100 /* a timestamp was received in SYN */ macro
/dports/security/snort/snort-2.9.18/src/win32/WIN32-Includes/NETINET/
H A DTCP_VAR.H62 #define TF_RCVD_TSTMP 0x0100 /* a timestamp was received in SYN */ macro
/dports/net/lft/lft-3.91/include/netinet/
H A Dtcp_var.h62 #define TF_RCVD_TSTMP 0x0100 /* a timestamp was received in SYN */ macro
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/netinet/
H A Dtcp_var.h93 #define TF_RCVD_TSTMP 0x00100 /* a timestamp was received in SYN */ macro
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/include/netinet/
H A Dtcp_var.h93 #define TF_RCVD_TSTMP 0x00100 /* a timestamp was received in SYN */ macro
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/netinet/
H A Dtcp_var.h93 #define TF_RCVD_TSTMP 0x00100 /* a timestamp was received in SYN */ macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/netinet/
H A Dtcp_subr.c2400 if ((tp->t_flags & (TF_REQ_TSTMP|TF_RCVD_TSTMP|TF_NOOPT)) == in tcp_optlen()
2401 (TF_REQ_TSTMP | TF_RCVD_TSTMP)) in tcp_optlen()
2433 (tp->t_flags & TF_RCVD_TSTMP) == TF_RCVD_TSTMP) in tcp_hdrsz()
H A Dtcp_var.h213 #define TF_RCVD_TSTMP 0x0100 /* a timestamp was received in SYN */ macro
H A Dtcp_input.c3367 tp->t_flags |= TF_RCVD_TSTMP; in tcp_dooptions()
4126 tp->t_flags |= TF_REQ_TSTMP|TF_RCVD_TSTMP; in syn_cache_get()
4438 if ((tb.t_flags & (TF_REQ_TSTMP|TF_RCVD_TSTMP)) == in syn_cache_add()
4439 (TF_REQ_TSTMP|TF_RCVD_TSTMP)) in syn_cache_add()
H A Dtcp_output.c1175 (tp->t_flags & TF_RCVD_TSTMP)) && OPT_FITS(TCPOLEN_TSTAMP_APPA)) { in tcp_output()
H A Dtcp_usrreq.c252 if ((tp->t_flags & TF_REQ_TSTMP) && (tp->t_flags & TF_RCVD_TSTMP)) in tcp_fill_info()