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

12

/illumos-gate/usr/src/uts/common/sys/
H A Dtpicommon.h100 #define T_CLTS 3 /* connectionless transport service */ macro
/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc_gen.c161 case T_CLTS:
231 if (hotstream && tinfo.SERV_type == T_CLTS) {
/illumos-gate/usr/src/lib/libbc/inc/include/nettli/
H A Dtiuser.h104 #define T_CLTS 03 /* connectionless transport service */ macro
/illumos-gate/usr/src/cmd/rpcbind/
H A Dcheck_bound.c193 case T_CLTS:
227 case T_CLTS:
282 case T_CLTS:
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dunix.c212 case T_CLTS:
/illumos-gate/usr/src/lib/libnsl/nsl/
H A D_conn_util.c69 if (tiptr->ti_servtype == T_CLTS) {
167 if (tiptr->ti_servtype == T_CLTS) {
H A Dt_rcvdis.c71 if (tiptr->ti_servtype == T_CLTS) {
H A Dt_rcvudata.c72 if (tiptr->ti_servtype != T_CLTS) {
H A Dt_rcvuderr.c64 if (tiptr->ti_servtype != T_CLTS) {
H A Dt_snd.c70 if (tiptr->ti_servtype == T_CLTS) {
H A Dt_snddis.c60 if (tiptr->ti_servtype == T_CLTS) {
H A Dt_sndudata.c64 if (tiptr->ti_servtype != T_CLTS) {
H A Dt_sndv.c71 if (tiptr->ti_servtype == T_CLTS) {
H A Dt_sndvudata.c68 if (tiptr->ti_servtype != T_CLTS) {
H A Dt_accept.c80 if (tiptr->ti_servtype == T_CLTS) {
H A Dt_listen.c63 if (tiptr->ti_servtype == T_CLTS) {
H A Dt_rcv.c67 if (tiptr->ti_servtype == T_CLTS) {
H A Dt_rcvv.c67 if (tiptr->ti_servtype == T_CLTS) {
H A Dt_rcvvudata.c82 if (tiptr->ti_servtype != T_CLTS) {
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_prot_svc.c251 if (!t_getinfo(0, &tinfo) && (tinfo.servtype == T_CLTS))
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypupdated.c371 if (t_getinfo(0, tinfo) || (tinfo.servtype == T_CLTS))
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_generic.c626 servtype = T_CLTS;
670 case T_CLTS:
H A Drpc_generic.c490 case T_CLTS:
/illumos-gate/usr/src/cmd/fs.d/nfs/rquotad/
H A Drpc.rquotad.c148 if (tinfo.servtype == T_CLTS) {
261 if (!t_getinfo(0, &tinfo) && (tinfo.servtype == T_CLTS))
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drpc.rusersd.c457 if (t_getinfo(0, &tinfo) || (tinfo.servtype == T_CLTS))

Completed in 94 milliseconds

12