Lines Matching refs:tbind
1402 struct t_bind *tbind = NULL; in get_the_addr() local
1417 if ((tbind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR)) in get_the_addr()
1456 memcpy(tbind->addr.buf, retaddrs->n_addrs->buf, in get_the_addr()
1458 tbind->addr.len = retaddrs->n_addrs->len; in get_the_addr()
1463 if (rpcb_getaddr(prog, vers, nconf, &tbind->addr, in get_the_addr()
1472 ((struct sockaddr_in *)tbind->addr.buf)->sin_port in get_the_addr()
1475 ((struct sockaddr_in6 *)tbind->addr.buf)->sin6_port in get_the_addr()
1480 cl = clnt_tli_create(fd, nconf, &tbind->addr, prog, vers, 0, 0); in get_the_addr()
1673 *nb = tbind->addr; in get_the_addr()
1681 (void) memcpy(nb->buf, tbind->addr.buf, tbind->addr.len); in get_the_addr()
1694 if (tbind) { in get_the_addr()
1695 t_free((char *)tbind, T_BIND); in get_the_addr()
1696 tbind = NULL; in get_the_addr()