Home
last modified time | relevance | path

Searched refs:AX25_RNR (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/net/ax25/
Dax25_std_subr.c74 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()
Dax25_std_in.c149 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()
Dax25_ds_in.c138 case AX25_RNR: in ax25_ds_state2_machine()
196 case AX25_RNR: in ax25_ds_state3_machine()
/linux-2.4.37.9/include/net/
Dax25.h59 #define AX25_RNR 0x05 /* Receiver not ready */ macro