/titanic_41/usr/src/uts/common/rpc/ |
H A D | svc_gen.c | 161 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 D | check_bound.c | 193 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.c | 69 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 D | t_snd.c | 70 if (tiptr->ti_servtype == T_CLTS) { in _tx_snd()
|
H A D | t_snddis.c | 60 if (tiptr->ti_servtype == T_CLTS) { in _tx_snddis()
|
H A D | t_sndudata.c | 64 if (tiptr->ti_servtype != T_CLTS) { in _tx_sndudata()
|
H A D | t_rcvuderr.c | 64 if (tiptr->ti_servtype != T_CLTS) { in _tx_rcvuderr()
|
H A D | t_sndvudata.c | 68 if (tiptr->ti_servtype != T_CLTS) { in _tx_sndvudata()
|
H A D | t_sndv.c | 71 if (tiptr->ti_servtype == T_CLTS) { in _tx_sndv()
|
H A D | t_rcvdis.c | 71 if (tiptr->ti_servtype == T_CLTS) { in _tx_rcvdis()
|
H A D | t_rcvudata.c | 72 if (tiptr->ti_servtype != T_CLTS) { in _tx_rcvudata()
|
H A D | t_rcvvudata.c | 82 if (tiptr->ti_servtype != T_CLTS) { in _tx_rcvvudata()
|
H A D | t_listen.c | 63 if (tiptr->ti_servtype == T_CLTS) { in _tx_listen()
|
H A D | t_rcv.c | 67 if (tiptr->ti_servtype == T_CLTS) { in _tx_rcv()
|
H A D | t_accept.c | 80 if (tiptr->ti_servtype == T_CLTS) { in _tx_accept()
|
H A D | t_rcvv.c | 67 if (tiptr->ti_servtype == T_CLTS) { in _tx_rcvv()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | tpicommon.h | 100 #define T_CLTS 3 /* connectionless transport service */ macro
|
/titanic_41/usr/src/lib/libbc/inc/include/nettli/ |
H A D | tiuser.h | 104 #define T_CLTS 03 /* connectionless transport service */ macro
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | unix.c | 212 case T_CLTS: in typetoname()
|
/titanic_41/usr/src/cmd/rpcsvc/rpc.bootparamd/ |
H A D | bootparam_prot_svc.c | 251 if (!t_getinfo(0, &tinfo) && (tinfo.servtype == T_CLTS)) in closedown()
|
/titanic_41/usr/src/cmd/fs.d/nfs/rquotad/ |
H A D | rpc.rquotad.c | 150 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 D | clnt_generic.c | 626 servtype = T_CLTS; in _clnt_tli_create_timed() 670 case T_CLTS: in _clnt_tli_create_timed()
|
H A D | rpc_generic.c | 490 case T_CLTS: in __rpc_matchserv()
|
/titanic_41/usr/src/cmd/ypcmd/ |
H A D | ypupdated.c | 369 if (t_getinfo(0, tinfo) || (tinfo.servtype == T_CLTS)) in closedown()
|
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | sockstr.c | 444 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()
|