Home
last modified time | relevance | path

Searched refs:SEQ_number (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/lib/libbc/inc/include/nettli/
H A Dtihdr.h166 long SEQ_number; /* sequence number */ member
173 long SEQ_number; /* sequnce number */ member
244 long SEQ_number; /* sequnce number */ member
262 long SEQ_number; /* sequnce number */ member
/titanic_41/usr/src/uts/common/sys/
H A Dtihdr.h280 t_scalar_t SEQ_number; /* sequence number */ member
287 t_scalar_t SEQ_number; /* sequnce number */ member
365 t_scalar_t SEQ_number; /* sequnce number */ member
383 t_scalar_t SEQ_number; /* sequnce number */ member
569 t_scalar_t SEQ_number; /* sequnce number */ member
/titanic_41/usr/src/lib/libnsl/nsl/
H A Dt_snddis.c145 dreq.SEQ_number = (call? call->sequence: -1); in _tx_snddis()
H A Dt_rcvdis.c224 discon->sequence = pptr->discon_ind.SEQ_number; in _tx_rcvdis()
H A Dt_listen.c198 call->sequence = pptr->conn_ind.SEQ_number; in _tx_listen()
H A Dt_accept.c192 cres->SEQ_number = call->sequence; in _tx_accept()
/titanic_41/usr/src/uts/common/io/
H A Dtl.c3001 di->SEQ_number = BADSEQNUM; in tl_conn_req()
3248 ci->SEQ_number = tep->te_seqno; in tl_conn_req_ser()
3419 if (cres->SEQ_number < TL_MINOR_START && in tl_conn_res()
3420 cres->SEQ_number >= BADSEQNUM) { in tl_conn_res()
3497 tip = tl_icon_find(tep, cres->SEQ_number); in tl_conn_res()
3515 tip->ti_tep->te_seqno == cres->SEQ_number); in tl_conn_res()
3657 di->SEQ_number = BADSEQNUM; in tl_conn_res()
3943 tip = tl_icon_find(tep, dr->SEQ_number); in tl_discon_req()
3959 tip->ti_tep->te_seqno == dr->SEQ_number); in tl_discon_req()
4014 di->SEQ_number = BADSEQNUM; in tl_discon_req()
[all …]
H A Dtimod.c1242 if (conp->SEQ_number == disp->SEQ_number) in timodrproc()
2040 if (indp->SEQ_number == resp->SEQ_number) in timodwproc()
2099 if (conp->SEQ_number == disp->SEQ_number) in timodwproc()
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_tpi.c1105 tdi->SEQ_number = 0; in tcp_accept_finish()
1108 tdi->SEQ_number = in tcp_accept_finish()
1341 (eager->tcp_conn_req_seqnum != tcr->SEQ_number)) { in tcp_tli_accept()
1415 seqnum = tcr->SEQ_number; in tcp_tli_accept()
H A Dtcp.c1877 seqnum = ((struct T_discon_req *)mp->b_rptr)->SEQ_number; in tcp_disconnect()
/titanic_41/usr/src/uts/common/inet/
H A Dmi.c1408 ((struct T_conn_ind *)mp->b_rptr)->SEQ_number = seqnum; in mi_tpi_conn_ind()
1435 ((struct T_extconn_ind *)mp->b_rptr)->SEQ_number = seqnum; in mi_tpi_extconn_ind()
1451 tdi->SEQ_number = seqnum; in mi_tpi_discon_ind()
/titanic_41/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_trantcp.c251 dreq->SEQ_number = -1; in nb_snddis()
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c1602 discon_req.SEQ_number = seqno; in sodisconnect()
1655 t_scalar_t SEQ_number; in sotpi_accept() local
1683 SEQ_number = conn_ind->SEQ_number; in sotpi_accept()
2060 conn_res->SEQ_number = SEQ_number; in sotpi_accept()
2145 (void) sodisconnect(so, SEQ_number, 0); in sotpi_accept()
2151 (void) sodisconnect(so, SEQ_number, _SODISCONNECT_LOCK_HELD); in sotpi_accept()
H A Dsockstr.c1205 if (tci->SEQ_number == seqno) { in soflushconnind()
2326 (void) soflushconnind(so, tpr->discon_ind.SEQ_number); in strsock_proto()