Home
last modified time | relevance | path

Searched refs:CONIND_number (Results 1 – 9 of 9) sorted by relevance

/titanic_44/usr/src/lib/libnsl/nsl/
H A Dt_bind.c116 bind_reqp->CONIND_number = (req == NULL? 0: req->qlen); in _tx_bind()
186 ret->qlen = bind_ackp->CONIND_number; in _tx_bind()
189 tiptr->ti_qlen = (uint_t)bind_ackp->CONIND_number; in _tx_bind()
/titanic_44/usr/src/uts/common/ktli/
H A Dt_kbind.c99 bind_req->CONIND_number = (req == NULL ? 0 : req->qlen); in t_kbind()
150 ret->qlen = bind_ack->CONIND_number; in t_kbind()
/titanic_44/usr/src/lib/libbc/inc/include/nettli/
H A Dtihdr.h202 unsigned long CONIND_number; /*connect indications requested */ member
300 unsigned long CONIND_number; /* connect ind to be queued */ member
/titanic_44/usr/src/uts/common/sys/
H A Dtihdr.h316 t_uscalar_t CONIND_number; /* connect indications requested */ member
451 t_uscalar_t CONIND_number; /* connect ind to be queued */ member
/titanic_44/usr/src/uts/common/rpc/
H A Drpcmod.c1759 if (tbind->CONIND_number > 0) { in mir_rput_proto()
/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_tpi.c238 backlog = tbr->CONIND_number; in tcp_tpi_bind()
/titanic_44/usr/src/uts/common/io/
H A Dtl.c2390 qlen = bind->CONIND_number; in tl_bind()
2619 b_ack->CONIND_number = qlen; in tl_bind()
H A Dtimod.c898 tp->tim_backlog = ackp->CONIND_number; in timodrproc()
/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c1076 bind_req.CONIND_number = backlog; in sotpi_bindlisten()