Lines Matching refs:uaddr
110 free(eps[i].uaddr); in free_eps()
142 eps[num_ep].uaddr = in get_server()
187 char *thost, char **uaddr, char **netid) in __rpc_get_time_offset() argument
225 if (*uaddr == NULL) { in __rpc_get_time_offset()
318 supplied.proto = (strchr(*uaddr, ':') != 0) ? in __rpc_get_time_offset()
322 supplied.uaddr = *uaddr; in __rpc_get_time_offset()
323 supplied.family = (strchr(*uaddr, ':') != 0) ? in __rpc_get_time_offset()
354 useua = epcand[i]->uaddr; in __rpc_get_time_offset()
463 useua = epcand[i]->uaddr; in __rpc_get_time_offset()
631 *uaddr = strdup(useua); in __rpc_get_time_offset()
632 if (! *uaddr) { in __rpc_get_time_offset()