Searched refs:bind_ret (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnsl/dial/
H A Dcallers.c473 struct t_bind *bind_ret = 0; local
512 if ((bind_ret = (struct t_bind *)t_alloc(fd, T_BIND, T_ALL)) == NULL ||
516 TFREE(bind_ret, T_BIND);
525 if (t_bind(fd, (struct t_bind *)0, bind_ret) < 0) {
527 TFREE(bind_ret, T_BIND);
535 DEBUG(5, "tlicall: bound to %s\n", bind_ret->addr.buf);
566 TFREE(bind_ret, T_BIND);
591 TFREE(bind_ret, T_BIND);
614 TFREE(bind_ret, T_BIND);
624 TFREE(bind_ret, T_BIN
[all...]

Completed in 15 milliseconds