Searched refs:tmp_tcph (Results 1 – 2 of 2) sorted by relevance
552 char *tmp_tcph; in tcp_process_options() local622 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()
2235 char *tmp_tcph; in tcp_process_options() local2270 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()