Home
last modified time | relevance | path

Searched refs:T_INCON (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_snddis.c75 (tiptr->ti_state == T_INCON && tiptr->ti_ocnt > 0))) { in _tx_snddis()
107 if ((tiptr->ti_state == T_INCON) && in _tx_snddis()
171 if (tiptr->ti_state == T_INCON) { in _tx_snddis()
178 if (tiptr->ti_state == T_INCON) { in _tx_snddis()
H A Dt_getstate.c51 case T_INCON: in _tx_getstate()
H A Dt_accept.c98 if ((fd == resfd && tiptr->ti_state != T_INCON) || in _tx_accept()
100 ((tiptr->ti_state != T_INCON) || in _tx_accept()
H A Dt_rcvdis.c84 (tiptr->ti_state == T_INCON && tiptr->ti_ocnt > 0))) { in _tx_rcvdis()
H A Dt_listen.c74 tiptr->ti_state == T_INCON)) { in _tx_listen()
H A D_utility.c1028 ntiptr->ti_state = T_INCON; in _t_create()
/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kgtstate.c116 *state = T_INCON; in t_kgetstate()
/illumos-gate/usr/src/uts/common/sys/
H A Dtiuser.h185 #define T_INCON 4 /* incoming connection pending */ macro
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dinterface.c313 case T_INCON: msg = (const char *)"T_INCON"; break; in show_tlook()
/illumos-gate/usr/src/head/
H A Dxti.h389 #define T_INCON 4 /* incoming connection pending */ macro
/illumos-gate/usr/src/cmd/bnu/
H A Dinterface.c433 case T_INCON: msg = "T_INCON"; break;
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_generic.c531 case T_INCON: in svc_tli_create_common()
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/
H A Dyppasswdd.c459 case T_INCON: in main()