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

/osnet-11/usr/src/lib/libnsl/nsl/
H A Dtli_wrappers.c65 t_connect(int fd, const struct t_call *sndcall, struct t_call *rcvcall) function
/osnet-11/usr/src/lib/libnsl/rpc/
H A Drtime_tli.c138 if (t_connect(fd, &sndcall, NULL) == -1) {
H A Dauth_time.c564 if (t_connect(rtime_fd, &sndcall, NULL) ==
H A Drpcb_clnt.c667 if (t_connect(fd, sndcall, NULL) == -1)
696 * XXX: Due to some problems with t_connect(), we do not reuse the same client
698 * client handle. This code will change if t_connect() ever
H A Dclnt_vc.c530 if (t_connect(fd, &sndcallstr, rcvcall) != -1) {
589 fprintf(stderr, "clnt_vc: t_connect error %d\n",
966 * XXX: once the t_snddis(), followed by t_connect() starts to
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_connect.c200 if (t_connect(fd, &sndcall, NULL) < 0) {
261 if (t_connect(fd, &sndcall, NULL) < 0) {
/osnet-11/usr/src/lib/libnsl/
H A DMakefile.com52 t_connect.o t_error.o t_free.o t_getinfo.o t_getname.o \
/osnet-11/usr/src/lib/libnsl/dial/
H A Dcallers.c557 DEBUG(5, "t_connect to addr \"%s\"\n",
606 if (t_connect(fd, sndcall, rcvcall) == 0)
613 tfaillog(fd, "t_connect");
628 tfaillog(fd, "t_connect");
/osnet-11/usr/src/lib/libnsl/yp/
H A Dyp_bind.c1023 if (t_connect(fd, &sndcall, NULL) == -1) {
/osnet-11/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_init.c275 if (t_connect(fd, &sndcall, rcvcall) != 0) {

Completed in 29 milliseconds