Home
last modified time | relevance | path

Searched refs:AX25_DM (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/net/ax25/
Dax25_std_in.c58 ax25_send_control(ax25, AX25_DM, pf, AX25_RESPONSE); in ax25_std_state1_machine()
83 case AX25_DM: in ax25_std_state1_machine()
111 ax25_send_control(ax25, AX25_DM, pf, AX25_RESPONSE); in ax25_std_state2_machine()
119 case AX25_DM: in ax25_std_state2_machine()
129 if (pf) ax25_send_control(ax25, AX25_DM, AX25_POLLON, AX25_RESPONSE); in ax25_std_state2_machine()
175 case AX25_DM: in ax25_std_state3_machine()
302 case AX25_DM: in ax25_std_state4_machine()
Dax25_ds_in.c51 ax25_send_control(ax25, AX25_DM, pf, AX25_RESPONSE); in ax25_ds_state1_machine()
84 case AX25_DM: in ax25_ds_state1_machine()
118 case AX25_DM: in ax25_ds_state2_machine()
180 case AX25_DM: in ax25_ds_state3_machine()
Dax25_std_timer.c166 ax25_send_control(ax25, AX25_DM, AX25_POLLON, AX25_RESPONSE); in ax25_std_t1timer_expiry()
Dax25_ds_timer.c227 ax25_send_control(ax25, AX25_DM, AX25_POLLON, AX25_RESPONSE); in ax25_ds_t1_timeout()
Dax25_subr.c209 *dptr = AX25_DM | AX25_PF; in ax25_return_dm()
Dax25_in.c330 if ((*skb->data & ~AX25_PF) != AX25_DM && mine) in ax25_rcv()
/Linux-v4.19/include/net/
Dax25.h82 #define AX25_DM 0x0f /* Disconnected mode */ macro