Lines Matching refs:uaddr
79 static bool_t check_bound(struct fdlist *, const char *uaddr);
87 check_bound(struct fdlist *fdl, const char *uaddr)
96 na = uaddr2taddr(fdl->nconf, uaddr);
151 is_bound(const char *netid, const char *uaddr)
160 return (check_bound(fdl, uaddr));
169 mergeaddr(SVCXPRT *xprt, char *netid, char *uaddr, char *saddr)
179 if (check_bound(fdl, uaddr) == FALSE)
189 * address by which it contacted us. Use that for the "client" uaddr,
210 fprintf(stderr, "mergeaddr: client uaddr = %s\n",
213 fprintf(stderr, "mergeaddr: contact uaddr = %s\n",
218 s_uaddr = uaddr;
225 fprintf(stderr, "mergeaddr: uaddr = %s, merged uaddr = %s\n",
226 uaddr, m_uaddr);