Searched refs:TCPOPT_TIMESTAMP (Results 1 - 14 of 14) sorted by relevance

/freebsd-current/sbin/ipf/libipf/
H A Dtcpoptnames.c19 { TCPOPT_TIMESTAMP, 0x000020, 10, "tstamp" },
/freebsd-current/contrib/tcpdump/
H A Dtcp.h74 #define TCPOPT_TIMESTAMP 8 /* timestamp (rfc1323) */ macro
92 (TCPOPT_NOP<<24|TCPOPT_NOP<<16|TCPOPT_TIMESTAMP<<8|TCPOLEN_TIMESTAMP)
H A Dprint-tcp.c127 { TCPOPT_TIMESTAMP, "TS" },
526 case TCPOPT_TIMESTAMP:
/freebsd-current/sys/netinet/
H A Dtcp_lro.h204 (TCPOPT_TIMESTAMP << 8) | TCPOLEN_TIMESTAMP)
H A Dtcp.h117 #define TCPOPT_TIMESTAMP 8 macro
H A Dtcp_output.c1843 *optp++ = TCPOPT_TIMESTAMP;
H A Dtcp_input.c3539 case TCPOPT_TIMESTAMP:
/freebsd-current/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rx.c187 TCPOPT_NOP << 16 | TCPOPT_TIMESTAMP << 8 |
/freebsd-current/sys/netpfil/pf/
H A Dpf_osfp.c175 case TCPOPT_TIMESTAMP:
H A Dpf_norm.c1563 case TCPOPT_TIMESTAMP:
1683 case TCPOPT_TIMESTAMP:
/freebsd-current/sys/dev/cxgbe/crypto/
H A Dt6_kern_tls.c848 case TCPOPT_TIMESTAMP:
881 if (opt == TCPOPT_TIMESTAMP && optlen == TCPOLEN_TIMESTAMP)
/freebsd-current/sys/dev/sfxge/
H A Dsfxge_rx.c556 (TCPOPT_TIMESTAMP << 8) |
/freebsd-current/sys/netpfil/ipfw/
H A Dip_fw2.c399 case TCPOPT_TIMESTAMP:
/freebsd-current/sys/netinet/tcp_stacks/
H A Drack.c16209 *cp = TCPOPT_TIMESTAMP;
17106 (TCPOPT_TIMESTAMP << 8) | TCPOLEN_TIMESTAMP)

Completed in 354 milliseconds