Lines Matching refs:tret
101 struct t_bind *treq, *tret;
109 tret = (struct t_bind *) t_alloc(td, T_BIND, T_ADDR);
110 if (!tret) {
126 rc = t_bind(td, treq, tret);
130 if (memcmp(treq->addr.buf, tret->addr.buf, tret->addr.len) == 0)
143 t_free((char *) tret, T_BIND);
314 struct t_bind *treq, *tret;
360 tret = (struct t_bind *) t_alloc(td, T_BIND, T_ADDR);
361 if (!tret) {
375 rc = t_bind(td, treq, tret);
382 rc = t_bind(td, treq, tret);
386 if (memcmp(treq->addr.buf, tret->addr.buf, tret->addr.len) == 0)
397 t_free((char *) tret, T_BIND);