Home
last modified time | relevance | path

Searched refs:T_CLTS (Results 1 – 25 of 39) sorted by relevance

12

/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc_gen.c161 case T_CLTS: in svc_tli_kcreate()
231 if (hotstream && tinfo.SERV_type == T_CLTS) { in svc_tli_kcreate()
/illumos-gate/usr/src/cmd/rpcbind/
H A Dcheck_bound.c193 case T_CLTS: in add_bndlist()
227 case T_CLTS: in add_bndlist()
282 case T_CLTS: in add_bndlist()
/illumos-gate/usr/src/lib/libnsl/nsl/
H A D_conn_util.c67 if (tiptr->ti_servtype == T_CLTS) { in _t_snd_conn_req()
165 if (tiptr->ti_servtype == T_CLTS) { in _t_rcv_conn_con()
H A Dt_snd.c68 if (tiptr->ti_servtype == T_CLTS) { in _tx_snd()
H A Dt_snddis.c58 if (tiptr->ti_servtype == T_CLTS) { in _tx_snddis()
H A Dt_sndudata.c62 if (tiptr->ti_servtype != T_CLTS) { in _tx_sndudata()
H A Dt_rcvuderr.c62 if (tiptr->ti_servtype != T_CLTS) { in _tx_rcvuderr()
H A Dt_sndvudata.c68 if (tiptr->ti_servtype != T_CLTS) { in _tx_sndvudata()
H A Dt_sndv.c71 if (tiptr->ti_servtype == T_CLTS) { in _tx_sndv()
H A Dt_rcvudata.c70 if (tiptr->ti_servtype != T_CLTS) { in _tx_rcvudata()
H A Dt_rcvdis.c69 if (tiptr->ti_servtype == T_CLTS) { in _tx_rcvdis()
H A Dt_rcvvudata.c80 if (tiptr->ti_servtype != T_CLTS) { in _tx_rcvvudata()
H A Dt_listen.c61 if (tiptr->ti_servtype == T_CLTS) { in _tx_listen()
H A Dt_rcv.c65 if (tiptr->ti_servtype == T_CLTS) { in _tx_rcv()
H A Dt_accept.c78 if (tiptr->ti_servtype == T_CLTS) { in _tx_accept()
H A Dt_rcvv.c65 if (tiptr->ti_servtype == T_CLTS) { in _tx_rcvv()
/illumos-gate/usr/src/uts/common/sys/
H A Dtpicommon.h98 #define T_CLTS 3 /* connectionless transport service */ macro
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_prot_svc.c248 if (!t_getinfo(0, &tinfo) && (tinfo.servtype == T_CLTS)) in closedown()
/illumos-gate/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()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_generic.c623 servtype = T_CLTS; in _clnt_tli_create_timed()
666 case T_CLTS: in _clnt_tli_create_timed()
H A Drpc_generic.c488 case T_CLTS: in __rpc_matchserv()
H A Dsvc_generic.c568 case T_CLTS: in svc_tli_create_common()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c444 if ((tsti->sti_serv_type != T_CLTS) && in so_strinit()
508 if (sti->sti_serv_type == T_CLTS) { in copy_tinfo()
550 if (so->so_type == SOCK_DGRAM && sti->sti_serv_type != T_CLTS) { in check_tinfo()
555 if (so->so_type == SOCK_STREAM && sti->sti_serv_type == T_CLTS) { in check_tinfo()
560 if (so->so_type == SOCK_SEQPACKET && sti->sti_serv_type == T_CLTS) { in check_tinfo()
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drpc.rusersd.c455 if (t_getinfo(0, &tinfo) || (tinfo.servtype == T_CLTS))
/illumos-gate/usr/src/cmd/ypcmd/
H A Dyp_b_svc.c670 if (t_getinfo(0, &tinfo) || (tinfo.servtype == T_CLTS)) in closedown()

12