Home
last modified time | relevance | path

Searched refs:servtype (Results 1 – 21 of 21) sorted by relevance

/titanic_41/usr/src/lib/libnsl/rpc/
H A Drpc_generic.c419 __rpcfd_to_nconf(int fd, int servtype) in __rpcfd_to_nconf() argument
431 if (servtype == 0) { in __rpcfd_to_nconf()
442 servtype = tinfo.servtype; in __rpcfd_to_nconf()
461 if (__rpc_matchserv(servtype, nconf->nc_semantics) == TRUE) { in __rpcfd_to_nconf()
477 __rpc_matchserv(int servtype, unsigned int nc_semantics) in __rpc_matchserv() argument
479 switch (servtype) { in __rpc_matchserv()
H A Dclnt_generic.c607 t_scalar_t servtype; in _clnt_tli_create_timed() local
626 servtype = T_CLTS; in _clnt_tli_create_timed()
629 servtype = T_COTS; in _clnt_tli_create_timed()
632 servtype = T_COTS_ORD; in _clnt_tli_create_timed()
637 servtype = tinfo.servtype; in _clnt_tli_create_timed()
651 servtype = tinfo.servtype; in _clnt_tli_create_timed()
655 switch (servtype) { in _clnt_tli_create_timed()
703 if ((nc = __rpcfd_to_nconf(fd, servtype)) != NULL) { in _clnt_tli_create_timed()
H A Dsvc_generic.c485 switch (tinfo.servtype) { in svc_tli_create_common()
496 if ((tinfo.servtype == T_COTS_ORD) && in svc_tli_create_common()
521 xprt->xp_type = tinfo.servtype; in svc_tli_create_common()
H A Dsvc_vc.c432 dummy->xp_type = tinfo.servtype; in svc_fd_create_private()
793 if ((tinfo.servtype != T_COTS) && (tinfo.servtype != T_COTS_ORD)) { in do_accept()
H A Dclnt_dg.c169 if (tinfo.servtype == T_CLTS) in clnt_dg_create()
/titanic_41/usr/src/cmd/rpcbind/
H A Dcheck_bound.c188 switch (tinfo.servtype) { in add_bndlist()
222 switch (tinfo.servtype) { in add_bndlist()
275 switch (tinfo.servtype) { in add_bndlist()
H A Drpcb_svc_com.c745 if (tinfo.servtype != T_CLTS) in rpcbproc_callit_com()
/titanic_41/usr/src/lib/libbc/inc/include/nettli/
H A Dtiuser.h96 long servtype; /* provider service type */ member
/titanic_41/usr/src/lib/libnsl/nsl/
H A Dt_getinfo.c106 info->servtype = infoackp->SERV_type; in _tx_getinfo()
H A D_utility.c935 info->servtype = tiap->SERV_type; in _t_create()
/titanic_41/usr/src/uts/common/sys/
H A Dtiuser.h81 t_scalar_t servtype; /* provider service type */ member
/titanic_41/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_prot_svc.c251 if (!t_getinfo(0, &tinfo) && (tinfo.servtype == T_CLTS)) in closedown()
/titanic_41/usr/src/uts/common/ktli/
H A Dt_kopen.c256 ntiptr->tp_info.servtype = inforeq.SERV_type; in t_kopen()
/titanic_41/usr/src/cmd/fs.d/nfs/rquotad/
H A Drpc.rquotad.c150 if (tinfo.servtype == T_CLTS) { in main()
263 if (!t_getinfo(0, &tinfo) && (tinfo.servtype == T_CLTS)) in closedown()
/titanic_41/usr/src/cmd/ypcmd/
H A Dypupdated.c369 if (t_getinfo(0, tinfo) || (tinfo.servtype == T_CLTS)) in closedown()
H A Dyp_b_svc.c672 if (t_getinfo(0, &tinfo) || (tinfo.servtype == T_CLTS)) in closedown()
/titanic_41/usr/src/head/
H A Dxti.h271 t_scalar_t servtype; /* provider service type */ member
/titanic_41/usr/src/cmd/rpcsvc/
H A Drpc.rusersd.c457 if (t_getinfo(0, &tinfo) || (tinfo.servtype == T_CLTS))
/titanic_41/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_proc.c820 if (tinfo.servtype == T_CLTS) { in create_client()
/titanic_41/usr/src/lib/libnsl/common/
H A Dllib-lnsl655 struct netconfig *__rpcfd_to_nconf(int fd, int servtype);
656 int __rpc_matchserv(int servtype, unsigned int nc_semantics);
/titanic_41/usr/src/uts/common/rpc/
H A Dclnt_cots.c2256 if (tiptr->tp_info.servtype == T_COTS_ORD) in connmgr_get()