Lines Matching defs:baddr
89 struct t_bind taddr, *baddr;
103 baddr = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR);
104 if (baddr == NULL) {
109 if (t_bind(fd, &taddr, baddr) != 0) {
112 (void) t_free((char *)baddr, T_BIND);
123 ans = memcmp(taddr.addr.buf, baddr->addr.buf, baddr->addr.len);
125 (void) t_free((char *)baddr, T_BIND);
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)
200 if (t_bind(fdl->fd, taddr, baddr) != 0) {
214 if (!memcmp(taddr->addr.buf, baddr->addr.buf,
215 (int)baddr->addr.len)) {
251 if (t_bind(fd, taddr, baddr) != 0) {
273 if (!memcmp(taddr->addr.buf, baddr->addr.buf,
274 (int)baddr->addr.len)) {
278 if (baddr->qlen == 1) {