Home
last modified time | relevance | path

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

/linux-3.4.99/net/ax25/
Dax25_std_in.c126 case AX25_REJ: in ax25_std_state2_machine()
195 case AX25_REJ: in ax25_std_state3_machine()
245 ax25_send_control(ax25, AX25_REJ, pf, AX25_RESPONSE); in ax25_std_state3_machine()
339 case AX25_REJ: in ax25_std_state4_machine()
400 ax25_send_control(ax25, AX25_REJ, pf, AX25_RESPONSE); in ax25_std_state4_machine()
Dax25_ds_in.c127 case AX25_REJ: in ax25_ds_state2_machine()
203 case AX25_REJ: in ax25_ds_state3_machine()
/linux-3.4.99/include/net/
Dax25.h73 #define AX25_REJ 0x09 /* Reject */ macro