Lines Matching refs:uaddr
87 char *uaddr; member
306 static char *uaddr; in rpcbproc_getaddr_com() local
310 if (uaddr != NULL && uaddr != nullstring) { in rpcbproc_getaddr_com()
311 free(uaddr); in rpcbproc_getaddr_com()
312 uaddr = NULL; in rpcbproc_getaddr_com()
320 if (!(uaddr = mergeaddr(transp, transp->xp_netid, in rpcbproc_getaddr_com()
323 uaddr = strdup(fnd->rpcb_map.r_addr); in rpcbproc_getaddr_com()
324 } else if (!uaddr[0]) { in rpcbproc_getaddr_com()
329 uaddr = nullstring; in rpcbproc_getaddr_com()
332 uaddr = nullstring; in rpcbproc_getaddr_com()
336 fprintf(stderr, "getaddr: %s\n", uaddr); in rpcbproc_getaddr_com()
340 transp->xp_netid, uaddr); in rpcbproc_getaddr_com()
341 return (void *)&uaddr; in rpcbproc_getaddr_com()
389 static char *uaddr; in rpcbproc_taddr2uaddr_com() local
396 uaddr = (char *)strerror(errno); in rpcbproc_taddr2uaddr_com()
397 return (&uaddr); in rpcbproc_taddr2uaddr_com()
400 if (uaddr != NULL && uaddr != nullstring) { in rpcbproc_taddr2uaddr_com()
401 free(uaddr); in rpcbproc_taddr2uaddr_com()
402 uaddr = NULL; in rpcbproc_taddr2uaddr_com()
405 ((uaddr = taddr2uaddr(nconf, taddr)) == NULL)) { in rpcbproc_taddr2uaddr_com()
406 uaddr = nullstring; in rpcbproc_taddr2uaddr_com()
408 return (void *)&uaddr; in rpcbproc_taddr2uaddr_com()
610 char *uaddr, *m_uaddr = NULL, *local_uaddr = NULL; in rpcbproc_callit_com() local
670 uaddr = taddr2uaddr(rpcbind_get_conf(transp->xp_netid), caller); in rpcbproc_callit_com()
678 uaddr ? uaddr : "unknown"); in rpcbproc_callit_com()
679 free(uaddr); in rpcbproc_callit_com()
719 uaddr = mergeaddr(transp, transp->xp_netid, in rpcbproc_callit_com()
721 if (uaddr == NULL || uaddr[0] == '\0') { in rpcbproc_callit_com()
723 free(uaddr); in rpcbproc_callit_com()
726 free(uaddr); in rpcbproc_callit_com()
916 int forward_fd, char *uaddr, rpcproc_t reply_type, in forward_register() argument
980 FINFO[j].uaddr = uaddr; in forward_register()
1023 free(fi->uaddr); in free_slot_by_index()
1240 char *uaddr; in handle_reply() local
1292 a.rmt_uaddr = fi->uaddr; in handle_reply()
1297 uaddr = taddr2uaddr(rpcbind_get_conf("udp"), in handle_reply()
1301 a.rmt_uaddr, uaddr ? uaddr : "unknown"); in handle_reply()
1303 free(uaddr); in handle_reply()