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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Dlayer2.h109 #define SABM 0x2f macro
H A Dlayer2.c448 return test_bit(FLG_MOD128, &l2->flag) ? d == SABME : d == SABM;
675 cmd = (test_bit(FLG_MOD128, &l2->flag) ? SABME : SABM) | 0x10;
1357 SABME : SABM) | 0x10, CMD);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dn_gsm.c111 #define DLCI_OPENING 1 /* Sending SABM not seen UA */
112 #define DLCI_OPEN 2 /* SABM/UA complete */
117 struct timer_list t1; /* Retransmit timer for SABM and UA */
263 #define SABM 0x2F macro
435 case SABM:
436 printk(KERN_CONT "SABM");
1348 /* Note that SABM UA .. SABM UA first UA lost can mean that we go
1363 * SABM and DISC). We resend the command until the retry count runs out
1378 gsm_command(dlci->gsm, dlci->addr, SABM|P
[all...]

Completed in 92 milliseconds