Home
last modified time | relevance | path

Searched refs:t_bind (Results 1 – 25 of 61) sorted by relevance

123

/titanic_41/usr/src/head/
H A Dxti.h176 #pragma redefine_extname t_bind _xti_bind
221 #define t_bind _xti_bind macro
309 struct t_bind { struct
486 extern int t_bind(int, struct t_bind *, struct t_bind *);
500 extern int t_bind(int, const struct t_bind *, struct t_bind *);
515 extern int t_getprotaddr(int, struct t_bind *, struct t_bind *);
/titanic_41/usr/src/lib/libnsl/nsl/
H A Dt_getname.c49 struct t_bind *boundaddr, struct t_bind *peer);
107 struct t_bind *boundaddr, in _tx_getprotaddr()
108 struct t_bind *peeraddr, in _tx_getprotaddr()
229 struct t_bind *boundaddr, in __tx_tlitpi_getprotaddr_locked()
230 struct t_bind *peeraddr) in __tx_tlitpi_getprotaddr_locked()
H A Dtx.h306 extern int _tx_bind(int, const struct t_bind *, struct t_bind *, int);
314 extern int _tx_getprotaddr(int, struct t_bind *, struct t_bind *, int);
H A Dxti_wrappers.c76 _xti_bind(int fd, const struct t_bind *req, struct t_bind *ret) in _xti_bind()
116 _xti_getprotaddr(int fd, struct t_bind *boundaddr, struct t_bind *peeraddr) in _xti_getprotaddr()
H A Dtli_wrappers.c56 t_bind(int fd, struct t_bind *req, struct t_bind *ret) in t_bind() function
H A Dt_free.c45 struct t_bind *bind; in _tx_free()
62 p.bind = (struct t_bind *)ptr; in _tx_free()
H A Dt_bind.c50 const struct t_bind *req, in _tx_bind()
51 struct t_bind *ret, in _tx_bind()
/titanic_41/usr/src/cmd/rpcbind/
H A Dcheck_bound.c89 struct t_bind taddr, *baddr; in check_bound()
103 baddr = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR); in check_bound()
109 if (t_bind(fd, &taddr, baddr) != 0) { in check_bound()
146 add_bndlist(struct netconfig *nconf, struct t_bind *taddr, struct t_bind *baddr) in add_bndlist()
152 struct t_bind tmpaddr; in add_bndlist()
200 if (t_bind(fdl->fd, taddr, baddr) != 0) { in add_bndlist()
235 if (t_bind(fdl->fd, &tmpaddr, taddr) != 0) { in add_bndlist()
251 if (t_bind(fd, taddr, baddr) != 0) { in add_bndlist()
H A Drpcbind.h75 int add_bndlist(struct netconfig *, struct t_bind *, struct t_bind *);
/titanic_41/usr/src/lib/librpcsvc/common/
H A Dbindresvport.c76 struct t_bind *tbind, *tres;
125 tbind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR);
131 tres = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR);
179 res = t_bind(fd, tbind, tres);
/titanic_41/usr/src/uts/common/sys/
H A Dtiuser.h106 struct t_bind { struct
199 extern int t_bind(int fildes, struct t_bind *req, struct t_bind *ret);
H A Dt_kuser.h95 extern int t_kbind(TIUSER *, struct t_bind *, struct t_bind *);
/titanic_41/usr/src/lib/libnsl/rpc/
H A Dsvc_generic.c88 const struct t_bind *, uint_t, uint_t, boolean_t);
214 const struct t_bind *bindaddr, const uint_t sendsz, const uint_t recvsz) in svc_tli_create()
230 const struct t_bind *bindaddr, const uint_t sendsz, in svc_tli_create_common()
235 struct t_bind *tres = NULL; /* bind info */ in svc_tli_create_common()
320 tres = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR); in svc_tli_create_common()
366 if (t_bind(fd, (struct t_bind *)bindaddr, tres) == -1) { in svc_tli_create_common()
396 if (t_bind(fd, tres, tres) == -1) { in svc_tli_create_common()
H A Dsvc_vc.c98 struct t_bind *t_bind; member
182 if (r->t_bind) in svc_vc_xprtfree()
183 (void) t_free((char *)r->t_bind, T_BIND); in svc_vc_xprtfree()
262 r->t_bind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR); in svc_vc_create_private()
263 if (r->t_bind == NULL) { in svc_vc_create_private()
364 r->t_bind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR); in svc_vc_xprtcopy()
365 if (r->t_bind == NULL) { in svc_vc_xprtcopy()
804 if (t_bind(destfd, NULL, r->t_bind) == -1) { in do_accept()
/titanic_41/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_resolve.h38 extern int setup_nb_parms(struct netconfig *, struct t_bind *, struct t_info *,
40 extern void cleanup_tli_parms(struct t_bind *, int);
H A Dnfs_resolve.c191 cleanup_tli_parms(struct t_bind *tbind, int fd) in cleanup_tli_parms()
275 setup_nb_parms(struct netconfig *nconf, struct t_bind *tbind, in setup_nb_parms()
347 struct t_bind *tbind = NULL; in get_server_addr()
359 if ((tbind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR)) == NULL) in get_server_addr()
/titanic_41/usr/src/uts/common/ktli/
H A Dt_kfree.c70 struct t_bind *bind; in t_kfree()
87 p.bind = (struct t_bind *)ptr; in t_kfree()
90 kmem_free(ptr, sizeof (struct t_bind)); in t_kfree()
H A Dt_kbind.c68 t_kbind(TIUSER *tiptr, struct t_bind *req, struct t_bind *ret) in t_kbind()
/titanic_41/usr/src/cmd/cvcd/sparc/sun4u/starfire/
H A Dcvcd.c131 struct t_bind *reqb;
132 struct t_bind *retb;
352 if (((reqb = (struct t_bind *)t_alloc(cvcd_ssp, T_BIND, T_ALL))
353 == (struct t_bind *)NULL)) {
357 if (((retb = (struct t_bind *)t_alloc(cvcd_ssp, T_BIND, T_ALL))
358 == (struct t_bind *)NULL)) {
371 if (t_bind(cvcd_ssp, reqb, retb) == -1) {
/titanic_41/usr/src/lib/libnsl/yp/
H A Dyp_rsvd.c45 struct t_bind *tbind; in __yp_clnt_create_rsvdport_netid_req()
71 if ((tbind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR)) == NULL) { in __yp_clnt_create_rsvdport_netid_req()
/titanic_41/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_generic.c41 struct t_bind *bind_addr; in svc_create_local_service()
80 bind_addr = (struct t_bind *) t_alloc(fd, T_BIND, T_ADDR); in svc_create_local_service()
/titanic_41/usr/src/cmd/gss/gssd/
H A Dgssd_generic.c63 struct t_bind *bind_addr;
102 bind_addr = (struct t_bind *) t_alloc(fd, T_BIND, T_ADDR);
/titanic_41/usr/src/cmd/fs.d/autofs/
H A Dnfs_cast.c76 struct t_bind *tr_taddr;
201 if (t_bind(trans->tr_fd, (struct t_bind *)NULL, in nfs_cast()
202 (struct t_bind *)NULL) < 0) { in nfs_cast()
209 (struct t_bind *)t_alloc(trans->tr_fd, T_BIND, T_ADDR); in nfs_cast()
210 if (trans->tr_taddr == (struct t_bind *)NULL) { in nfs_cast()
/titanic_41/usr/src/cmd/keyserv/
H A Dkey_generic.c83 struct t_bind *bind_addr;
135 bind_addr = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR);
/titanic_41/usr/src/lib/libnsl/dial/
H A Dcallers.c474 struct t_bind *bind_ret = 0; in tlicall()
514 if ((bind_ret = (struct t_bind *)t_alloc(fd, T_BIND, T_ALL)) == NULL || in tlicall()
529 if (t_bind(fd, (struct t_bind *)0, bind_ret) < 0) { in tlicall()

123