Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c406 char *tmp_tcph; in tcp_process_options() local
448 tmp_tcph = (char *)tcp->tcp_tcpha; in tcp_process_options()
453 ASSERT(OK_32PTR(tmp_tcph)); in tcp_process_options()
457 tmp_tcph += connp->conn_ht_ulp_len; in tcp_process_options()
458 tmp_tcph[0] = TCPOPT_NOP; in tcp_process_options()
459 tmp_tcph[1] = TCPOPT_NOP; in tcp_process_options()
460 tmp_tcph[2] = TCPOPT_TSTAMP; in tcp_process_options()
461 tmp_tcph[3] = TCPOPT_TSTAMP_LEN; in tcp_process_options()
/titanic_44/usr/src/stand/lib/tcp/
H A Dtcp.c2236 char *tmp_tcph; in tcp_process_options() local
2271 tmp_tcph = (char *)tcp->tcp_tcph; in tcp_process_options()
2276 assert(OK_32PTR(tmp_tcph)); in tcp_process_options()
2280 tmp_tcph += tcp->tcp_tcp_hdr_len; in tcp_process_options()
2281 tmp_tcph[0] = TCPOPT_NOP; in tcp_process_options()
2282 tmp_tcph[1] = TCPOPT_NOP; in tcp_process_options()
2283 tmp_tcph[2] = TCPOPT_TSTAMP; in tcp_process_options()
2284 tmp_tcph[3] = TCPOPT_TSTAMP_LEN; in tcp_process_options()