Home
last modified time | relevance | path

Searched refs:AX25_I (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/net/ax25/
Dax25_std_in.c147 case AX25_I: in ax25_std_state2_machine()
233 case AX25_I: in ax25_std_state3_machine()
391 case AX25_I: in ax25_std_state4_machine()
Dax25_ds_in.c136 case AX25_I: in ax25_ds_state2_machine()
234 case AX25_I: in ax25_ds_state3_machine()
Dax25_subr.c139 frametype = AX25_I; /* I frame - carries NR/NS/PF */ in ax25_decode()
154 frametype = AX25_I; /* I frame - carries NR/NS/PF */ in ax25_decode()
Dax25_out.c238 *frame = AX25_I; in ax25_send_iframe()
245 frame[0] = AX25_I; in ax25_send_iframe()
/linux-2.4.37.9/include/net/
Dax25.h56 #define AX25_I 0x00 /* Information frames */ macro