Lines Matching refs:t_bind
89 struct t_bind taddr, *baddr;
103 baddr = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR);
109 if (t_bind(fd, &taddr, baddr) != 0) {
137 * 1. Is it possible for t_bind to fail in the case where
146 add_bndlist(struct netconfig *nconf, struct t_bind *taddr, struct t_bind *baddr)
152 struct t_bind tmpaddr;
200 if (t_bind(fdl->fd, taddr, baddr) != 0) {
235 if (t_bind(fdl->fd, &tmpaddr, taddr) != 0) {
251 if (t_bind(fd, taddr, baddr) != 0) {