/illumos-gate/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfs_resolve.h | 38 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 D | xti.h | 163 * (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 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 | 56 t_bind(int fd, struct t_bind *req, struct t_bind *ret) function
|
H A D | tx.h | 306 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 D | xti_wrappers.c | 76 _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 D | t_free.c | 45 struct t_bind *bind; 62 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");
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | tiuser.h | 103 * 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 D | t_kuser.h | 95 extern int t_kbind(TIUSER *, struct t_bind *, struct t_bind *);
|
/illumos-gate/usr/src/cmd/rpcbind/ |
H A D | check_bound.c | 89 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 D | rpcbind.h | 75 int add_bndlist(struct netconfig *, struct t_bind *, struct t_bind *);
|
/illumos-gate/usr/src/lib/librpcsvc/common/ |
H A D | bindresvport.c | 76 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 D | yp_rsvd.c | 45 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 D | t_kfree.c | 70 struct t_bind *bind; 87 p.bind = (struct t_bind *)ptr; 90 kmem_free(ptr, sizeof (struct t_bind));
|
H A D | t_kbind.c | 68 t_kbind(TIUSER *tiptr, struct t_bind *req, struct t_bind *ret)
|
H A D | t_kalloc.c | 73 struct t_bind *bind; 93 p.bind = kmem_zalloc(sizeof (struct t_bind), KM_SLEEP);
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | svc_generic.c | 88 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 D | gssd_generic.c | 63 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 D | key_generic.c | 83 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 D | kwarnd_generic.c | 41 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 D | tiuser.h | 117 * 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 D | cvcd.c | 131 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 D | nfs_cast.c | 76 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 D | callers.c | 474 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");
|