Lines Matching refs:tbind
344 struct t_bind *tbind = NULL; in get_the_addr() local
357 if ((tbind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR)) == NULL) in get_the_addr()
361 if (rpcb_getaddr(prog, vers, nconf, &tbind->addr, in get_the_addr()
369 ((struct sockaddr_in *)tbind->addr.buf)->sin_port in get_the_addr()
374 ((struct sockaddr_in6 *)tbind->addr.buf)->sin6_port in get_the_addr()
380 cl = clnt_tli_create(fd, nconf, &tbind->addr, prog, vers, 0, 0); in get_the_addr()
398 nb = &(tbind->addr); in get_the_addr()
478 *nb = tbind->addr; /* structure copy */ in get_the_addr()
488 (void) memcpy(nb->buf, tbind->addr.buf, tbind->addr.len); in get_the_addr()
501 if (tbind) { in get_the_addr()
502 t_free((char *)tbind, T_BIND); in get_the_addr()
503 tbind = NULL; in get_the_addr()