Lines Matching refs:tbind
301 struct t_bind *tbind = NULL;
377 tbind = NULL;
401 if ((tbind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR))
413 if (tbind)
414 (void) t_free((char *)tbind, T_BIND);
418 (void) memcpy(tbind->addr.buf, raddrs->n_addrs->buf,
420 tbind->addr.len = raddrs->n_addrs->len;
426 tbind->addr.buf)->sin_port = htons(port);
429 tbind->addr.buf)->sin6_port = htons(port);
432 clnt = _clnt_tli_create_timed(fd, nconf, &tbind->addr,
436 if (tbind)
437 (void) t_free((char *)tbind, T_BIND);
460 if (tbind)
461 (void) t_free((char *)tbind, T_BIND);
468 if (tbind)
469 (void) t_free((char *)tbind, T_BIND);