Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/netinet/
H A Dtcp.h84 #define TCPOPT_TSTAMP 8 macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_tcp.c263 case TCPOPT_TSTAMP:
372 case TCPOPT_TSTAMP: in print_tcpoptions_summary()
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c119 (TCPOPT_TSTAMP << 8) | 10)
121 #define TCPOPT_NOP_NOP_TSTAMP ((10 << 24) | (TCPOPT_TSTAMP << 16) | \
2145 case TCPOPT_TSTAMP: in tcp_parse_options()
2282 tmp_tcph[2] = TCPOPT_TSTAMP; in tcp_process_options()
5900 wptr[2] = TCPOPT_TSTAMP; in tcp_xmit_mp()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c61 (TCPOPT_TSTAMP << 8) | 10)
63 #define TCPOPT_NOP_NOP_TSTAMP ((10 << 24) | (TCPOPT_TSTAMP << 16) | \
497 case TCPOPT_TSTAMP: in tcp_parse_options()
592 tmp_tcph[2] = TCPOPT_TSTAMP; in tcp_process_options()
H A Dtcp_output.c2877 wptr[2] = TCPOPT_TSTAMP; in tcp_xmit_mp_aux_iss()
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1077 case TCPOPT_TSTAMP: { in tcphdr_print_options()