Home
last modified time | relevance | path

Searched refs:T_COTS_ORD (Results 1 – 22 of 22) sorted by relevance

/onnv-gate/usr/src/cmd/rpcbind/
H A Dcheck_bound.c181 case T_COTS_ORD:
218 case T_COTS_ORD:
270 case T_COTS_ORD:
/onnv-gate/usr/src/uts/common/sys/
H A Dtpicommon.h99 #define T_COTS_ORD 2 /* connection oriented w/ orderly release */ macro
/onnv-gate/usr/src/lib/libnsl/nsl/
H A Dt_sndrel.c59 if (tiptr->ti_servtype != T_COTS_ORD) { in _tx_sndrel()
H A Dt_sndreldata.c58 if (tiptr->ti_servtype != T_COTS_ORD) { in _tx_sndreldata()
H A Dt_rcvreldata.c69 if (tiptr->ti_servtype != T_COTS_ORD) { in _tx_rcvreldata()
H A Dt_rcvrel.c68 if (tiptr->ti_servtype != T_COTS_ORD) { in _tx_rcvrel()
/onnv-gate/usr/src/lib/libbc/inc/include/nettli/
H A Dtiuser.h103 #define T_COTS_ORD 02 /* connection oriented w/ orderly release */ macro
/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dunix.c218 case T_COTS_ORD: in typetoname()
/onnv-gate/usr/src/uts/common/rpc/
H A Dsvc_gen.c164 case T_COTS_ORD: in svc_tli_kcreate()
H A Dclnt_cots.c2256 if (tiptr->tp_info.servtype == T_COTS_ORD) in connmgr_get()
/onnv-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_generic.c482 case T_COTS_ORD: in svc_tli_create_common()
492 if ((tinfo.servtype == T_COTS_ORD) && in svc_tli_create_common()
H A Dclnt_generic.c632 servtype = T_COTS_ORD; in _clnt_tli_create_timed()
660 case T_COTS_ORD: in _clnt_tli_create_timed()
H A Drpc_generic.c485 case T_COTS_ORD: in __rpc_matchserv()
H A Dsvc_vc.c800 if ((tinfo.servtype != T_COTS) && (tinfo.servtype != T_COTS_ORD)) { in do_accept()
/onnv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_common.c91 if (req->rq_xprt->xp_type == T_COTS_ORD || in rfs4_tsize()
H A Dnfs_common.c324 if (req->rq_xprt->xp_type == T_COTS_ORD || in rfs3_tsize()
H A Dnfs_server.c390 case T_COTS_ORD: in nfs_srv_set_sc_versions()
/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c814 case T_COTS_ORD: in netstat_unix_cb()
/onnv-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c381 T_COTS_ORD, /* SERV_type */
395 T_COTS_ORD, /* SERV_type */
/onnv-gate/usr/src/uts/common/io/
H A Dtimod.c689 if ((tia->SERV_type == T_COTS) || (tia->SERV_type == T_COTS_ORD)) in timodprocessinfo()
H A Dtl.c4295 ia->SERV_type = T_COTS_ORD; in tl_copy_info()
/onnv-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c2748 (sti->sti_serv_type == T_COTS_ORD)) { in sotpi_shutdown()