Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_trantcp.c825 struct t_optmgmt oreq, ores; in smb_nbst_setparam() local
863 oreq.flags = T_NEGOTIATE; in smb_nbst_setparam()
864 oreq.opt.buf = (void *)&opts; in smb_nbst_setparam()
865 oreq.opt.len = sizeof (opts); in smb_nbst_setparam()
866 oreq.opt.maxlen = oreq.opt.len; in smb_nbst_setparam()
873 err = t_koptmgmt(nbp->nbp_tiptr, &oreq, &ores); in smb_nbst_setparam()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dti_opts.c456 struct t_optmgmt oreq, ores; in __rpc_tli_set_options() local
512 oreq.flags = T_NEGOTIATE; in __rpc_tli_set_options()
513 oreq.opt.len = sizeof (struct opthdr) + optsz; in __rpc_tli_set_options()
514 oreq.opt.buf = buf; in __rpc_tli_set_options()
519 if (t_optmgmt(fd, &oreq, &ores) < 0 || in __rpc_tli_set_options()