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

123

/illumos-gate/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);
/illumos-gate/usr/src/head/
H A Dxti.h163 * (e.g. t_bind) can have identical names for structure names
164 * (e.g struct t_bind). Therefore, this redefinition of names needs
176 #pragma redefine_extname t_bind _xti_bind
221 #define t_bind _xti_bind macro
306 * t_bind - format of the addres and options arguments of bind
309 struct t_bind { struct
363 #define T_BIND 1 /* struct t_bind */
486 extern int t_bind(int, struct t_bind *, struct t_bind *);
[all...]
/illumos-gate/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.c56 t_bind(int fd, struct t_bind *req, struct t_bind *ret) function
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)
116 _xti_getprotaddr(int fd, struct t_bind *boundaddr, struct t_bind *peeraddr)
H A Dt_free.c45 struct t_bind *bind;
62 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");
/illumos-gate/usr/src/uts/common/sys/
H A Dtiuser.h103 * t_bind - format of the address and options arguments of bind
106 struct t_bind { struct
160 #define T_BIND 1 /* struct t_bind */
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 *);
/illumos-gate/usr/src/cmd/rpcbind/
H A Dcheck_bound.c89 struct t_bind taddr, *baddr;
103 baddr = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR);
109 if (t_bind(fd, &taddr, baddr) != 0) {
137 * 1. Is it possible for t_bind to fail in the case where
146 add_bndlist(struct netconfig *nconf, struct t_bind *taddr, struct t_bind *baddr)
152 struct t_bind tmpaddr;
200 if (t_bind(fdl->fd, taddr, baddr) != 0) {
235 if (t_bind(fdl->fd, &tmpaddr, taddr) != 0) {
251 if (t_bind(f
[all...]
H A Drpcbind.h75 int add_bndlist(struct netconfig *, struct t_bind *, struct t_bind *);
/illumos-gate/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);
169 * the call to t_bind succeeds, then we need
175 * occurred. Otherwise, if the t_bind call
177 * sense to continue trying to t_bind requests.
179 res = t_bind(fd, tbind, tres);
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_rsvd.c45 struct t_bind *tbind;
71 if ((tbind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR)) == NULL) {
/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kfree.c70 struct t_bind *bind;
87 p.bind = (struct t_bind *)ptr;
90 kmem_free(ptr, sizeof (struct t_bind));
H A Dt_kbind.c68 t_kbind(TIUSER *tiptr, struct t_bind *req, struct t_bind *ret)
H A Dt_kalloc.c73 struct t_bind *bind;
93 p.bind = kmem_zalloc(sizeof (struct t_bind), KM_SLEEP);
/illumos-gate/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)
222 * bindaddr is NON-NULL, it performs a t_bind using the bindaddr. For
230 const struct t_bind *bindaddr, const uint_t sendsz,
235 struct t_bind *tres = NULL; /* bind info */
320 tres = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR);
366 if (t_bind(fd, (struct t_bind *)bindaddr, tres) == -1) {
396 if (t_bind(fd, tres, tres) == -1) {
/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssd_generic.c63 struct t_bind *bind_addr;
89 * service via t_bind() (called in svc_tli_create())
102 bind_addr = (struct t_bind *) t_alloc(fd, T_BIND, T_ADDR);
/illumos-gate/usr/src/cmd/keyserv/
H A Dkey_generic.c83 struct t_bind *bind_addr;
124 * service via t_bind() (called in svc_tli_create())
135 bind_addr = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR);
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_generic.c41 struct t_bind *bind_addr;
67 * service via t_bind() (called in svc_tli_create())
80 bind_addr = (struct t_bind *) t_alloc(fd, T_BIND, T_ADDR);
/illumos-gate/usr/src/lib/libbc/inc/include/nettli/
H A Dtiuser.h117 * t_bind - format of the addres and options arguments of bind
120 struct t_bind { struct
174 #define T_BIND 1 /* struct t_bind */
/illumos-gate/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) {
372 cvcd_err(LOG_ERR, "t_bind: %s", t_errlist[t_errno]);
377 cvcd_err(LOG_ERR, "t_bind: bound to wrong port");
/illumos-gate/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,
202 (struct t_bind *)NULL) < 0) {
203 syslog(LOG_ERR, "nfscast: t_bind: %m");
209 (struct t_bind *)t_alloc(trans->tr_fd, T_BIND, T_ADDR);
210 if (trans->tr_taddr == (struct t_bind *)NULL) {
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dcallers.c474 struct t_bind *bind_ret = 0;
514 if ((bind_ret = (struct t_bind *)t_alloc(fd, T_BIND, T_ALL)) == NULL ||
529 if (t_bind(fd, (struct t_bind *)0, bind_ret) < 0) {
530 tfaillog(fd, "t_bind");

Completed in 127 milliseconds

123