Lines Matching refs:taddr
89 struct t_bind taddr, *baddr;
99 taddr.addr = *na;
100 taddr.qlen = 1;
109 if (t_bind(fd, &taddr, baddr) != 0) {
123 ans = memcmp(taddr.addr.buf, baddr->addr.buf, baddr->addr.len);
133 * We are ignoring errors here. It trashes taddr and baddr;
146 add_bndlist(struct netconfig *nconf, struct t_bind *taddr, struct t_bind *baddr)
191 taddr->qlen = 1;
194 taddr->qlen = 0;
200 if (t_bind(fdl->fd, taddr, baddr) != 0) {
214 if (!memcmp(taddr->addr.buf, baddr->addr.buf,
235 if (t_bind(fdl->fd, &tmpaddr, taddr) != 0) {
251 if (t_bind(fd, taddr, baddr) != 0) {
273 if (!memcmp(taddr->addr.buf, baddr->addr.buf,