Lines Matching refs:cres
56 struct T_conn_res *cres; in _tx_accept() local
189 cres = (struct T_conn_res *)ctlbuf.buf; in _tx_accept()
190 cres->OPT_length = call->opt.len; in _tx_accept()
191 cres->OPT_offset = 0; in _tx_accept()
192 cres->SEQ_number = call->sequence; in _tx_accept()
194 cres->ACCEPTOR_id = restiptr->acceptor_id; in _tx_accept()
195 cres->PRIM_type = conn_res_prim = T_CONN_RES; in _tx_accept()
198 cres->ACCEPTOR_id = 0; in _tx_accept()
199 cres->PRIM_type = conn_res_prim = O_T_CONN_RES; in _tx_accept()
206 call->opt.buf, &cres->OPT_offset) < 0) { in _tx_accept()
215 size = cres->OPT_offset + cres->OPT_length; in _tx_accept()