Home
last modified time | relevance | path

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

/freebsd/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.c125 { TCPOPT_TIMESTAMP, "TS" },
524 case TCPOPT_TIMESTAMP: in tcp_print()
/freebsd/sbin/ipf/libipf/
H A Dtcpoptnames.c19 { TCPOPT_TIMESTAMP, 0x000020, 10, "tstamp" },
/freebsd/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.c1849 *optp++ = TCPOPT_TIMESTAMP; in tcp_addoptions()
H A Dtcp_input.c3578 case TCPOPT_TIMESTAMP: in tcp_dooptions()
/freebsd/sys/netpfil/pf/
H A Dpf_osfp.c175 case TCPOPT_TIMESTAMP: in pf_osfp_fingerprint_hdr()
H A Dpf_norm.c1482 case TCPOPT_TIMESTAMP: in pf_normalize_tcp_init()
1602 case TCPOPT_TIMESTAMP: in pf_normalize_tcp_stateful()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rx.c210 TCPOPT_NOP << 16 | TCPOPT_TIMESTAMP << 8 | in mlx5e_lro_update_hdr()
/freebsd/sys/dev/cxgbe/crypto/
H A Dt6_kern_tls.c848 case TCPOPT_TIMESTAMP: in ktls_has_tcp_options()
881 if (opt == TCPOPT_TIMESTAMP && optlen == TCPOLEN_TIMESTAMP) in ktls_find_tcp_timestamps()
/freebsd/sys/dev/sfxge/
H A Dsfxge_rx.c556 (TCPOPT_TIMESTAMP << 8) | in sfxge_lro_try_merge()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c401 case TCPOPT_TIMESTAMP: in tcpopts_parse()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c15449 *cp = TCPOPT_TIMESTAMP; in rack_log_input_packet()
16346 (TCPOPT_TIMESTAMP << 8) | TCPOLEN_TIMESTAMP)