Searched refs:AX25_RNR (Results 1 – 4 of 4) sorted by relevance
74 ax25_send_control(ax25, AX25_RNR, AX25_POLLON, AX25_COMMAND); in ax25_std_transmit_enquiry()87 ax25_send_control(ax25, AX25_RNR, AX25_POLLON, AX25_RESPONSE); in ax25_std_enquiry_response()97 ax25_send_control(ax25, AX25_RNR, AX25_POLLOFF, AX25_RESPONSE); in ax25_std_timeout_response()
149 case AX25_RNR: in ax25_std_state2_machine()202 case AX25_RNR: in ax25_std_state3_machine()329 case AX25_RNR: in ax25_std_state4_machine()
138 case AX25_RNR: in ax25_ds_state2_machine()196 case AX25_RNR: in ax25_ds_state3_machine()
59 #define AX25_RNR 0x05 /* Receiver not ready */ macro