Home
last modified time | relevance | path

Searched refs:ti_servtype (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/nsl/
H A D_conn_util.c67 if (tiptr->ti_servtype == T_CLTS) { in _t_snd_conn_req()
165 if (tiptr->ti_servtype == T_CLTS) { in _t_rcv_conn_con()
H A Dt_sndrel.c57 if (tiptr->ti_servtype != T_COTS_ORD) { in _tx_sndrel()
H A Dt_sndreldata.c56 if (tiptr->ti_servtype != T_COTS_ORD) { in _tx_sndreldata()
H A Dt_snddis.c58 if (tiptr->ti_servtype == T_CLTS) { in _tx_snddis()
H A Dt_snd.c68 if (tiptr->ti_servtype == T_CLTS) { in _tx_snd()
H A Dt_rcvrel.c66 if (tiptr->ti_servtype != T_COTS_ORD) { in _tx_rcvrel()
H A Dt_rcvreldata.c67 if (tiptr->ti_servtype != T_COTS_ORD) { in _tx_rcvreldata()
H A Dt_sndudata.c62 if (tiptr->ti_servtype != T_CLTS) { in _tx_sndudata()
H A Dt_rcvuderr.c62 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.c69 if (tiptr->ti_servtype == T_CLTS) { in _tx_rcvdis()
H A Dt_rcvudata.c70 if (tiptr->ti_servtype != T_CLTS) { in _tx_rcvudata()
H A Dtx.h74 t_scalar_t ti_servtype; /* service type */ member
H A Dt_rcvvudata.c80 if (tiptr->ti_servtype != T_CLTS) { in _tx_rcvvudata()
H A Dt_listen.c61 if (tiptr->ti_servtype == T_CLTS) { in _tx_listen()
H A Dt_rcv.c65 if (tiptr->ti_servtype == T_CLTS) { in _tx_rcv()
H A Dt_accept.c78 if (tiptr->ti_servtype == T_CLTS) { in _tx_accept()
H A Dt_rcvv.c65 if (tiptr->ti_servtype == T_CLTS) { in _tx_rcvv()
H A D_utility.c247 assert(tiptr->ti_servtype != T_CLTS); in _t_register_lookevent()
649 tiptr->ti_servtype = 0; in _t_reinit_tiptr()
998 ntiptr->ti_servtype = tiap->SERV_type; in _t_create()