Searched refs:AX25_RNR (Results 1 – 4 of 4) sorted by relevance
55 ax25_send_control(ax25, AX25_RNR, AX25_POLLON, AX25_COMMAND); in ax25_std_transmit_enquiry()68 ax25_send_control(ax25, AX25_RNR, AX25_POLLON, AX25_RESPONSE); in ax25_std_enquiry_response()78 ax25_send_control(ax25, AX25_RNR, AX25_POLLOFF, AX25_RESPONSE); in ax25_std_timeout_response()
124 case AX25_RNR: in ax25_std_state2_machine()177 case AX25_RNR: in ax25_std_state3_machine()304 case AX25_RNR: in ax25_std_state4_machine()
125 case AX25_RNR: in ax25_ds_state2_machine()183 case AX25_RNR: in ax25_ds_state3_machine()
76 #define AX25_RNR 0x05 /* Receiver not ready */ macro