/osnet-11/usr/src/lib/libnsl/nsl/ |
H A D | t_getname.c | 49 struct t_bind *boundaddr, struct t_bind *peer); 107 struct t_bind *boundaddr, 108 struct t_bind *peeraddr, 229 struct t_bind *boundaddr, 230 struct t_bind *peeraddr)
|
H A D | tli_wrappers.c | 53 t_bind(int fd, const struct t_bind *req, struct t_bind *ret) function
|
H A D | tx.h | 303 extern int _tx_bind(int, const struct t_bind *, struct t_bind *, int); 311 extern int _tx_getprotaddr(int, struct t_bind *, struct t_bind *, int);
|
H A D | xti_wrappers.c | 72 _xti_bind(int fd, const struct t_bind *req, struct t_bind *ret) 112 _xti_getprotaddr(int fd, struct t_bind *boundaddr, struct t_bind *peeraddr)
|
H A D | t_free.c | 41 struct t_bind *bind; 57 p.bind = (struct t_bind *)ptr;
|
H A D | t_bind.c | 50 const struct t_bind *req, 51 struct t_bind *ret, 172 _T_TX_NEXTSTATE(T_BIND, tiptr, "t_bind: invalid state event T_BIND");
|
H A D | t_alloc.c | 57 struct t_bind *bind; 110 if ((p.bind = calloc(1, sizeof (struct t_bind))) == NULL)
|
/osnet-11/usr/src/lib/librpcsvc/common/ |
H A D | bindresvport.c | 73 struct t_bind *tbind, *tres; 122 tbind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR); 128 tres = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR); 166 * the call to t_bind succeeds, then we need 172 * occurred. Otherwise, if the t_bind call 174 * sense to continue trying to t_bind requests. 176 res = t_bind(fd, tbind, tres);
|
/osnet-11/usr/src/lib/libnsl/yp/ |
H A D | yp_rsvd.c | 41 struct t_bind *tbind; 66 if ((tbind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR)) == NULL) {
|
H A D | yp_bind.c | 441 if (t_bind(fd, NULL, NULL) == -1) { 1014 if (t_bind(fd, NULL, NULL) == -1) {
|
/osnet-11/usr/src/lib/libnsl/rpc/ |
H A D | svc_generic.c | 87 const struct t_bind *, uint_t, uint_t, boolean_t); 213 const struct t_bind *bindaddr, const uint_t sendsz, const uint_t recvsz) 221 * bindaddr is NON-NULL, it performs a t_bind using the bindaddr. For 229 const struct t_bind *bindaddr, const uint_t sendsz, 234 struct t_bind *tres = NULL; /* bind info */ 319 tres = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR); 365 if (t_bind(fd, (struct t_bind *)bindaddr, 391 if (t_bind(fd, tres, tres) == -1) {
|
H A D | rtime_tli.c | 89 if (t_bind(fd, NULL, NULL) < 0) {
|
H A D | rpc_soc.c | 281 struct t_bind tbindstr, *tres; 325 tres = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR); 342 res = t_bind(fd, &tbindstr, tres);
|
H A D | svc_vc.c | 97 struct t_bind *t_bind; member in struct:cf_rendezvous 192 if (r->t_bind) 193 (void) t_free((char *)r->t_bind, T_BIND); 270 r->t_bind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR); 271 if (r->t_bind == NULL) { 370 r->t_bind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR); 371 if (r->t_bind [all...] |
H A D | clnt_generic.c | 301 struct t_bind *tbind = NULL; 401 if ((tbind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR)) 616 if (t_bind(fd, NULL, NULL) == -1) 642 ((state == T_UNBND) && (t_bind(fd, NULL, NULL) == -1)) ||
|
H A D | auth_time.c | 514 if (t_bind(rtime_fd, NULL, NULL) < 0) {
|
H A D | clnt_bcast.c | 186 if (t_bind(fd, NULL, NULL) == -1) {
|
H A D | rpcb_clnt.c | 636 if (t_bind(fd, NULL, NULL) == -1) {
|
/osnet-11/usr/src/lib/libnsl/dial/ |
H A D | callers.c | 473 struct t_bind *bind_ret = 0; 512 if ((bind_ret = (struct t_bind *)t_alloc(fd, T_BIND, T_ALL)) == NULL || 525 if (t_bind(fd, (struct t_bind *)0, bind_ret) < 0) { 526 tfaillog(fd, "t_bind");
|
/osnet-11/usr/src/lib/libsmbfs/common/ |
H A D | smbfs_connect.c | 187 if (t_bind(fd, NULL, NULL) < 0) { 188 DPRINT("t_bind t_errno %d", t_errno); 248 if (t_bind(fd, NULL, NULL) < 0) { 249 DPRINT("t_bind t_errno %d", t_errno);
|
/osnet-11/usr/src/lib/librdc/common/ |
H A D | netaddrs.c | 343 struct t_bind *tbind = NULL; 355 if ((tbind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR)) == NULL)
|
/osnet-11/usr/src/lib/libnsl/ |
H A D | Makefile.com | 51 _utility.o t_accept.o t_alloc.o t_bind.o t_close.o \
|
/osnet-11/usr/src/lib/libnsl/nss/ |
H A D | netdir_inet_sundry.c | 902 struct t_bind tbindstr, *tres; 953 tres = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR); 999 res = t_bind(fd, &tbindstr, tres);
|
/osnet-11/usr/src/lib/krb5/kadm5/clnt/ |
H A D | client_init.c | 257 if (t_bind(fd, (struct t_bind *)NULL, (struct t_bind *)NULL) == -1) {
|
/osnet-11/usr/src/lib/libnsl/common/ |
H A D | llib-lnsl | 273 int _xti_bind(int, const struct t_bind *, struct t_bind *); 279 int _xti_getprotaddr(int, struct t_bind *, struct t_bind *); 742 const struct t_bind *bindaddr, uint_t sendsz,
|