Searched refs:TCPOPT_NOP_NOP_TSTAMP (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c58 #define TCPOPT_NOP_NOP_TSTAMP ((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | \ macro
61 #define TCPOPT_NOP_NOP_TSTAMP ((10 << 24) | (TCPOPT_TSTAMP << 16) | \ macro
251 *(uint32_t *)up == TCPOPT_NOP_NOP_TSTAMP) {
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c119 #define TCPOPT_NOP_NOP_TSTAMP ((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | \ macro
122 #define TCPOPT_NOP_NOP_TSTAMP ((10 << 24) | (TCPOPT_TSTAMP << 16) | \ macro
2380 *(uint32_t *)up == TCPOPT_NOP_NOP_TSTAMP) {

Completed in 86 milliseconds