Searched refs:ti_ocnt (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_rcvdis.c86 (tiptr->ti_state == T_INCON && tiptr->ti_ocnt > 0))) {
198 if (tiptr->ti_ocnt <= 0) {
202 if (tiptr->ti_ocnt == 1) {
209 tiptr->ti_ocnt--;
H A Dt_snddis.c77 (tiptr->ti_state == T_INCON && tiptr->ti_ocnt > 0))) {
172 if (tiptr->ti_ocnt <= 1) {
174 tiptr->ti_ocnt--;
181 tiptr->ti_ocnt--;
H A Dt_accept.c126 if (fd == resfd && tiptr->ti_ocnt > 1) {
291 if (tiptr->ti_ocnt == 1) {
323 tiptr->ti_ocnt--;
H A Dt_listen.c88 if (tiptr->ti_ocnt == tiptr->ti_qlen) {
197 tiptr->ti_ocnt++;
H A Dt_bind.c169 tiptr->ti_ocnt = 0;
H A Dtx.h68 int ti_ocnt; /* # outstanding connect indications */ member in struct:_ti_user
H A D_utility.c652 tiptr->ti_ocnt = 0;
986 ntiptr->ti_ocnt = 0;

Completed in 49 milliseconds