Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/netinet/
H A Dtcp.h83 #define TCPOPT_TSTAMP 8 macro
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_tcp.c262 case TCPOPT_TSTAMP:
371 case TCPOPT_TSTAMP: in print_tcpoptions_summary()
/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c59 (TCPOPT_TSTAMP << 8) | 10)
61 #define TCPOPT_NOP_NOP_TSTAMP ((10 << 24) | (TCPOPT_TSTAMP << 16) | \
365 case TCPOPT_TSTAMP: in tcp_parse_options()
460 tmp_tcph[2] = TCPOPT_TSTAMP; in tcp_process_options()
H A Dtcp_output.c2843 wptr[2] = TCPOPT_TSTAMP; in tcp_xmit_mp_aux_iss()
/titanic_44/usr/src/stand/lib/tcp/
H A Dtcp.c120 (TCPOPT_TSTAMP << 8) | 10)
122 #define TCPOPT_NOP_NOP_TSTAMP ((10 << 24) | (TCPOPT_TSTAMP << 16) | \
2146 case TCPOPT_TSTAMP: in tcp_parse_options()
2283 tmp_tcph[2] = TCPOPT_TSTAMP; in tcp_process_options()
5902 wptr[2] = TCPOPT_TSTAMP; in tcp_xmit_mp()
/titanic_44/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1076 case TCPOPT_TSTAMP: { in tcphdr_print_options()