Lines Matching defs:ua
362 loopb_u2t(const char *ua, struct netbuf *addr)
364 size_t stringlen = strlen(ua) + 1;
373 univp = ua;
511 char *ua = NULL;
566 if (ua != NULL) {
567 xdr_free(xdr_wrapstring, (char *)&ua);
568 ua = NULL;
593 xdr_wrapstring, (char *)&ua, tmo);
600 if (ua == NULL || *ua == NULL) {
623 if (rpc_iptype(ua, &iptype) != 0) {
627 port = rpc_uaddr2port(iptype, ua);
631 if (rpc_iptype(ua, &iptype) != 0) {
635 port = rpc_uaddr2port(iptype, ua);
638 loopb_u2t(ua, addr);
658 if (ua != NULL)
659 xdr_free(xdr_wrapstring, (char *)&ua);