Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnsl/nsl/
H A Dt_optmgmt.c68 struct T_optmgmt_req *optreq; in _tx_optmgmt() local
226 optreq = (struct T_optmgmt_req *)ctlbuf.buf; in _tx_optmgmt()
228 optreq->PRIM_type = T_OPTMGMT_REQ; in _tx_optmgmt()
230 optreq->PRIM_type = T_SVR4_OPTMGMT_REQ; in _tx_optmgmt()
232 optreq->OPT_length = optlen; in _tx_optmgmt()
233 optreq->OPT_offset = 0; in _tx_optmgmt()
234 optreq->MGMT_flags = req->flags; in _tx_optmgmt()
239 req->opt.buf, &optreq->OPT_offset) < 0) { in _tx_optmgmt()
247 size = optreq->OPT_offset + optreq->OPT_length; in _tx_optmgmt()
/titanic_41/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()