Searched refs:AX25_COND_REJECT (Results 1 – 3 of 3) sorted by relevance
253 ax25->condition &= ~AX25_COND_REJECT; in ax25_std_state3_machine()263 if (ax25->condition & AX25_COND_REJECT) { in ax25_std_state3_machine()266 ax25->condition |= AX25_COND_REJECT; in ax25_std_state3_machine()407 ax25->condition &= ~AX25_COND_REJECT; in ax25_std_state4_machine()417 if (ax25->condition & AX25_COND_REJECT) { in ax25_std_state4_machine()420 ax25->condition |= AX25_COND_REJECT; in ax25_std_state4_machine()
256 ax25->condition &= ~AX25_COND_REJECT; in ax25_ds_state3_machine()266 if (ax25->condition & AX25_COND_REJECT) { in ax25_ds_state3_machine()269 ax25->condition |= AX25_COND_REJECT; in ax25_ds_state3_machine()
44 #define AX25_COND_REJECT 0x02 macro