Lines Matching defs:optreq
68 struct T_optmgmt_req *optreq;
226 optreq = (struct T_optmgmt_req *)ctlbuf.buf;
228 optreq->PRIM_type = T_OPTMGMT_REQ;
230 optreq->PRIM_type = T_SVR4_OPTMGMT_REQ;
232 optreq->OPT_length = optlen;
233 optreq->OPT_offset = 0;
234 optreq->MGMT_flags = req->flags;
239 req->opt.buf, &optreq->OPT_offset) < 0) {
247 size = optreq->OPT_offset + optreq->OPT_length;