Searched refs:oreq (Results 1 – 2 of 2) sorted by relevance
83 struct t_optmgmt oreq, ores; in smb_setopt_int() local96 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()
458 struct t_optmgmt oreq, ores; in __rpc_tli_set_options() local514 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()