Searched defs:optreq (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_optmgmt.c68 struct T_optmgmt_req *optreq; local
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
[all...]
/illumos-gate/usr/src/cmd/idmap/nltest/
H A Dnltest.c47 int optreq; /* does this have a required optval */ member in struct:commands
303 if (optval == NULL && cmd->optreq > 0) {
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_vc.c955 struct t_optmgmt optreq, optret; local
965 optreq.opt.maxlen = optreq.opt.len =
967 optreq.opt.buf = (char *)option;
968 optreq.flags = T_NEGOTIATE;
972 (void) t_optmgmt(destfd, &optreq, &optret);

Completed in 62 milliseconds