Home
last modified time | relevance | path

Searched refs:REJ (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/isdn/mISDN/
H A Dlayer2.h98 #define REJ 0x09 macro
H A Dlayer2.c484 data[0] == REJ : (data[0] & 0xf) == REJ; in IsREJ()
1201 typ = REJ; in l2_st7_got_super()
1219 if (typ == REJ) { in l2_st7_got_super()
1225 l2m_debug(&l2->l2m, "Restart T203 ST7 REJ"); in l2_st7_got_super()
1317 enquiry_cr(l2, REJ, RSP, PollFlag); in l2_got_iframe()
/linux/drivers/tty/
H A Dn_gsm.c376 #define REJ 0x09 macro
752 case REJ: in gsm_print_packet()
753 pr_cont("REJ(%d)", (control & 0xE0) >> 5); in gsm_print_packet()