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

/illumos-gate/usr/src/head/
H A Dxti.h178 #pragma redefine_extname t_connect _xti_connect
223 #define t_connect _xti_connect macro
487 extern int t_connect(int, struct t_call *, struct t_call *);
501 extern int t_connect(int, const struct t_call *, struct t_call *);
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dtli_wrappers.c68 t_connect(int fd, struct t_call *sndcall, struct t_call *rcvcall) function
/illumos-gate/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.c600 if (t_connect(fd, sndcall, NULL) == -1)
628 * XXX: Due to some problems with t_connect(), we do not reuse the same client
630 * client handle. This code will change if t_connect() ever
H A Dclnt_vc.c556 if (t_connect(fd, &sndcallstr, rcvcall) != -1) {
976 * XXX: once the t_snddis(), followed by t_connect() starts to
/illumos-gate/usr/src/uts/common/sys/
H A Dtiuser.h201 extern int t_connect(int fildes, struct t_call *sndcall,
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dconnect.c206 if (t_connect(fd, &sndcall, NULL) < 0) {
267 if (t_connect(fd, &sndcall, NULL) < 0) {
/illumos-gate/usr/src/lib/libnsl/
H A DMakefile.com54 t_connect.o t_error.o t_free.o t_getinfo.o t_getname.o \
/illumos-gate/usr/src/cmd/bnu/
H A Dinterface.c41 int t_bind(), t_close(), t_connect(), t_free(), t_look(), t_open(), t_rcvdis();
H A Dcallers.c1038 int t_bind(), t_close(), t_connect(), t_free(), t_look(), t_open(), t_rcvdis();
1142 DEBUG(5, "t_connect to addr \"%s\"\n",
1190 if (t_connect(fd, sndcall, rcvcall) == 0)
1197 tfaillog(fd, "t_connect");
1210 tfaillog(fd, "t_connect");
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dcallers.c561 DEBUG(5, "t_connect to addr \"%s\"\n",
610 if (t_connect(fd, sndcall, rcvcall) == 0)
617 tfaillog(fd, "t_connect");
632 tfaillog(fd, "t_connect");
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_init.c264 if (t_connect(fd, &sndcall, rcvcall) != 0) {
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_bind.c1023 if (t_connect(fd, &sndcall, NULL) == -1) {
/illumos-gate/usr/src/man/man3nsl/
H A DMakefile63 t_connect.3nsl \
/illumos-gate/usr/src/lib/libnsl/common/
H A Dllib-lnsl249 /* t_connect.c */
250 int t_connect(int, struct t_call *, struct t_call *);

Completed in 555 milliseconds