Searched refs:AX25_RR (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/net/ax25/ |
D | ax25_std_subr.c | 57 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()
|
D | ax25_std_in.c | 125 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()
|
D | ax25_ds_in.c | 126 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()
|
D | ax25_std_timer.c | 67 ax25_send_control(ax25, AX25_RR, AX25_POLLOFF, AX25_RESPONSE); in ax25_std_heartbeat_expiry()
|
/Linux-v5.15/include/net/ |
D | ax25.h | 75 #define AX25_RR 0x01 /* Receiver ready */ macro
|