Home
last modified time | relevance | path

Searched refs:TCPOPT_TSTAMP_LEN (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_tcp.c48 #define TCPOPT_TSTAMP_LEN 10 macro
261 if (optlen < TCPOPT_TSTAMP_LEN) { in print_tcpoptions()
387 if (optlen < TCPOPT_TSTAMP_LEN) { in print_tcpoptions_summary()
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp_impl.h88 #define TCPOPT_TSTAMP_LEN 10 macro
89 #define TCPOPT_REAL_TS_LEN (TCPOPT_TSTAMP_LEN+2)
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c139 #define TCPOPT_TSTAMP_LEN 10 macro
140 #define TCPOPT_REAL_TS_LEN (TCPOPT_TSTAMP_LEN+2)
2146 if (len < TCPOPT_TSTAMP_LEN || in tcp_parse_options()
2147 up[1] != TCPOPT_TSTAMP_LEN) in tcp_parse_options()
2155 up += TCPOPT_TSTAMP_LEN; in tcp_parse_options()
2283 tmp_tcph[3] = TCPOPT_TSTAMP_LEN; in tcp_process_options()
5901 wptr[3] = TCPOPT_TSTAMP_LEN; in tcp_xmit_mp()
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1030 #define TCPOPT_TSTAMP_LEN 10 macro
1080 if (len < TCPOPT_TSTAMP_LEN || in tcphdr_print_options()
1081 opts[1] != TCPOPT_TSTAMP_LEN) { in tcphdr_print_options()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c500 if (len < TCPOPT_TSTAMP_LEN || in tcp_parse_options()
501 up[1] != TCPOPT_TSTAMP_LEN) in tcp_parse_options()
509 up += TCPOPT_TSTAMP_LEN; in tcp_parse_options()
635 tmp_tcph[3] = TCPOPT_TSTAMP_LEN; in tcp_process_options()
H A Dtcp_output.c2917 wptr[3] = TCPOPT_TSTAMP_LEN; in tcp_xmit_mp_aux_iss()