Searched refs:t_connect (Results 1 - 10 of 10) sorted by relevance
/osnet-11/usr/src/lib/libnsl/nsl/ |
H A D | tli_wrappers.c | 65 t_connect(int fd, const struct t_call *sndcall, struct t_call *rcvcall) function
|
/osnet-11/usr/src/lib/libnsl/rpc/ |
H A D | rtime_tli.c | 138 if (t_connect(fd, &sndcall, NULL) == -1) {
|
H A D | auth_time.c | 564 if (t_connect(rtime_fd, &sndcall, NULL) ==
|
H A D | rpcb_clnt.c | 667 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 D | clnt_vc.c | 530 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 D | smbfs_connect.c | 200 if (t_connect(fd, &sndcall, NULL) < 0) { 261 if (t_connect(fd, &sndcall, NULL) < 0) {
|
/osnet-11/usr/src/lib/libnsl/ |
H A D | Makefile.com | 52 t_connect.o t_error.o t_free.o t_getinfo.o t_getname.o \
|
/osnet-11/usr/src/lib/libnsl/dial/ |
H A D | callers.c | 557 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 D | yp_bind.c | 1023 if (t_connect(fd, &sndcall, NULL) == -1) {
|
/osnet-11/usr/src/lib/krb5/kadm5/clnt/ |
H A D | client_init.c | 275 if (t_connect(fd, &sndcall, rcvcall) != 0) {
|
Completed in 29 milliseconds