Searched refs:AX25_I (Results 1 – 5 of 5) sorted by relevance
110 frametype = AX25_I; /* I frame - carries NR/NS/PF */ in ax25_decode()125 frametype = AX25_I; /* I frame - carries NR/NS/PF */ in ax25_decode()
125 case AX25_I: in ax25_std_state2_machine()211 case AX25_I: in ax25_std_state3_machine()369 case AX25_I: in ax25_std_state4_machine()
126 case AX25_I: in ax25_ds_state2_machine()224 case AX25_I: in ax25_ds_state3_machine()
227 *frame = AX25_I; in ax25_send_iframe()234 frame[0] = AX25_I; in ax25_send_iframe()
69 #define AX25_I 0x00 /* Information frames */ macro