Lines Matching refs:t_bind
97 struct t_bind *t_bind;
192 if (r->t_bind)
193 (void) t_free((char *)r->t_bind, T_BIND);
270 r->t_bind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR);
271 if (r->t_bind == NULL) {
370 r->t_bind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR);
371 if (r->t_bind == NULL) {
806 if (t_bind(destfd, NULL, r->t_bind) == -1) {
812 "t_bind failed", errorstr);