Searched refs:optreq (Results 1 – 3 of 3) sorted by relevance
66 struct T_optmgmt_req *optreq; in _tx_optmgmt() local224 optreq = (struct T_optmgmt_req *)ctlbuf.buf; in _tx_optmgmt()226 optreq->PRIM_type = T_OPTMGMT_REQ; in _tx_optmgmt()228 optreq->PRIM_type = T_SVR4_OPTMGMT_REQ; in _tx_optmgmt()230 optreq->OPT_length = optlen; in _tx_optmgmt()231 optreq->OPT_offset = 0; in _tx_optmgmt()232 optreq->MGMT_flags = req->flags; in _tx_optmgmt()237 req->opt.buf, &optreq->OPT_offset) < 0) { in _tx_optmgmt()245 size = optreq->OPT_offset + optreq->OPT_length; in _tx_optmgmt()
48 int optreq; /* does this have a required optval */ member307 if (optval == NULL && cmd->optreq > 0) { in main()
955 struct t_optmgmt optreq, optret; in do_accept() local965 optreq.opt.maxlen = optreq.opt.len = in do_accept()967 optreq.opt.buf = (char *)option; in do_accept()968 optreq.flags = T_NEGOTIATE; in do_accept()972 (void) t_optmgmt(destfd, &optreq, &optret); in do_accept()