Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c552 char *tmp_tcph; in tcp_process_options() local
622 tmp_tcph = (char *)tcp->tcp_tcpha; in tcp_process_options()
627 ASSERT(OK_32PTR(tmp_tcph)); in tcp_process_options()
631 tmp_tcph += connp->conn_ht_ulp_len; in tcp_process_options()
632 tmp_tcph[0] = TCPOPT_NOP; in tcp_process_options()
633 tmp_tcph[1] = TCPOPT_NOP; in tcp_process_options()
634 tmp_tcph[2] = TCPOPT_TSTAMP; in tcp_process_options()
635 tmp_tcph[3] = TCPOPT_TSTAMP_LEN; in tcp_process_options()
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c2235 char *tmp_tcph; in tcp_process_options() local
2270 tmp_tcph = (char *)tcp->tcp_tcph; in tcp_process_options()
2275 assert(OK_32PTR(tmp_tcph)); in tcp_process_options()
2279 tmp_tcph += tcp->tcp_tcp_hdr_len; in tcp_process_options()
2280 tmp_tcph[0] = TCPOPT_NOP; in tcp_process_options()
2281 tmp_tcph[1] = TCPOPT_NOP; in tcp_process_options()
2282 tmp_tcph[2] = TCPOPT_TSTAMP; in tcp_process_options()
2283 tmp_tcph[3] = TCPOPT_TSTAMP_LEN; in tcp_process_options()