tag | line | file | source code |
---|---|---|---|
REJECT_CONDITION | 512 | net/ax25/ax25_in.c | ax25->condition &= ~REJECT_CONDITION; |
REJECT_CONDITION | 525 | net/ax25/ax25_in.c | if (ax25->condition & REJECT_CONDITION) { |
REJECT_CONDITION | 533 | net/ax25/ax25_in.c | ax25->condition |= REJECT_CONDITION; |
REJECT_CONDITION | 758 | net/ax25/ax25_in.c | ax25->condition &= ~REJECT_CONDITION; |
REJECT_CONDITION | 771 | net/ax25/ax25_in.c | if (ax25->condition & REJECT_CONDITION) { |
REJECT_CONDITION | 779 | net/ax25/ax25_in.c | ax25->condition |= REJECT_CONDITION; |
REJECT_CONDITION | 397 | net/ax25/ax25_out.c | if (ax25->condition & REJECT_CONDITION) |