Home
last modified time | relevance | path

Searched refs:optreq (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_optmgmt.c66 struct T_optmgmt_req *optreq; in _tx_optmgmt() local
224 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()
/illumos-gate/usr/src/cmd/idmap/nltest/
H A Dnltest.c48 int optreq; /* does this have a required optval */ member
307 if (optval == NULL && cmd->optreq > 0) { in main()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_vc.c955 struct t_optmgmt optreq, optret; in do_accept() local
965 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()