/titanic_50/usr/src/cmd/rpcbind/ |
H A D | rpcb_svc.c | 104 if (strcasecmp(transp->xp_netid, loopback_dg) && in rpcb_service_3() 105 strcasecmp(transp->xp_netid, loopback_vc) && in rpcb_service_3() 106 strcasecmp(transp->xp_netid, loopback_vc_ord)) { in rpcb_service_3() 109 uaddr = taddr2uaddr(rpcbind_get_conf(transp->xp_netid), in rpcb_service_3() 127 if (strcasecmp(transp->xp_netid, loopback_dg) && in rpcb_service_3() 128 strcasecmp(transp->xp_netid, loopback_vc) && in rpcb_service_3() 129 strcasecmp(transp->xp_netid, loopback_vc_ord)) { in rpcb_service_3() 132 uaddr = taddr2uaddr(rpcbind_get_conf(transp->xp_netid), in rpcb_service_3()
|
H A D | rpcb_svc_4.c | 101 if (strcasecmp(transp->xp_netid, loopback_dg) && in rpcb_service_4() 102 strcasecmp(transp->xp_netid, loopback_vc) && in rpcb_service_4() 103 strcasecmp(transp->xp_netid, loopback_vc_ord)) { in rpcb_service_4() 118 if (strcasecmp(transp->xp_netid, loopback_dg) && in rpcb_service_4() 119 strcasecmp(transp->xp_netid, loopback_vc) && in rpcb_service_4() 120 strcasecmp(transp->xp_netid, loopback_vc_ord)) { in rpcb_service_4() 244 trans_conf = rpcbind_get_conf(transp->xp_netid); in rpcbproc_getaddrlist() 259 reg_nconf = rpcbind_get_conf(transp->xp_netid); in rpcbproc_getaddrlist() 339 rpcbs_getaddr(RPCBVERS_4_STAT, prog, vers, transp->xp_netid, maddr); in rpcbproc_getaddrlist()
|
H A D | rpcb_svc_com.c | 356 trans_conf = rpcbind_get_conf(transp->xp_netid); in rpcbproc_getaddr_com() 371 fnd = find_service(regp->r_prog, regp->r_vers, transp->xp_netid); in rpcbproc_getaddr_com() 377 if (!(*result = mergeaddr(transp, transp->xp_netid, in rpcbproc_getaddr_com() 407 transp->xp_netid, *result); in rpcbproc_getaddr_com() 457 if (((nconf = rpcbind_get_conf(rqstp->rq_xprt->xp_netid)) == NULL) || in rpcbproc_uaddr2taddr_com() 479 if ((nconf = rpcbind_get_conf(rqstp->rq_xprt->xp_netid)) == NULL) in rpcbproc_taddr2uaddr_com() 885 rbl = find_service(arg.prog, arg.vers, transp->xp_netid); in rpcbproc_callit_com() 888 arg.proc, transp->xp_netid, rbl); in rpcbproc_callit_com() 900 find_versions(arg.prog, transp->xp_netid, in rpcbproc_callit_com() 917 char *uaddr = mergeaddr(transp, transp->xp_netid, in rpcbproc_callit_com() [all …]
|
H A D | rpcb_check.c | 161 if ((conf = rpcbind_get_conf(transp->xp_netid)) == 0) { in rpcb_log() 198 if ((conf = rpcbind_get_conf(transp->xp_netid)) == 0) { in rpcb_check()
|
/titanic_50/usr/src/uts/common/rpc/ |
H A D | svc_gen.c | 194 xprt->xp_netid = NULL; in svc_tli_kcreate() 196 xprt->xp_netid = kmem_alloc(strlen(netid) + 1, KM_SLEEP); in svc_tli_kcreate() 197 (void) strcpy(xprt->xp_netid, netid); in svc_tli_kcreate()
|
H A D | svc.h | 414 #define xp_netid xp_xpc.xpc_netid macro 490 char *xp_netid; /* network token */ member 518 #define svc_getnetid(x) ((x)->xp_netid)
|
H A D | svc_cots.c | 278 if (xprt->xp_netid) in svc_cots_kdestroy() 279 kmem_free(xprt->xp_netid, strlen(xprt->xp_netid) + 1); in svc_cots_kdestroy()
|
H A D | svc_clts.c | 191 if (xprt->xp_netid) in svc_clts_kdestroy() 192 kmem_free(xprt->xp_netid, strlen(xprt->xp_netid) + 1); in svc_clts_kdestroy()
|
H A D | svc_rdma.c | 275 xprt->xp_netid = NULL; in svc_rdma_kcreate() 611 clone_xprt->xp_netid = conn->c_netid; in svc_rdma_krecv()
|
/titanic_50/usr/src/lib/libnsl/rpc/ |
H A D | svc_door.c | 303 if (xprt->xp_netid) in svc_door_xprtfree() 304 free(xprt->xp_netid); in svc_door_xprtfree() 408 xprt->xp_netid = strdup("door"); in svc_door_create() 409 if (xprt->xp_netid == NULL) { in svc_door_create() 465 if (parent->xp_netid) { in svc_door_xprtcopy() 466 xprt->xp_netid = (char *)strdup(parent->xp_netid); in svc_door_xprtcopy() 467 if (xprt->xp_netid == NULL) { in svc_door_xprtcopy()
|
H A D | svc_generic.c | 139 if (strcmp(l->xprt->xp_netid, nconf->nc_netid) == 0) { in svc_create() 536 xprt->xp_netid = strdup(nconf->nc_netid); in svc_tli_create_common() 537 if (xprt->xp_netid == NULL) { in svc_tli_create_common() 547 if (xprt->xp_netid) in svc_tli_create_common() 548 free(xprt->xp_netid); in svc_tli_create_common()
|
H A D | svc_dg.c | 102 if (xprt->xp_netid) in svc_dg_xprtfree() 103 free(xprt->xp_netid); in svc_dg_xprtfree() 222 if (parent->xp_netid) { in svc_dg_xprtcopy() 223 xprt->xp_netid = (char *)strdup(parent->xp_netid); in svc_dg_xprtcopy() 224 if (xprt->xp_netid == NULL) { in svc_dg_xprtcopy() 442 if ((nconf = getnetconfigent(xprt->xp_netid)) != NULL) { in svc_dg_recv() 819 if (nconf = getnetconfigent(xprt->xp_netid)) { in cache_set() 902 if (nconf = getnetconfigent(xprt->xp_netid)) { in cache_get()
|
H A D | svc_vc.c | 171 if (xprt->xp_netid) in svc_vc_xprtfree() 172 free(xprt->xp_netid); in svc_vc_xprtfree() 324 if (parent->xp_netid) { in svc_vc_xprtcopy() 325 xprt->xp_netid = (char *)strdup(parent->xp_netid); in svc_vc_xprtcopy() 326 if (xprt->xp_netid == NULL) { in svc_vc_xprtcopy() 459 if (xprt->xp_netid) in svc_fd_xprtfree() 460 free(xprt->xp_netid); in svc_fd_xprtfree() 608 if (parent->xp_netid) { in svc_fd_xprtcopy() 609 xprt->xp_netid = (char *)strdup(parent->xp_netid); in svc_fd_xprtcopy() 610 if (xprt->xp_netid == NULL) { in svc_fd_xprtcopy() [all …]
|
H A D | svc.c | 868 if (xprt->xp_netid) { in svc_reg() 869 netid = strdup(xprt->xp_netid); in svc_reg() 914 if ((xprt->xp_netid == NULL) && (flag == 1) && netid) in svc_reg() 915 if ((((SVCXPRT *)xprt)->xp_netid = strdup(netid)) == NULL) { in svc_reg() 978 if (xprt->xp_netid) { in svc_register() 979 netid = strdup(xprt->xp_netid); in svc_register() 1015 if ((xprt->xp_netid == NULL) && (flag == 1) && netid) in svc_register() 1016 if ((xprt->xp_netid = strdup(netid)) == NULL) { in svc_register() 1448 if ((xprt->xp_netid == NULL) || in _svc_prog_dispatch() 1450 (strcmp(xprt->xp_netid, in _svc_prog_dispatch()
|
H A D | svc_simple.c | 262 (strcmp(pl->p_netid, transp->xp_netid) == 0)) { in universal()
|
/titanic_50/usr/src/ucblib/librpcsoc/ |
H A D | svc_tcp.c | 159 xprt->xp_netid = NULL; 209 xprt->xp_netid = NULL;
|
H A D | svc_udp.c | 164 xprt->xp_netid = NULL;
|
/titanic_50/usr/src/cmd/keyserv/ |
H A D | key_generic.c | 98 if (strcmp(l->xprt->xp_netid, nconf->nc_netid) == 0) {
|
/titanic_50/usr/src/cmd/fs.d/nfs/rquotad/ |
H A D | rpc.rquotad.c | 666 nconf = getnetconfigent(transp->xp_netid); 669 transp->xp_netid);
|
/titanic_50/usr/src/cmd/ypcmd/ypupdated/ |
H A D | rpc.ypupdated.c | 386 if ((nconf = getnetconfigent(transp->xp_netid))
|
/titanic_50/usr/src/cmd/ypcmd/ |
H A D | ypupdated.c | 394 if ((nconf = getnetconfigent(transp->xp_netid))
|
H A D | yp_b_subr.c | 854 if ((nconf = getnetconfigent(transp->xp_netid)) 894 transp->xp_netid);
|
/titanic_50/usr/src/cmd/ypcmd/yppasswd/ |
H A D | changepasswd.c | 161 if (strcmp(transp->xp_netid, "ticlts") == 0) { in changepasswd()
|
/titanic_50/usr/src/lib/libnisdb/yptol/ |
H A D | shim_changepasswd.c | 199 if (strcmp(transp->xp_netid, "ticlts") == 0) { in shim_changepasswd()
|
/titanic_50/usr/src/cmd/fs.d/nfs/mountd/ |
H A D | mountd.c | 1007 lq->ld_netid = strdup(transp->xp_netid); in enqueue_logging_data() 1077 cln->netid = transp->xp_netid; in cln_init_common()
|