Lines Matching refs:bind_req
70 struct T_bind_req *bind_req;
95 bind_req = (struct T_bind_req *)buf;
96 bind_req->PRIM_type = T_BIND_REQ;
97 bind_req->ADDR_length = (req == NULL ? 0 : req->addr.len);
98 bind_req->ADDR_offset = TBINDREQSZ;
99 bind_req->CONIND_number = (req == NULL ? 0 : req->qlen);
101 if (bind_req->ADDR_length)
102 bcopy(req->addr.buf, buf + bind_req->ADDR_offset,
103 bind_req->ADDR_length);
108 strioc.ic_len = (int)TBINDREQSZ + bind_req->ADDR_length;