Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_tcp.c49 #define TCPOPT_TSTAMP_LEN 10 macro
264 if (optlen < TCPOPT_TSTAMP_LEN) {
373 if (optlen < TCPOPT_TSTAMP_LEN) { in print_tcpoptions_summary()
/titanic_50/usr/src/uts/common/inet/
H A Dtcp_impl.h87 #define TCPOPT_TSTAMP_LEN 10 macro
88 #define TCPOPT_REAL_TS_LEN (TCPOPT_TSTAMP_LEN+2)
/titanic_50/usr/src/stand/lib/tcp/
H A Dtcp.c140 #define TCPOPT_TSTAMP_LEN 10 macro
141 #define TCPOPT_REAL_TS_LEN (TCPOPT_TSTAMP_LEN+2)
2147 if (len < TCPOPT_TSTAMP_LEN || in tcp_parse_options()
2148 up[1] != TCPOPT_TSTAMP_LEN) in tcp_parse_options()
2156 up += TCPOPT_TSTAMP_LEN; in tcp_parse_options()
2284 tmp_tcph[3] = TCPOPT_TSTAMP_LEN; in tcp_process_options()
5903 wptr[3] = TCPOPT_TSTAMP_LEN; in tcp_xmit_mp()
/titanic_50/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1028 #define TCPOPT_TSTAMP_LEN 10 macro
1077 if (len < TCPOPT_TSTAMP_LEN || in tcphdr_print_options()
1078 opts[1] != TCPOPT_TSTAMP_LEN) { in tcphdr_print_options()
/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c369 if (len < TCPOPT_TSTAMP_LEN || in tcp_parse_options()
370 up[1] != TCPOPT_TSTAMP_LEN) in tcp_parse_options()
378 up += TCPOPT_TSTAMP_LEN; in tcp_parse_options()
464 tmp_tcph[3] = TCPOPT_TSTAMP_LEN; in tcp_process_options()
H A Dtcp_output.c2858 wptr[3] = TCPOPT_TSTAMP_LEN; in tcp_xmit_mp_aux_iss()