Searched refs:t_optret (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnsl/rpc/
H A Drpc_td.c44 static struct t_optmgmt t_optreq, t_optret; local
48 /* VARIABLES PROTECTED BY td_opt_lock: t_optreq, t_optret */
75 t_optret.opt.maxlen = MAXOPTSIZE;
76 t_optret.opt.len = 0;
77 t_optret.opt.buf = malloc(MAXOPTSIZE);
78 if (t_optret.opt.buf == NULL) {
87 rval = t_optmgmt(fd, &t_optreq, &t_optret);

Completed in 23 milliseconds