Searched refs:SABM (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/isdn/mISDN/
H A Dlayer2.h100 #define SABM 0x2f macro
H A Dlayer2.c477 return test_bit(FLG_MOD128, &l2->flag) ? d == SABME : d == SABM;
704 cmd = (test_bit(FLG_MOD128, &l2->flag) ? SABME : SABM) | 0x10;
1385 SABME : SABM) | 0x10, CMD);
/linux-master/drivers/tty/
H A Dn_gsm.c135 DLCI_OPENING, /* Sending SABM not seen UA */
136 DLCI_OPEN, /* SABM/UA complete */
164 struct timer_list t1; /* Retransmit timer for SABM and UA */
376 #define SABM 0x2F macro
721 case SABM:
722 pr_cont("SABM");
1776 /* Proceed with link setup by sending SABM before UA */
1778 gsm_command(gsm, dlci->addr, SABM|PF);
2165 /* Note that SABM UA .. SABM U
[all...]

Completed in 173 milliseconds