Searched refs:t_connect (Results 1 - 16 of 16) sorted by relevance
/illumos-gate/usr/src/head/ |
H A D | xti.h | 178 #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 D | tli_wrappers.c | 68 t_connect(int fd, struct t_call *sndcall, struct t_call *rcvcall) function
|
/illumos-gate/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 | 600 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 D | clnt_vc.c | 556 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 D | tiuser.h | 201 extern int t_connect(int fildes, struct t_call *sndcall,
|
/illumos-gate/usr/src/lib/libsmbfs/smb/ |
H A D | connect.c | 206 if (t_connect(fd, &sndcall, NULL) < 0) { 267 if (t_connect(fd, &sndcall, NULL) < 0) {
|
/illumos-gate/usr/src/lib/libnsl/ |
H A D | Makefile.com | 54 t_connect.o t_error.o t_free.o t_getinfo.o t_getname.o \
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | interface.c | 41 int t_bind(), t_close(), t_connect(), t_free(), t_look(), t_open(), t_rcvdis();
|
H A D | callers.c | 1038 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 D | callers.c | 561 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 D | client_init.c | 264 if (t_connect(fd, &sndcall, rcvcall) != 0) {
|
/illumos-gate/usr/src/lib/libnsl/yp/ |
H A D | yp_bind.c | 1023 if (t_connect(fd, &sndcall, NULL) == -1) {
|
/illumos-gate/usr/src/man/man3nsl/ |
H A D | Makefile | 63 t_connect.3nsl \
|
/illumos-gate/usr/src/lib/libnsl/common/ |
H A D | llib-lnsl | 249 /* t_connect.c */ 250 int t_connect(int, struct t_call *, struct t_call *);
|
Completed in 555 milliseconds