Symbol: T_CLTS
usr/src/cmd/cmd-inet/usr.bin/netstat/netstat.c
7845
psi->si_serv_type == T_CLTS ? SOCK_DGRAM : SOCK_STREAM, AF_UNIX);
usr/src/cmd/cmd-inet/usr.bin/netstat/netstat.c
7876
case T_CLTS:
usr/src/cmd/fs.d/nfs/rquotad/rpc.rquotad.c
150
if (tinfo.servtype == T_CLTS) {
usr/src/cmd/fs.d/nfs/rquotad/rpc.rquotad.c
263
if (!t_getinfo(0, &tinfo) && (tinfo.servtype == T_CLTS))
usr/src/cmd/fs.d/nfs/statd/sm_proc.c
834
if (tinfo.servtype == T_CLTS) {
usr/src/cmd/mdb/common/modules/genunix/net.c
811
case T_CLTS:
usr/src/cmd/rpcbind/check_bound.c
193
case T_CLTS:
usr/src/cmd/rpcbind/check_bound.c
227
case T_CLTS:
usr/src/cmd/rpcbind/check_bound.c
282
case T_CLTS:
usr/src/cmd/rpcbind/rpcb_svc_com.c
745
if (tinfo.servtype != T_CLTS)
usr/src/cmd/rpcsvc/rpc.bootparamd/bootparam_prot_svc.c
248
if (!t_getinfo(0, &tinfo) && (tinfo.servtype == T_CLTS))
usr/src/cmd/rpcsvc/rpc.rusersd.c
455
if (t_getinfo(0, &tinfo) || (tinfo.servtype == T_CLTS))
usr/src/cmd/ypcmd/yp_b_svc.c
670
if (t_getinfo(0, &tinfo) || (tinfo.servtype == T_CLTS))
usr/src/lib/libnsl/nsl/_conn_util.c
165
if (tiptr->ti_servtype == T_CLTS) {
usr/src/lib/libnsl/nsl/_conn_util.c
67
if (tiptr->ti_servtype == T_CLTS) {
usr/src/lib/libnsl/nsl/_utility.c
247
assert(tiptr->ti_servtype != T_CLTS);
usr/src/lib/libnsl/nsl/t_accept.c
78
if (tiptr->ti_servtype == T_CLTS) {
usr/src/lib/libnsl/nsl/t_listen.c
61
if (tiptr->ti_servtype == T_CLTS) {
usr/src/lib/libnsl/nsl/t_rcv.c
65
if (tiptr->ti_servtype == T_CLTS) {
usr/src/lib/libnsl/nsl/t_rcvdis.c
69
if (tiptr->ti_servtype == T_CLTS) {
usr/src/lib/libnsl/nsl/t_rcvudata.c
70
if (tiptr->ti_servtype != T_CLTS) {
usr/src/lib/libnsl/nsl/t_rcvuderr.c
62
if (tiptr->ti_servtype != T_CLTS) {
usr/src/lib/libnsl/nsl/t_rcvv.c
65
if (tiptr->ti_servtype == T_CLTS) {
usr/src/lib/libnsl/nsl/t_rcvvudata.c
80
if (tiptr->ti_servtype != T_CLTS) {
usr/src/lib/libnsl/nsl/t_snd.c
68
if (tiptr->ti_servtype == T_CLTS) {
usr/src/lib/libnsl/nsl/t_snddis.c
58
if (tiptr->ti_servtype == T_CLTS) {
usr/src/lib/libnsl/nsl/t_sndudata.c
62
if (tiptr->ti_servtype != T_CLTS) {
usr/src/lib/libnsl/nsl/t_sndv.c
71
if (tiptr->ti_servtype == T_CLTS) {
usr/src/lib/libnsl/nsl/t_sndvudata.c
68
if (tiptr->ti_servtype != T_CLTS) {
usr/src/lib/libnsl/rpc/clnt_dg.c
170
if (tinfo.servtype == T_CLTS)
usr/src/lib/libnsl/rpc/clnt_generic.c
623
servtype = T_CLTS;
usr/src/lib/libnsl/rpc/clnt_generic.c
666
case T_CLTS:
usr/src/lib/libnsl/rpc/rpc_generic.c
488
case T_CLTS:
usr/src/lib/libnsl/rpc/svc_generic.c
568
case T_CLTS:
usr/src/uts/common/fs/nfs/nfs_server.c
399
case T_CLTS:
usr/src/uts/common/fs/sockfs/sockstr.c
444
if ((tsti->sti_serv_type != T_CLTS) &&
usr/src/uts/common/fs/sockfs/sockstr.c
508
if (sti->sti_serv_type == T_CLTS) {
usr/src/uts/common/fs/sockfs/sockstr.c
550
if (so->so_type == SOCK_DGRAM && sti->sti_serv_type != T_CLTS) {
usr/src/uts/common/fs/sockfs/sockstr.c
555
if (so->so_type == SOCK_STREAM && sti->sti_serv_type == T_CLTS) {
usr/src/uts/common/fs/sockfs/sockstr.c
560
if (so->so_type == SOCK_SEQPACKET && sti->sti_serv_type == T_CLTS) {
usr/src/uts/common/fs/sockfs/socktpi.c
1443
if (sti->sti_serv_type == T_CLTS)
usr/src/uts/common/fs/sockfs/socktpi.c
2668
if (so->so_family == AF_UNIX && sti->sti_serv_type != T_CLTS)
usr/src/uts/common/inet/ip/icmp.c
214
T_CLTS, /* SERV_type. icmp supports connection-less. */
usr/src/uts/common/inet/udp/udp.c
305
T_CLTS, /* SERV_type. udp supports connection-less. */
usr/src/uts/common/inet/udp/udp.c
321
T_CLTS, /* SERV_type. udp supports connection-less. */
usr/src/uts/common/io/ib/clients/rds/rdsddi.c
374
T_CLTS, /* SERV_type. rds supports connection-less. */
usr/src/uts/common/io/timod.c
678
else if (tia->SERV_type == T_CLTS)
usr/src/uts/common/io/tl.c
777
T_CLTS, /* SERV_type */
usr/src/uts/common/rpc/rpcmod.c
526
if (pptr->SERV_type == T_CLTS) {
usr/src/uts/common/rpc/svc_gen.c
161
case T_CLTS:
usr/src/uts/common/rpc/svc_gen.c
231
if (hotstream && tinfo.SERV_type == T_CLTS) {