[go: nahoru, domu]

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

/drivers/isdn/hisax/
H A Disdnl2.h14 #define SABM 0x2f macro
H A Disdnl2.c267 return (test_bit(FLG_MOD128, &st->l2.flag) ? d == SABME : d == SABM);
506 cmd = (test_bit(FLG_MOD128, &st->l2.flag) ? SABME : SABM) | 0x10;
1166 send_uframe(st, (test_bit(FLG_MOD128, &st->l2.flag) ? SABME : SABM)
/drivers/isdn/mISDN/
H A Dlayer2.h109 #define SABM 0x2f macro
H A Dlayer2.c486 return test_bit(FLG_MOD128, &l2->flag) ? d == SABME : d == SABM;
713 cmd = (test_bit(FLG_MOD128, &l2->flag) ? SABME : SABM) | 0x10;
1395 SABME : SABM) | 0x10, CMD);
/drivers/tty/
H A Dn_gsm.c134 #define DLCI_OPENING 1 /* Sending SABM not seen UA */
135 #define DLCI_OPEN 2 /* SABM/UA complete */
141 struct timer_list t1; /* Retransmit timer for SABM and UA */
298 #define SABM 0x2F macro
470 case SABM:
471 pr_cont("SABM");
1451 /* Note that SABM UA .. SABM UA first UA lost can mean that we go
1466 * SABM and DISC). We resend the command until the retry count runs out
1481 gsm_command(dlci->gsm, dlci->addr, SABM|P
[all...]

Completed in 232 milliseconds