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