Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/isdn/mISDN/
Dlayer2.h99 #define SABME 0x6f macro
Dlayer2.c477 return test_bit(FLG_MOD128, &l2->flag) ? d == SABME : d == SABM; in IsSABME()
704 cmd = (test_bit(FLG_MOD128, &l2->flag) ? SABME : SABM) | 0x10; in establishlink()
1385 SABME : SABM) | 0x10, CMD); in l2_st5_tout_200()
Dtei.c1220 if ((skb->data[2] & ~0x10) != SABME) in check_data()