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

/osnet-11/usr/src/lib/libnsl/nsl/
H A Dt_getname.c49 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 Dtli_wrappers.c53 t_bind(int fd, const struct t_bind *req, struct t_bind *ret) function
H A Dtx.h303 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 Dxti_wrappers.c72 _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 Dt_free.c41 struct t_bind *bind;
57 p.bind = (struct t_bind *)ptr;
H A Dt_bind.c50 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 Dt_alloc.c57 struct t_bind *bind;
110 if ((p.bind = calloc(1, sizeof (struct t_bind))) == NULL)
/osnet-11/usr/src/lib/librpcsvc/common/
H A Dbindresvport.c73 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 Dyp_rsvd.c41 struct t_bind *tbind;
66 if ((tbind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR)) == NULL) {
H A Dyp_bind.c441 if (t_bind(fd, NULL, NULL) == -1) {
1014 if (t_bind(fd, NULL, NULL) == -1) {
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc_generic.c87 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 Drtime_tli.c89 if (t_bind(fd, NULL, NULL) < 0) {
H A Drpc_soc.c281 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 Dsvc_vc.c97 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 Dclnt_generic.c301 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 Dauth_time.c514 if (t_bind(rtime_fd, NULL, NULL) < 0) {
H A Dclnt_bcast.c186 if (t_bind(fd, NULL, NULL) == -1) {
H A Drpcb_clnt.c636 if (t_bind(fd, NULL, NULL) == -1) {
/osnet-11/usr/src/lib/libnsl/dial/
H A Dcallers.c473 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 Dsmbfs_connect.c187 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 Dnetaddrs.c343 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 DMakefile.com51 _utility.o t_accept.o t_alloc.o t_bind.o t_close.o \
/osnet-11/usr/src/lib/libnsl/nss/
H A Dnetdir_inet_sundry.c902 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 Dclient_init.c257 if (t_bind(fd, (struct t_bind *)NULL, (struct t_bind *)NULL) == -1) {
/osnet-11/usr/src/lib/libnsl/common/
H A Dllib-lnsl273 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,

Completed in 43 milliseconds