Searched refs:AX25_RNR (Results 1 – 4 of 4) sorted by relevance
58 ax25_send_control(ax25, AX25_RNR, AX25_POLLON, AX25_COMMAND); in ax25_std_transmit_enquiry()71 ax25_send_control(ax25, AX25_RNR, AX25_POLLON, AX25_RESPONSE); in ax25_std_enquiry_response()81 ax25_send_control(ax25, AX25_RNR, AX25_POLLOFF, AX25_RESPONSE); in ax25_std_timeout_response()
127 case AX25_RNR: in ax25_std_state2_machine()180 case AX25_RNR: in ax25_std_state3_machine()307 case AX25_RNR: in ax25_std_state4_machine()
128 case AX25_RNR: in ax25_ds_state2_machine()186 case AX25_RNR: in ax25_ds_state3_machine()
76 #define AX25_RNR 0x05 /* Receiver not ready */ macro