Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libsmbfs/smb/
H A Dconnect.c83 struct t_optmgmt oreq, ores; in smb_setopt_int() local
96 oreq.flags = T_NEGOTIATE; in smb_setopt_int()
97 oreq.opt.buf = (void *)&opts; in smb_setopt_int()
98 oreq.opt.len = sizeof (opts); in smb_setopt_int()
104 if (t_optmgmt(fd, &oreq, &ores) < 0) { in smb_setopt_int()
/titanic_50/usr/src/lib/libnsl/rpc/
H A Dti_opts.c458 struct t_optmgmt oreq, ores; in __rpc_tli_set_options() local
514 oreq.flags = T_NEGOTIATE; in __rpc_tli_set_options()
515 oreq.opt.len = sizeof (struct opthdr) + optsz; in __rpc_tli_set_options()
516 oreq.opt.buf = buf; in __rpc_tli_set_options()
521 if (t_optmgmt(fd, &oreq, &ores) < 0 || in __rpc_tli_set_options()