Lines Matching refs:tbind
1398 struct t_bind *tbind = NULL; in get_the_addr() local
1413 if ((tbind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR)) in get_the_addr()
1452 memcpy(tbind->addr.buf, retaddrs->n_addrs->buf, in get_the_addr()
1454 tbind->addr.len = retaddrs->n_addrs->len; in get_the_addr()
1459 if (rpcb_getaddr(prog, vers, nconf, &tbind->addr, in get_the_addr()
1468 ((struct sockaddr_in *)tbind->addr.buf)->sin_port in get_the_addr()
1471 ((struct sockaddr_in6 *)tbind->addr.buf)->sin6_port in get_the_addr()
1476 cl = clnt_tli_create(fd, nconf, &tbind->addr, prog, vers, 0, 0); in get_the_addr()
1669 *nb = tbind->addr; in get_the_addr()
1677 (void) memcpy(nb->buf, tbind->addr.buf, tbind->addr.len); in get_the_addr()
1690 if (tbind) { in get_the_addr()
1691 t_free((char *)tbind, T_BIND); in get_the_addr()
1692 tbind = NULL; in get_the_addr()