Lines Matching refs:u8
36 u8 state; /* state of connection */
42 u8 retry_count; /* number of retries */
43 u8 ack_must_be_send;
44 u8 first_pdu_Ns;
45 u8 npta;
50 u8 vS; /* seq# next in-seq I-PDU tx'd*/
51 u8 vR; /* seq# next in-seq I-PDU rx'd*/
54 u8 k; /* tx window size; max = 127 */
55 u8 rw; /* rx window size; max = 127 */
56 u8 p_flag; /* state flags */
57 u8 f_flag;
58 u8 s_flag;
59 u8 data_flag;
60 u8 remote_busy_flag;
61 u8 cause_flag;
64 u8 X; /* a temporary variable */
65 u8 ack_pf; /* this flag indicates what is
67 u8 failed_data_req; /* recognize that already exist a
71 u8 dec_step;
72 u8 inc_cntr;
73 u8 dec_cntr;
74 u8 connect_step;
75 u8 last_nr; /* NR of last pdu received */
108 void llc_conn_resend_i_pdu_as_cmd(struct sock *sk, u8 nr, u8 first_p_bit);
109 void llc_conn_resend_i_pdu_as_rsp(struct sock *sk, u8 nr, u8 first_f_bit);
110 int llc_conn_remove_acked_pdus(struct sock *conn, u8 nr, u16 *how_many_unacked);
116 u8 llc_data_accept_state(u8 state);