Home | History | Annotate | Download | only in rpcbind

Lines Matching defs:rpcbreg

171 	RPCB rpcbreg;
201 rpcbreg.r_owner = __UNCONST(rpcbind_unknown);
203 rpcbreg.r_owner = __UNCONST(rpcbind_superuser);
207 rpcbreg.r_owner = uidbuf;
210 rpcbreg.r_prog = reg.pm_prog;
211 rpcbreg.r_vers = reg.pm_vers;
219 rpcbreg.r_addr = buf;
221 rpcbreg.r_netid = __UNCONST(udptrans);
223 rpcbreg.r_netid = __UNCONST(tcptrans);
228 ans = map_set(&rpcbreg, rpcbreg.r_owner);
232 rpcbreg.r_addr = NULL;
233 rpcbreg.r_netid = __UNCONST(tcptrans);
234 ans1 = map_unset(&rpcbreg, rpcbreg.r_owner);
235 rpcbreg.r_netid = __UNCONST(udptrans);
236 ans2 = map_unset(&rpcbreg, rpcbreg.r_owner);