Lines Matching defs:uaddr
45 * and destroyed. Two strings "netid" and "uaddr" are malloc'd
110 free(eps[i].uaddr);
142 eps[num_ep].uaddr =
177 * Once through, *uaddr is set to the universal address of
179 * that uaddr goes with. On the second call, the netconfig stuff
180 * is skipped and the uaddr/netid pair are used to fetch the netconfig
187 char *thost, char **uaddr, char **netid)
194 char *useua = NULL, /* uaddr of selected xp */
225 if (*uaddr == NULL) {
304 /* Caller supplied a uaddr. Fake an endpoint. */
318 supplied.proto = (strchr(*uaddr, ':') != 0) ?
322 supplied.uaddr = *uaddr;
323 supplied.family = (strchr(*uaddr, ':') != 0) ?
352 * Add the appropriate port number to the uaddr
354 useua = epcand[i]->uaddr;
375 /* get the IPv6 address out of the uaddr */
463 useua = epcand[i]->uaddr;
482 /* get the IPv6 address out of the uaddr */
504 msg("timeservice uaddr to taddr failed.");
618 * note, don't free uaddr strings until after we've made a
631 *uaddr = strdup(useua);
632 if (! *uaddr) {