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

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c409 char *tmp_tcph; local
451 tmp_tcph = (char *)tcp->tcp_tcpha;
456 ASSERT(OK_32PTR(tmp_tcph));
460 tmp_tcph += connp->conn_ht_ulp_len;
461 tmp_tcph[0] = TCPOPT_NOP;
462 tmp_tcph[1] = TCPOPT_NOP;
463 tmp_tcph[2] = TCPOPT_TSTAMP;
464 tmp_tcph[3] = TCPOPT_TSTAMP_LEN;
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c2236 char *tmp_tcph; local
2271 tmp_tcph = (char *)tcp->tcp_tcph;
2276 assert(OK_32PTR(tmp_tcph));
2280 tmp_tcph += tcp->tcp_tcp_hdr_len;
2281 tmp_tcph[0] = TCPOPT_NOP;
2282 tmp_tcph[1] = TCPOPT_NOP;
2283 tmp_tcph[2] = TCPOPT_TSTAMP;
2284 tmp_tcph[3] = TCPOPT_TSTAMP_LEN;

Completed in 80 milliseconds