Home
last modified time | relevance | path

Searched refs:AX25_RR (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/net/ax25/
Dax25_std_subr.c57 ax25_send_control(ax25, AX25_RR, AX25_POLLON, AX25_COMMAND); in ax25_std_transmit_enquiry()
70 ax25_send_control(ax25, AX25_RR, AX25_POLLON, AX25_RESPONSE); in ax25_std_enquiry_response()
80 ax25_send_control(ax25, AX25_RR, AX25_POLLOFF, AX25_RESPONSE); in ax25_std_timeout_response()
Dax25_std_in.c125 case AX25_RR: in ax25_std_state2_machine()
176 case AX25_RR: in ax25_std_state3_machine()
178 if (frametype == AX25_RR) in ax25_std_state3_machine()
303 case AX25_RR: in ax25_std_state4_machine()
305 if (frametype == AX25_RR) in ax25_std_state4_machine()
Dax25_ds_in.c126 case AX25_RR: in ax25_ds_state2_machine()
182 case AX25_RR: in ax25_ds_state3_machine()
184 if (frametype == AX25_RR) in ax25_ds_state3_machine()
Dax25_std_timer.c67 ax25_send_control(ax25, AX25_RR, AX25_POLLOFF, AX25_RESPONSE); in ax25_std_heartbeat_expiry()
/Linux-v5.15/include/net/
Dax25.h75 #define AX25_RR 0x01 /* Receiver ready */ macro