Home
last modified time | relevance | path

Searched refs:SABME (Results 1 – 5 of 5) sorted by relevance

/drivers/isdn/hisax/
Disdnl2.h13 #define SABME 0x6f macro
Disdnl2.c267 return (test_bit(FLG_MOD128, &st->l2.flag) ? d == SABME : d == SABM); in IsSABME()
506 cmd = (test_bit(FLG_MOD128, &st->l2.flag) ? SABME : SABM) | 0x10; in establishlink()
1166 send_uframe(st, (test_bit(FLG_MOD128, &st->l2.flag) ? SABME : SABM) in l2_st5_tout_200()
/drivers/isdn/mISDN/
Dlayer2.h108 #define SABME 0x6f macro
Dlayer2.c486 return test_bit(FLG_MOD128, &l2->flag) ? d == SABME : d == SABM; in IsSABME()
713 cmd = (test_bit(FLG_MOD128, &l2->flag) ? SABME : SABM) | 0x10; in establishlink()
1395 SABME : SABM) | 0x10, CMD); in l2_st5_tout_200()
Dtei.c1229 if ((skb->data[2] & ~0x10) != SABME) in check_data()