Home
last modified time | relevance | path

Searched refs:AX25_REJ (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/net/ax25/
Dax25_std_in.c148 case AX25_REJ: in ax25_std_state2_machine()
217 case AX25_REJ: in ax25_std_state3_machine()
267 ax25_send_control(ax25, AX25_REJ, pf, AX25_RESPONSE); in ax25_std_state3_machine()
361 case AX25_REJ: in ax25_std_state4_machine()
421 ax25_send_control(ax25, AX25_REJ, pf, AX25_RESPONSE); in ax25_std_state4_machine()
Dax25_ds_in.c137 case AX25_REJ: in ax25_ds_state2_machine()
213 case AX25_REJ: in ax25_ds_state3_machine()
/linux-2.4.37.9/include/net/
Dax25.h60 #define AX25_REJ 0x09 /* Reject */ macro