Home
last modified time | relevance | path

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

12

/titanic_41/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()
/titanic_41/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()
/titanic_41/usr/src/lib/libnsl/nsl/
H A D_conn_util.c69 if (tiptr->ti_servtype == T_CLTS) { in _t_snd_conn_req()
167 if (tiptr->ti_servtype == T_CLTS) { in _t_rcv_conn_con()
H A Dt_snd.c70 if (tiptr->ti_servtype == T_CLTS) { in _tx_snd()
H A Dt_snddis.c60 if (tiptr->ti_servtype == T_CLTS) { in _tx_snddis()
H A Dt_sndudata.c64 if (tiptr->ti_servtype != T_CLTS) { in _tx_sndudata()
H A Dt_rcvuderr.c64 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_rcvdis.c71 if (tiptr->ti_servtype == T_CLTS) { in _tx_rcvdis()
H A Dt_rcvudata.c72 if (tiptr->ti_servtype != T_CLTS) { in _tx_rcvudata()
H A Dt_rcvvudata.c82 if (tiptr->ti_servtype != T_CLTS) { in _tx_rcvvudata()
H A Dt_listen.c63 if (tiptr->ti_servtype == T_CLTS) { in _tx_listen()
H A Dt_rcv.c67 if (tiptr->ti_servtype == T_CLTS) { in _tx_rcv()
H A Dt_accept.c80 if (tiptr->ti_servtype == T_CLTS) { in _tx_accept()
H A Dt_rcvv.c67 if (tiptr->ti_servtype == T_CLTS) { in _tx_rcvv()
/titanic_41/usr/src/uts/common/sys/
H A Dtpicommon.h100 #define T_CLTS 3 /* connectionless transport service */ macro
/titanic_41/usr/src/lib/libbc/inc/include/nettli/
H A Dtiuser.h104 #define T_CLTS 03 /* connectionless transport service */ macro
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dunix.c212 case T_CLTS: in typetoname()
/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/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/lib/libnsl/rpc/
H A Dclnt_generic.c626 servtype = T_CLTS; in _clnt_tli_create_timed()
670 case T_CLTS: in _clnt_tli_create_timed()
H A Drpc_generic.c490 case T_CLTS: in __rpc_matchserv()
/titanic_41/usr/src/cmd/ypcmd/
H A Dypupdated.c369 if (t_getinfo(0, tinfo) || (tinfo.servtype == T_CLTS)) in closedown()
/titanic_41/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()

12