Home
last modified time | relevance | path

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

/linux-3.4.99/net/ax25/
Dax25_std_subr.c60 ax25_send_control(ax25, AX25_RR, AX25_POLLON, AX25_COMMAND); in ax25_std_transmit_enquiry()
73 ax25_send_control(ax25, AX25_RR, AX25_POLLON, AX25_RESPONSE); in ax25_std_enquiry_response()
83 ax25_send_control(ax25, AX25_RR, AX25_POLLOFF, AX25_RESPONSE); in ax25_std_timeout_response()
Dax25_std_in.c128 case AX25_RR: in ax25_std_state2_machine()
179 case AX25_RR: in ax25_std_state3_machine()
181 if (frametype == AX25_RR) in ax25_std_state3_machine()
306 case AX25_RR: in ax25_std_state4_machine()
308 if (frametype == AX25_RR) in ax25_std_state4_machine()
Dax25_ds_in.c129 case AX25_RR: in ax25_ds_state2_machine()
185 case AX25_RR: in ax25_ds_state3_machine()
187 if (frametype == AX25_RR) in ax25_ds_state3_machine()
Dax25_std_timer.c68 ax25_send_control(ax25, AX25_RR, AX25_POLLOFF, AX25_RESPONSE); in ax25_std_heartbeat_expiry()
/linux-3.4.99/include/net/
Dax25.h71 #define AX25_RR 0x01 /* Receiver ready */ macro