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