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.c49 #define TCPOPT_TSTAMP_LEN 10 macro
264 if (optlen < TCPOPT_TSTAMP_LEN) {
373 if (optlen < TCPOPT_TSTAMP_LEN) {
/illumos-gate/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)
/illumos-gate/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 ||
2148 up[1] != TCPOPT_TSTAMP_LEN)
2156 up += TCPOPT_TSTAMP_LEN;
2284 tmp_tcph[3] = TCPOPT_TSTAMP_LEN;
5903 wptr[3] = TCPOPT_TSTAMP_LEN;
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c369 if (len < TCPOPT_TSTAMP_LEN ||
370 up[1] != TCPOPT_TSTAMP_LEN)
378 up += TCPOPT_TSTAMP_LEN;
464 tmp_tcph[3] = TCPOPT_TSTAMP_LEN;
H A Dtcp_output.c2844 wptr[3] = TCPOPT_TSTAMP_LEN;
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1028 #define TCPOPT_TSTAMP_LEN 10 macro
1077 if (len < TCPOPT_TSTAMP_LEN ||
1078 opts[1] != TCPOPT_TSTAMP_LEN) {

Completed in 121 milliseconds