Lines Matching refs:NEXTSTATE

378 #define	NEXTSTATE(EV, ST)	ti_statetbl[EV][ST]  macro
2380 tep->te_state = NEXTSTATE(TE_BIND_REQ, tep->te_state); in tl_bind()
2419 tep->te_state = NEXTSTATE(TE_ERROR_ACK, tep->te_state); in tl_bind()
2433 tep->te_state = NEXTSTATE(TE_ERROR_ACK, tep->te_state); in tl_bind()
2442 tep->te_state = NEXTSTATE(TE_ERROR_ACK, tep->te_state); in tl_bind()
2451 tep->te_state = NEXTSTATE(TE_ERROR_ACK, tep->te_state); in tl_bind()
2462 tep->te_state = NEXTSTATE(TE_ERROR_ACK, tep->te_state); in tl_bind()
2470 tep->te_state = NEXTSTATE(TE_ERROR_ACK, tep->te_state); in tl_bind()
2631 tep->te_state = NEXTSTATE(TE_BIND_ACK, tep->te_state); in tl_bind()
2648 tep->te_state = NEXTSTATE(TE_ERROR_ACK, tep->te_state); in tl_bind()
2694 tep->te_state = NEXTSTATE(TE_UNBIND_REQ, tep->te_state); in tl_unbind()
2714 tep->te_state = NEXTSTATE(TE_OK_ACK1, tep->te_state); in tl_unbind()
2952 tep->te_state = NEXTSTATE(TE_CONN_REQ, tep->te_state); in tl_conn_req()
2990 tep->te_state = NEXTSTATE(TE_OK_ACK1, tep->te_state); in tl_conn_req()
3211 tep->te_state = NEXTSTATE(TE_OK_ACK1, tep->te_state); in tl_conn_req_ser()
3285 peer_tep->te_state = NEXTSTATE(TE_CONN_IND, peer_tep->te_state); in tl_conn_req_ser()
3296 tep->te_state = NEXTSTATE(TE_CONN_CON, tep->te_state); in tl_conn_req_ser()
3416 tep->te_state = NEXTSTATE(TE_CONN_RES, tep->te_state); in tl_conn_res()
3423 tep->te_state = NEXTSTATE(TE_ERROR_ACK, tep->te_state); in tl_conn_res()
3437 tep->te_state = NEXTSTATE(TE_ERROR_ACK, tep->te_state); in tl_conn_res()
3449 tep->te_state = NEXTSTATE(TE_ERROR_ACK, tep->te_state); in tl_conn_res()
3467 tep->te_state = NEXTSTATE(TE_ERROR_ACK, tep->te_state); in tl_conn_res()
3483 tep->te_state = NEXTSTATE(TE_ERROR_ACK, tep->te_state); in tl_conn_res()
3501 tep->te_state = NEXTSTATE(TE_ERROR_ACK, tep->te_state); in tl_conn_res()
3619 tep->te_state = NEXTSTATE(TE_OK_ACK2, tep->te_state); in tl_conn_res()
3621 tep->te_state = NEXTSTATE(TE_OK_ACK3, tep->te_state); in tl_conn_res()
3623 tep->te_state = NEXTSTATE(TE_OK_ACK4, tep->te_state); in tl_conn_res()
3675 acc_ep->te_state = NEXTSTATE(TE_PASS_CONN, acc_ep->te_state); in tl_conn_res()
3836 cl_ep->te_state = NEXTSTATE(TE_CONN_CON, cl_ep->te_state); in tl_conn_res()
3922 new_state = NEXTSTATE(TE_DISCON_REQ, tep->te_state); in tl_discon_req()
3928 tep->te_state = NEXTSTATE(TE_ERROR_ACK, new_state); in tl_discon_req()
3948 tep->te_state = NEXTSTATE(TE_ERROR_ACK, new_state); in tl_discon_req()
3978 new_state = NEXTSTATE(TE_OK_ACK1, new_state); in tl_discon_req()
3981 new_state = NEXTSTATE(TE_OK_ACK2, new_state); in tl_discon_req()
3983 new_state = NEXTSTATE(TE_OK_ACK4, new_state); in tl_discon_req()
4082 NEXTSTATE(TE_DISCON_IND2, in tl_discon_req()
4086 NEXTSTATE(TE_DISCON_IND3, in tl_discon_req()
4843 tep->te_state = NEXTSTATE(TE_ORDREL_REQ, tep->te_state); in tl_ordrel()
4882 peer_tep->te_state = NEXTSTATE(TE_ORDREL_IND, peer_tep->te_state); in tl_ordrel()
4967 tep->te_state = NEXTSTATE(TE_UDERROR_IND, tep->te_state); in tl_uderr()
5270 peer_tep->te_state = NEXTSTATE(TE_UNITDATA_IND, peer_tep->te_state); in tl_unitdata()
5592 NEXTSTATE(TE_DISCON_IND2, in tl_co_unconnect()
5596 NEXTSTATE(TE_DISCON_IND3, in tl_co_unconnect()
5625 NEXTSTATE(TE_ORDREL_IND, peer_tep->te_state))); in tl_co_unconnect()
5640 NEXTSTATE(TE_ORDREL_IND, peer_tep->te_state); in tl_co_unconnect()
5884 tep->te_state = NEXTSTATE(TE_ORDREL_IND, in tl_icon_sendmsgs()