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