Lines Matching defs:uaddr
82 * uaddr: the universal address
85 check_bound(struct fdlist *fdl, char *uaddr)
95 na = uaddr2taddr(fdl->nconf, uaddr);
305 is_bound(char *netid, char *uaddr)
314 return (check_bound(fdl, uaddr));
327 mergeaddr(SVCXPRT *xprt, char *netid, char *uaddr, char *saddr)
338 if (check_bound(fdl, uaddr) == FALSE)
343 * address by which it contacted us. Use that for the "client" uaddr,
363 ma.s_uaddr = uaddr;
369 ma.s_uaddr = uaddr;
383 /* Get the port info from uaddr */
384 UADDR_PRT_INDX(uaddr, uport);